@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Lato&display=swap);
.bg-grey1 {
  background-color: #999;
}

.txtcolor-grey1 {
  color: #999;
}

.bg-grey2 {
  background-color: #bdbdbd;
}

.txtcolor-grey2 {
  color: #bdbdbd;
}

.bg-grey3 {
  background-color: #e0e0e0;
}

.txtcolor-grey3 {
  color: #e0e0e0;
}

.bg-grey4 {
  background-color: #eeeeee;
}

.txtcolor-grey4 {
  color: #eeeeee;
}

.bg-grey5 {
  background-color: #f5f5f5;
}

.txtcolor-grey5 {
  color: #f5f5f5;
}

.bg-grey6 {
  background-color: #cccccc;
}

.txtcolor-grey6 {
  color: #cccccc;
}

.bg-grey7 {
  background-color: #dedede;
}

.txtcolor-grey7 {
  color: #dedede;
}

.bg-grey8 {
  background-color: #F0F1F6;
}

.txtcolor-grey8 {
  color: #F0F1F6;
}

.bg-grey9 {
  background-color: #777777;
}

.txtcolor-grey9 {
  color: #777777;
}

.bg-grey10 {
  background-color: #efefef;
}

.txtcolor-grey10 {
  color: #efefef;
}

.bg-grey11 {
  background-color: #555555;
}

.txtcolor-grey11 {
  color: #555555;
}

.bg-grey12 {
  background-color: #666666;
}

.txtcolor-grey12 {
  color: #666666;
}

.bg-grey13 {
  background-color: #dddddd;
}

.txtcolor-grey13 {
  color: #dddddd;
}

.bg-grey14 {
  background-color: #4e4c4d;
}

.txtcolor-grey14 {
  color: #4e4c4d;
}

.bg-grey15 {
  background-color: #ededed;
}

.txtcolor-grey15 {
  color: #ededed;
}

.bg-grey16 {
  background-color: #333333;
}

.txtcolor-grey16 {
  color: #333333;
}

.bg-grey17 {
  background-color: #5c6468;
}

.txtcolor-grey17 {
  color: #5c6468;
}

.bg-grey18 {
  background-color: #3a3a3c;
}

.txtcolor-grey18 {
  color: #3a3a3c;
}

.bg-grey19 {
  background-color: #888888;
}

.txtcolor-grey19 {
  color: #888888;
}

.bg-grey20 {
  background-color: #cacaca;
}

.txtcolor-grey20 {
  color: #cacaca;
}

.bg-grey21 {
  background-color: #bbbbbb;
}

.txtcolor-grey21 {
  color: #bbbbbb;
}

.bg-grey22 {
  background-color: #d6d6d6;
}

.txtcolor-grey22 {
  color: #d6d6d6;
}

/*height of ribbons */
/*Add on themes*/
body,
.btn,
.form-control {
  font-size: 0.875rem;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Arial, Sans-Serif;
}

.hide {
  display: none !important;
}

.fade:not(.show) {
  opacity: 1;
}

.fade:not(.show) {
  opacity: 1;
}

.well {
  padding: 19px;
}

.well-sm {
  padding: 15px;
}

.btn-link {
  background-color: transparent;
  border: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.label {
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
body {
  color: var(--black-text);
  background-color: #fff;
  min-height: inherit !important;
  -ms-overflow-style: scrollbar;
}

/*BG-17928*/
body.AppleEnabled.analytics {
  overflow: scroll;
}

a:link, .btn, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Changes after Bootstrap upgrade*/
a:not([href]):not([tabindex]):not(.btn):not(.dropdown-item):hover {
  text-decoration: none;
}

::selection {
  background: var(--btn-bgcolor);
  color: var(--white);
}

::-moz-selection {
  background: var(--btn-bgcolor);
  color: var(--white);
}

.buylink, .buylink a {
  color: #fff;
}

p, li, label {
  font-size: 13px;
}

a {
  cursor: pointer;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0;
}

.buylink, .buylink a {
  color: #fff;
}

nav ul ul {
  padding: 0px;
}

nav > ul ul li:before, nav > ul > li > ul:before {
  border: none;
}

.nav-tabs {
  border-bottom: none;
}

.label > .checkbox, .link-sty-fav .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
}

button.btn-link:hover, button.btn-link:focus {
  text-decoration: none;
}

a.btn-link:hover, a.btn-link:focus {
  text-decoration: underline;
}

#displaysectionctr .row-drilldown > [class*=col-] + [class*=col-]:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1.5px 0 0 1.5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: -7px;
  top: 37px;
}

#settings .localesettings .row-drilldown > [class*=col-] + [class*=col-]:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1.5px 0 0 1.5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: -7px;
  top: 14px;
}

.addon-md label.search {
  position: absolute;
  left: 10px;
  top: 8px;
}
.addon-md label.search svg {
  fill: var(--filter-icon);
}

#public-comments {
  margin: 0 -10px 0 -13px;
  padding: 0;
}
#public-comments .nav-tabs {
  background-color: #f4f4f4;
  width: 100%;
}
#public-comments .nav-tabs > li {
  padding: 19px 0 0;
  text-align: center;
  width: 33%;
}
#public-comments .nav-tabs > li i {
  font-size: 22px;
}
#public-comments .nav-tabs > li > a {
  border: 0 none;
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 20px;
  padding: 0 0 13px;
  color: var(--black-text) !important;
  color: var(--black-text) !important;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 20px;
  padding: 0 0 13px;
}
#public-comments .nav-tabs > li > a span {
  font-weight: 400;
}
#public-comments .nav-tabs > li span {
  border: 0 none;
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 20px;
  padding: 0 0 13px;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 20px;
  padding: 0 0 13px;
}
#public-comments .nav-tabs > li.active {
  background-color: #dbdddd;
  background-color: #dbdddd;
}
#public-comments .nav-tabs > li.active > a {
  color: var(--black-text) !important;
  color: var(--black-text) !important;
}
#public-comments .nav-tabs > li.active > a::before {
  border-bottom: 6px solid var(--white);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -1px;
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
  right: auto;
  width: auto;
}
#public-comments .nav-tabs > li.active > a:hover {
  color: var(--black-text) !important;
  color: var(--black-text) !important;
}
#public-comments .nav-tabs > li.active > a:focus {
  color: var(--black-text) !important;
  color: var(--black-text) !important;
}
#public-comments ul.nav.nav-tabs.navbar-nav {
  float: none;
}
#public-comments .icon-twitter {
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
#public-comments .icon-linkedin {
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
#public-comments .icon-delete {
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}
#public-comments .icon-facebook::before,
#public-comments .icon-website::before,
#public-comments .icon-link::before {
  content: none;
}
#public-comments .icon-facebook smx-icon,
#public-comments .icon-facebook svg,
#public-comments .icon-website smx-icon,
#public-comments .icon-website svg,
#public-comments .icon-link smx-icon,
#public-comments .icon-link svg {
  fill: var(--widget-icon-color);
  width: 30px;
  height: 30px;
}
#public-comments .icon-edit {
  -moz-osx-font-smoothing: grayscale;
  background-image: none;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

.bg-color-bottleblue {
  background-color: var(--light-theme-color) !important;
}

#steamGraphControls .text-analytics-alternate-chart i::before,
#steamGraphControls .text-analytics-word-alternate-chart i::before,
#steamGraphControls .text-analytics-nbar-alternate-chart i::before,
#steamGraphBarControls .text-analytics-alternate-chart i::before,
#steamGraphBarControls .text-analytics-word-alternate-chart i::before,
#steamGraphBarControls .text-analytics-nbar-alternate-chart i::before,
#steamGraphWordCloudControls .text-analytics-alternate-chart i::before,
#steamGraphWordCloudControls .text-analytics-word-alternate-chart i::before,
#steamGraphWordCloudControls .text-analytics-nbar-alternate-chart i::before {
  content: none;
}
#steamGraphControls .text-analytics-alternate-chart i smx-icon,
#steamGraphControls .text-analytics-alternate-chart i svg,
#steamGraphControls .text-analytics-word-alternate-chart i smx-icon,
#steamGraphControls .text-analytics-word-alternate-chart i svg,
#steamGraphControls .text-analytics-nbar-alternate-chart i smx-icon,
#steamGraphControls .text-analytics-nbar-alternate-chart i svg,
#steamGraphBarControls .text-analytics-alternate-chart i smx-icon,
#steamGraphBarControls .text-analytics-alternate-chart i svg,
#steamGraphBarControls .text-analytics-word-alternate-chart i smx-icon,
#steamGraphBarControls .text-analytics-word-alternate-chart i svg,
#steamGraphBarControls .text-analytics-nbar-alternate-chart i smx-icon,
#steamGraphBarControls .text-analytics-nbar-alternate-chart i svg,
#steamGraphWordCloudControls .text-analytics-alternate-chart i smx-icon,
#steamGraphWordCloudControls .text-analytics-alternate-chart i svg,
#steamGraphWordCloudControls .text-analytics-word-alternate-chart i smx-icon,
#steamGraphWordCloudControls .text-analytics-word-alternate-chart i svg,
#steamGraphWordCloudControls .text-analytics-nbar-alternate-chart i smx-icon,
#steamGraphWordCloudControls .text-analytics-nbar-alternate-chart i svg {
  fill: var(--dark-theme-color);
  width: 16px;
  height: 16px;
}

.icon-ncount::before {
  content: none;
}
.icon-ncount smx-icon,
.icon-ncount svg {
  fill: var(--dark-theme-color);
  width: 16px;
  height: 16px;
}

.embed-modal section .label span {
  margin-top: -15px;
}
.embed-modal section .label span i {
  color: var(--dark-theme-color);
}
.embed-modal section a.btn-preview {
  color: var(--dark-theme-color);
}

body {
  background: #fff;
}

.txt-color-blueDesaturated {
  color: #3D6070 !important;
}

.txt-color-blueSoft {
  color: #337E96 !important;
}

.txt-color-cyanGrayish {
  color: #717e7f !important;
}

.txt-color-blue {
  color: #488cc2 !important;
}

.txt-color-blueLight {
  color: #92a2a8 !important;
}

.txt-color-blueDark {
  color: var(--black-text) !important;
}

.txt-color-green {
  color: #62b3a9 !important;
}

.txt-color-greenLight {
  color: #71843f !important;
}

.txt-color-greenDark {
  color: #496949 !important;
}

.txt-color-keyGreen {
  color: #007CBE !important;
}

.txt-color-red {
  color: #e86060 !important;
}

.txt-color-yellow {
  color: #b09b5b !important;
}

.txt-color-orange {
  color: #b19a6b !important;
}

.txt-color-orangeDark {
  color: #a57225 !important;
}

.txt-color-pink {
  color: #ac5287 !important;
}

.txt-color-pinkDark {
  color: #a8829f !important;
}

.txt-color-purple {
  color: #6e587a !important;
}

.txt-color-darken {
  color: #404040 !important;
}

.txt-color-lighten {
  color: #d5e7ec !important;
}

.txt-color-white {
  color: #fff !important;
}

.txt-color-black {
  color: var(--black-text) !important;
}

.txt-color-grayDark {
  color: #525252 !important;
}

.txt-color-grayDisabled {
  color: #999999 !important;
}

.txt-color-magenta {
  color: #6e3671 !important;
}

.txt-color-teal {
  color: #568a89 !important;
}

.txt-color-redLight {
  color: #a65858 !important;
}

.bg-color-keyGreenLight {
  background-color: var(--dark-theme-color) !important;
}

.bg-color-grayLight {
  background-color: #efefef !important;
}

.bg-color-blueDesaturated {
  background-color: #6AA4D1 !important;
}

.bg-color-blueSoft {
  background-color: #82C6E0 !important;
}

.bg-color-cyanGrayish {
  background-color: #BACED3 !important;
}

.bg-color-blue {
  background-color: #488cc2 !important;
}

.bg-color-blueLight {
  background-color: #92a2a8 !important;
}

.bg-color-blueDark {
  background-color: #4c4f53 !important;
}

.bg-color-green {
  background-color: #62b3a9 !important;
}

.bg-color-greenLight {
  background-color: #dcebe8 !important;
}

.bg-color-offGreen {
  background-color: var(--dark-theme-color) !important;
}

.bg-color-greenDark {
  background-color: #496949 !important;
}

.bg-color-red {
  background-color: #e86060 !important;
}

.bg-color-yellow {
  background-color: #b09b5b !important;
}

.bg-color-yellowLight {
  background-color: #faf2cc !important;
}

.bg-color-orange {
  background-color: #c79121 !important;
}

.bg-color-orangeDark {
  background-color: #a57225 !important;
}

.bg-color-pink {
  background-color: #ac5287 !important;
}

.bg-color-pinkDark {
  background-color: #a8829f !important;
}

.bg-color-purple {
  background-color: #6e587a !important;
}

.bg-color-darken {
  background-color: var(--ribbon-bgcolor) !important;
}

.bg-color-lighten {
  background-color: #d5e7ec !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.bg-color-grayDark {
  background-color: #525252 !important;
}

.bg-color-magenta {
  background-color: #6e3671 !important;
}

.bg-color-teal {
  background-color: #568a89 !important;
}

.bg-color-redLight {
  background-color: #a65858 !important;
}

.bg-color-redLight2 {
  background-color: #f2dede !important;
}

nav > ul > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}
nav > ul > li > a:not(.btn) > i {
  font-size: 18px !important;
}
nav > ul > li > a b {
  top: 16px;
}
nav ul ul {
  background: #E6E6E6;
}
nav ul ul > li:hover b {
  color: #69737A !important;
}
nav ul ul ul ul li a {
  padding-left: 40px;
}
nav ul ul ul ul ul li a {
  padding-left: 50px;
}
nav ul ul ul ul ul ul li a {
  padding-left: 60px;
}
nav ul li.open > a {
  color: var(--dark-theme-color) !important;
}
nav ul li.open > a b {
  color: var(--dark-theme-color) !important;
}
nav ul .active > a {
  color: var(--dark-theme-color) !important;
}
nav:not(.navbar) ul ul li > a:hover:not(.btn) {
  color: #202427 !important;
  background: none !important;
}
nav:not(.navbar) ul li a:hover:not(.btn) {
  color: #202427 !important;
  background: none !important;
}

#header,
.inbox-footer,
.superbox-show {
  background-image: none;
  background-color: #232323;
}

.s-hide {
  display: none !important;
}

.pad-right-0 {
  padding-right: 0 !important;
}

.pad-left-0 {
  padding-left: 0 !important;
}

.txt-color-red {
  color: var(--missingmap-error-brdr-color) !important;
}

.bg-color-redLight {
  background-color: var(--missingmap-error-bg-color) !important;
}

.bg-color-yellowLight {
  background-color: var(--ribbon-box-bgcolor) !important;
}

.bg-color-greenLight {
  background-color: #dcebe8 !important;
}

.bg-color-orange {
  background-color: #D6A848 !important;
}

.bg-color-teal {
  background-color: #5ba0a3 !important;
}

.bg-color-red {
  background: #DB4A67 !important;
}

#left-panel .bg-color-red {
  background: #555 !important;
}

.bg-color-blue {
  background: #4387bf !important;
}

a.link-primary, a.link-primary:focus, a.link-primary:hover, a.link-primary:not([href]):not([tabindex]), a.link-primary:not([href]):not([tabindex]):focus, a.link-primary:not([href]):not([tabindex]):hover {
  color: var(--btn-bgcolor) !important;
}
a.link-primary svg {
  fill: var(--btn-bgcolor);
}

[class*=caret] {
  position: relative;
  margin-left: 5px;
}
[class*=caret]:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1.5px 0 0 1.5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
}

.caret-down:after {
  border-top-color: inherit;
}

.caret-up:after {
  border-bottom-color: inherit;
}

.caret-left:after {
  border-right-color: inherit;
}

.caret-right:after {
  border-left-color: inherit;
}

dt.pull-right + dd {
  margin-left: 0;
  margin-right: 180px;
}
dt.pull-right.width-auto {
  margin-left: 20px;
  margin-right: 0;
}

dt.width-auto dt.width-auto {
  width: auto;
  margin-right: 10px;
}
dt.width-auto dt.width-auto + dd {
  margin-left: 0;
  margin-right: 0px;
  overflow: hidden;
}

.list-inlinebordered {
  margin-left: 0;
}
.list-inlinebordered > li {
  padding-left: 0;
  line-height: 11px;
  display: inline;
}
.list-inlinebordered > li + li {
  border-left: 1px solid #424142;
  padding-left: 5px;
}

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

.orange-meter {
  background: #ea6060;
}

.yellow-meter {
  background: #f7e07f;
}

.green-meter {
  background: #aacc7a;
}

.gray-meter {
  background: #d3d5dd;
}

.fa-angle-up:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1.5px 0 0 1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fa-angle-down:before,
.icon-r-arrow-down:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1.5px 0 0 1.5px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.fa-angle-left:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1.5px 0 0 1.5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  left: 2.5px;
}

.fa-angle-right:before,
.icon-r-arrow-right:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1.5px 0 0 1.5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
  position: relative;
  left: -2.5px;
}

.icon-check:before {
  content: "";
  width: 7px;
  height: 13px;
  display: block;
  border-style: solid;
  border-color: var(--filter-icon);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.icon-closeIcon:before {
  content: "✕";
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  color: --filter-icon;
}

.warningIcon::before {
  content: none;
}
.warningIcon smx-icon,
.warningIcon svg {
  fill: var(--error-color);
  width: 16px;
  height: 16px;
}

.successIcon::before {
  content: none;
}
.successIcon smx-icon,
.successIcon svg {
  fill: var(--success-color);
  width: 16px;
  height: 16px;
}

.icon-Video {
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.icon-Video::before {
  content: none;
}
.icon-Video smx-icon,
.icon-Video svg {
  fill: var(--btn-bgcolor);
  width: 16px;
  height: 16px;
}

/* Buttons */
.btn-success {
  background-color: var(--success-color);
  border-color: var(--success-color);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: var(--success-color);
  border-color: var(--success-color);
}

.btn-danger {
  background-color: var(--error-color);
  border-color: var(--error-color);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: var(--error-color);
  border-color: var(--error-color);
}

.btn-warning {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: var(--warning-color);
  border-color: var(--warning-color);
}

.btn {
  color: var(--black-text);
}

/*
.profile-buttons {
    .btn-default {
        color: $theme-color;
        background-color: $transie;
        box-shadow: $none;
        border: 0;
        &:hover,
        &:focus,
        &.focus {
            color: $theme-color;
            background-color: $transie;
            text-decoration: underline;
        }
    }
}
*/
/*Pager Buttons - Admin/Export Panel*/
.pager {
  margin: 0px auto !important;
  width: auto;
  display: inline-block;
}
.pager div > a,
.pager div > span {
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.pager div a {
  float: none !important;
}
.pager div a.btn-link {
  text-decoration: underline;
}
.pager div + div {
  margin-left: 10px;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  cursor: not-allowed;
}

#translation-forms a {
  cursor: default;
  color: #007CBE !important;
}

.smart-form .input-file {
  border-collapse: separate;
  display: table;
  position: relative;
  padding-right: 0px;
  width: 100%;
}
.smart-form .input-file .button {
  font-size: 13px;
  height: auto;
  line-height: 29px;
  margin: 0;
  padding: 3px 14px;
  position: relative;
  top: 0px;
  float: none;
  right: 0;
  opacity: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: var(--ribbon-okbtn-shadow);
}
.smart-form .input-file .button:active {
  left: auto;
  top: auto;
}
.smart-form .input-file .button input {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
  opacity: 0;
}
.smart-form .input-file .button + * {
  margin-right: 5px;
  overflow: hidden;
}
.smart-form .input-file input[type=text] {
  height: 100% !important;
  padding: 8px 10px;
  display: table-cell;
  float: left;
  margin-bottom: 0;
  position: relative;
  width: 100% !important;
  z-index: 2;
}
.smart-form .input-file input[type=text] + .button {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 1% !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.import-options .smart-form .input-file .button {
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  border-radius: 2px !important;
  font-weight: normal;
  min-width: 48px;
  opacity: 1;
  padding: 3px 20px;
}

.input-file.fixed-width {
  width: 409px;
}
.input-file.fixed-width > input[type=text] {
  width: 309px;
}

.btn-outline-secondary {
  border-color: #000000A6;
}
.btn-outline-secondary:hover {
  background-color: transparent;
  color: #424142;
  background-color: #f6f6f6;
}

.text-underline {
  text-decoration: underline;
}

.pager li > a {
  border: 0 !important;
  box-shadow: none !important;
  background: var(--btn-bgcolor) !important;
  color: var(--white) !important;
}

.contents10-paging-btn a.wizard-buttons,
.s-button,
.s-button-primary,
.btn-primary,
.s-surveyquestion .s-botlinks a,
.s-designertools-box button {
  background-color: var(--btn-bgcolor);
  border-color: var(--btn-bgcolor);
  color: var(--white);
  -webkit-box-shadow: 0px 2px 0px var(--survey-btn-shadow);
  -moz-box-shadow: 0px 2px 0px var(--survey-btn-shadow);
  box-shadow: 0px 2px 0px var(--survey-btn-shadow);
}
.contents10-paging-btn a.wizard-buttons i svg,
.s-button i svg,
.s-button-primary i svg,
.btn-primary i svg,
.s-surveyquestion .s-botlinks a i svg,
.s-designertools-box button i svg {
  fill: var(--white);
}
.contents10-paging-btn a.wizard-buttons i:before,
.s-button i:before,
.s-button-primary i:before,
.btn-primary i:before,
.s-surveyquestion .s-botlinks a i:before,
.s-designertools-box button i:before {
  border-color: var(--white);
}
.contents10-paging-btn a.wizard-buttons:hover, .contents10-paging-btn a.wizard-buttons:focus, .contents10-paging-btn a.wizard-buttons.focus, .contents10-paging-btn a.wizard-buttons:active, .contents10-paging-btn a.wizard-buttons.active,
.s-button:hover,
.s-button:focus,
.s-button.focus,
.s-button:active,
.s-button.active,
.s-button-primary:hover,
.s-button-primary:focus,
.s-button-primary.focus,
.s-button-primary:active,
.s-button-primary.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.s-surveyquestion .s-botlinks a:hover,
.s-surveyquestion .s-botlinks a:focus,
.s-surveyquestion .s-botlinks a.focus,
.s-surveyquestion .s-botlinks a:active,
.s-surveyquestion .s-botlinks a.active,
.s-designertools-box button:hover,
.s-designertools-box button:focus,
.s-designertools-box button.focus,
.s-designertools-box button:active,
.s-designertools-box button.active {
  background-color: var(--btn-bghover);
  border-color: var(--btn-bghover);
  color: var(--white);
}
.contents10-paging-btn a.wizard-buttons .caret,
.s-button .caret,
.s-button-primary .caret,
.btn-primary .caret,
.s-surveyquestion .s-botlinks a .caret,
.s-designertools-box button .caret {
  border: none;
  margin-left: 5px;
  margin-top: -9px;
  width: 6px;
  height: 6px;
}
.contents10-paging-btn a.wizard-buttons .caret:after,
.s-button .caret:after,
.s-button-primary .caret:after,
.btn-primary .caret:after,
.s-surveyquestion .s-botlinks a .caret:after,
.s-designertools-box button .caret:after {
  border-color: var(--white);
  width: 6px;
  height: 6px;
}
.contents10-paging-btn a.wizard-buttons [class*=icon-]::before,
.s-button [class*=icon-]::before,
.s-button-primary [class*=icon-]::before,
.btn-primary [class*=icon-]::before,
.s-surveyquestion .s-botlinks a [class*=icon-]::before,
.s-designertools-box button [class*=icon-]::before {
  content: none;
}
.contents10-paging-btn a.wizard-buttons [class*=icon-] smx-icon,
.contents10-paging-btn a.wizard-buttons [class*=icon-] svg,
.s-button [class*=icon-] smx-icon,
.s-button [class*=icon-] svg,
.s-button-primary [class*=icon-] smx-icon,
.s-button-primary [class*=icon-] svg,
.btn-primary [class*=icon-] smx-icon,
.btn-primary [class*=icon-] svg,
.s-surveyquestion .s-botlinks a [class*=icon-] smx-icon,
.s-surveyquestion .s-botlinks a [class*=icon-] svg,
.s-designertools-box button [class*=icon-] smx-icon,
.s-designertools-box button [class*=icon-] svg {
  fill: var(--white);
  width: 16px;
  height: 16px;
}

.open .dropdown-toggle.btn-primary,
.pager li > a:hover, .pager li > span:hover,
.pager li > a:focus, .pager li > span:focus,
.pager li > a:active, .pager li > span:active {
  background-color: var(--btn-bghover);
  border-color: var(--btn-bghover);
  color: var(--white);
}

.btn-default,
.btn-secondary,
.s-button-secondary {
  background-color: var(--white);
  border-color: var(--ribbon-okbtn-shadow);
  color: var(--survey-canbtn);
  -webkit-box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
  -moz-box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
  box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
}
.btn-default i svg,
.btn-secondary i svg,
.s-button-secondary i svg {
  fill: var(--survey-canbtn);
}
.btn-default i:before,
.btn-secondary i:before,
.s-button-secondary i:before {
  border-color: var(--survey-canbtn);
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.s-button-secondary:hover,
.s-button-secondary:focus,
.s-button-secondary.focus,
.s-button-secondary:active,
.s-button-secondary.active {
  background-color: var(--dashboard-delbtn-hover);
  border-color: var(--ribbon-okbtn-shadow);
  color: var(--survey-canbtn);
  box-shadow: none;
}

/* ------- End */
textarea {
  resize: none;
}
textarea:hover, textarea:focus {
  border-color: var(--btn-bgcolor);
}

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

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div[contenteditable=true].form-control {
  min-height: 50px;
  background-color: var(--white);
}

.smart-form .input [class*=icon]::before {
  content: none;
}
.smart-form .input [class*=icon] smx-icon,
.smart-form .input [class*=icon] svg {
  fill: var(--grey-icon-color);
  width: 16px;
  height: 16px;
}
.smart-form .input #addImageForm .add-icon::before {
  content: none;
}
.smart-form .input #addImageForm .add-icon smx-icon,
.smart-form .input #addImageForm .add-icon svg {
  fill: var(--btn-bgcolor);
  width: 20px;
  height: 20px;
}

.smart-form.state-error input,
.state-error input,
.state-error select,
.state-error textarea,
.radio.state-error i,
.checkbox.state-error i,
.toggle.state-error i,
.state-error .select2-selection,
.state-error .select2-choice,
.state-error .select2-container-active .select2-choice {
  background: none repeat scroll 0 0 #FFF0F0;
  border-color: #A90329 !important;
}

.smart-form .input input,
.smart-form .input textarea,
.form-control {
  height: calc(1.85rem + 2px);
  border: 1px solid var(--survey-draft);
  color: var(--black-text);
}
.smart-form .input input:hover, .smart-form .input input:focus,
.smart-form .input textarea:hover,
.smart-form .input textarea:focus,
.form-control:hover,
.form-control:focus {
  border-color: var(--btn-bgcolor);
}
.smart-form .input input:disabled, .smart-form .input input[readonly],
.smart-form .input textarea:disabled,
.smart-form .input textarea[readonly],
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--disabled-field-bg-color);
  border-color: var(--disabled-field-brdr-color);
  opacity: 1;
}
.smart-form .input input:disabled[type=file], .smart-form .input input[readonly][type=file],
.smart-form .input textarea:disabled[type=file],
.smart-form .input textarea[readonly][type=file],
.form-control:disabled[type=file],
.form-control[readonly][type=file] {
  height: calc(1.85rem + 6px);
  text-indent: -5000px;
}

.smart-form * .icon-append,
.smart-form * .icon-prepend {
  color: var(--black-text);
  border-width: 0px;
}
.smart-form *:hover .icon-append,
.smart-form *:hover .icon-prepend, .smart-form *:focus .icon-append,
.smart-form *:focus .icon-prepend {
  color: var(--btn-bgcolor);
}

.smart-form .input:hover input:hover:not(:disabled), .smart-form .input:hover input:focus:not(:disabled) {
  border-color: var(--btn-bgcolor);
}

.smart-form .input:hover input:not(:disabled),
.smart-form .input:hover select:not(:disabled),
.smart-form .input:hover textarea:not(:disabled),
.smart-form .select:hover input:not(:disabled),
.smart-form .select:hover select:not(:disabled),
.smart-form .select:hover textarea:not(:disabled),
.smart-form .textarea:hover input:not(:disabled),
.smart-form .textarea:hover select:not(:disabled),
.smart-form .textarea:hover textarea:not(:disabled) {
  border-color: var(--btn-bgcolor);
}
.smart-form .input:hover [class*=icon-] svg {
  fill: var(--btn-bgcolor);
}
.smart-form .checkbox input:checked + i,
.smart-form .radio input:checked + i,
.smart-form .toggle input:checked + i {
  border-color: var(--dark-theme-color);
}
.smart-form .toggle i:before {
  background-color: var(--dark-theme-color);
}

.state-error .form-control {
  border-color: var(--error-color);
}
.state-error .txt-color-red {
  color: var(--error-color);
}

.select2-container .select2-choice {
  height: calc(1.85rem + 2px);
}

.input-group .input-group-text {
  font-size: 0.875rem;
  border-radius: 0px !important;
  color: var(--black-text);
}
.input-group .btn {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-group .btn-primary .icon-check:before {
  content: "";
  width: 7px;
  height: 13px;
  display: block;
  border-style: solid;
  border-color: var(--white);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
.input-group .form-control:hover + .input-group-append .btn-default {
  border-color: var(--btn-bgcolor);
}
.input-group .form-control:hover + .input-group-append .btn-default [class*=icon] {
  color: var(--btn-bgcolor);
}

.body-ie input[type=text]::-ms-clear,
.body-msedge input[type=text]::-ms-clear {
  display: none;
}

.input-group-timepicker .form-control {
  border: 1px solid var(--survey-draft);
  border-right-width: 0px;
}
.input-group-timepicker .form-control + .input-group-append .input-group-text {
  background-color: var(--white);
  color: var(--grey-icon-color);
}
.input-group-timepicker .form-control:disabled {
  background-color: var(--disabled-field-bg-color);
}
.input-group-timepicker .form-control:disabled + .input-group-append .input-group-text {
  background-color: var(--disabled-field-bg-color);
}
.input-group-timepicker .input-group-text {
  border: 1px solid var(--survey-draft);
}
.input-group-timepicker .input-group-text::before {
  content: none;
}
.input-group-timepicker .input-group-text smx-icon,
.input-group-timepicker .input-group-text svg {
  fill: var(--grey-icon-color);
  width: 14px;
  height: 14px;
}
.input-group-timepicker .input-group-text svg {
  top: -1px;
  position: relative;
}
.input-group-timepicker.input-append .input-group-text {
  border-left-width: 0px;
}
.input-group-timepicker.input-prepend .input-group-text {
  border-right-width: 0px;
}
.input-group-timepicker:hover .form-control:not(:disabled), .input-group-timepicker:focus .form-control:not(:disabled) {
  border-right-width: 0px;
}
.input-group-timepicker:hover .form-control:not(:disabled) + .input-group-append .input-group-text, .input-group-timepicker:focus .form-control:not(:disabled) + .input-group-append .input-group-text {
  border-color: var(--btn-bgcolor);
}
.input-group-timepicker:hover .form-control:not(:disabled) + .input-group-append .input-group-text svg, .input-group-timepicker:focus .form-control:not(:disabled) + .input-group-append .input-group-text svg {
  fill: var(--btn-bgcolor);
}
.input-group-timepicker:hover:not(:disabled) .form-control:not(:disabled), .input-group-timepicker:focus:not(:disabled) .form-control:not(:disabled) {
  border-color: var(--btn-bgcolor);
}
.input-group-timepicker:hover:not(:disabled) .form-control:not(:disabled) + .input-group-text, .input-group-timepicker:focus:not(:disabled) .form-control:not(:disabled) + .input-group-text {
  background-color: var(--white);
  border-color: var(--btn-bgcolor);
}
.input-group-timepicker:hover:not(:disabled) .form-control:not(:disabled) + .input-group-text svg, .input-group-timepicker:focus:not(:disabled) .form-control:not(:disabled) + .input-group-text svg {
  fill: var(--btn-bgcolor);
}
.input-group-timepicker .add-on {
  cursor: pointer;
}

.row-uploadfile .smart-form .input-file input[type=text]:hover + .button {
  border-color: var(--btn-bgcolor);
}
.row-uploadfile .smart-form .button.btn-primary {
  background-color: var(--white);
  border-color: var(--ribbon-okbtn-shadow);
  color: var(--survey-canbtn);
  -webkit-box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
  -moz-box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
  box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
}
.row-uploadfile .smart-form .button.btn-primary i svg {
  fill: var(--survey-canbtn);
}
.row-uploadfile .smart-form .button.btn-primary i:before {
  border-color: var(--survey-canbtn);
}
.row-uploadfile .smart-form .button.btn-primary:hover, .row-uploadfile .smart-form .button.btn-primary:focus, .row-uploadfile .smart-form .button.btn-primary.focus, .row-uploadfile .smart-form .button.btn-primary:active, .row-uploadfile .smart-form .button.btn-primary.active {
  background-color: var(--dashboard-delbtn-hover);
  border-color: var(--ribbon-okbtn-shadow);
  color: var(--survey-canbtn);
  box-shadow: none;
}

/* Remove arrow-up and down button from the input element of type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

::placeholder {
  color: var(--gray) !important;
}

.form-control:focus-visible {
  text-shadow: none;
}

.npx .btn-grp-sty .btn-primary {
  background: #fff !important;
  color: #333333 !important;
}
.npx .btn-grp-sty .btn-primary:hover {
  background: #007CBE !important;
  color: #fff !important;
}
.npx .btn-grp-sty .btn-primary.active {
  background: #007CBE !important;
  color: #fff !important;
}

/*Start: Text links*/
.s-nav-textlinks {
  margin-bottom: 0 !important;
  list-style: none;
  padding: 0;
}
.s-nav-textlinks li {
  border-left: 1px solid var(--dark-theme-color);
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  line-height: 16px;
  position: relative;
}
.s-nav-textlinks li:first-child {
  border-left: 0px solid var(--dark-theme-color);
  padding-left: 0px;
}
.s-nav-textlinks li:last-child {
  padding-right: 0px;
}
.s-nav-textlinks li a {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  color: var(--btn-bgcolor);
}
.s-nav-textlinks li a:hover {
  text-decoration: underline;
  color: var(--btn-bgcolor);
}
.s-nav-textlinks li.ui-disabled a {
  cursor: default;
}
.s-nav-textlinks li.ui-disabled a:hover {
  text-decoration: none;
}
.s-nav-textlinks.text-center li {
  float: none;
  display: inline-block;
}

/*End: Text links*/
/* Toggle */
.smart-form .toggle {
  margin-bottom: 4px;
  padding-right: 61px;
  font-size: 17px;
  line-height: 25px;
  cursor: pointer;
  height: 32px;
}

.toggle-sty .toggle:last-child {
  margin-bottom: 0;
}
.toggle-sty .toggle input {
  position: absolute;
  left: -9999px;
}
.toggle-sty .toggle i {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 49px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-radius: 12px;
  background: #fff;
}
.toggle-sty .toggle.pull-left i {
  left: 0;
  right: auto;
}
.toggle-sty .toggle.state-error input:checked + i {
  background: #ea6060;
}
.toggle-sty .toggle.state-success input:checked + i {
  background: #aacc7a;
}
.toggle-sty .toggle i:after {
  content: attr(data-swchoff-text);
  position: absolute;
  top: 2px;
  right: 8px;
  left: 8px;
  font-style: normal;
  font-size: 22px;
  line-height: 13px;
  font-weight: 700;
  text-align: left;
}
.toggle-sty .toggle i:before {
  content: "";
  font-size: 17px;
  font-family: icomoon;
  line-height: 17px;
  text-indent: 4px;
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 4px;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  transition: right 0.2s;
  -o-transition: right 0.2s;
  -ms-transition: right 0.2s;
  -moz-transition: right 0.2s;
  -webkit-transition: right 0.2s;
}
.toggle-sty .toggle input:checked + i:after {
  content: attr(data-swchon-text);
  text-align: right;
}
.toggle-sty .toggle input:checked + i:before {
  right: 36px;
}
.toggle-sty .toggle i:before {
  background: #fff;
  width: 20px;
  height: 20px;
}
.toggle-sty .toggle i:after {
  color: #fff;
  font-size: 12px;
  top: 7px;
}
.toggle-sty .toggle input + i {
  background: #C5D0DB;
  border: none;
  padding: 5px;
}
.toggle-sty .toggle input:disabled + i {
  background-color: var(--disabled-field-bg-color) !important;
  border: 1px solid var(--disabled-field-brdr-color);
  cursor: not-allowed;
}
.toggle-sty .toggle input:disabled + i:hover {
  border: 1px solid var(--disabled-field-brdr-color);
}
.toggle-sty.text-center .toggle.pull-left {
  display: inline-block;
  float: none !important;
}
.toggle-sty .toggle-status-desc {
  line-height: 14px;
  height: auto;
}

.streamui-panel .smart-form .toggle i:before {
  content: "";
}

.toggle-sty .toggle input:disabled + i, .toggle-sty .toggle:hover input:disabled + i {
  border-color: var(--disabled-field-brdr-color) !important;
}
.toggle-sty .toggle input:disabled + i:before, .toggle-sty .toggle:hover input:disabled + i:before {
  background-color: var(--disabled-field-brdr-color);
}
.toggle-sty .toggle input:disabled + i:after, .toggle-sty .toggle:hover input:disabled + i:after {
  color: var(--disabled-field-brdr-color);
}

/* ------- End */
/* Toast Messages */
.divMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}

.MessageBoxContainer {
  top: 35%;
  color: var(--black-text);
  position: relative;
  width: 100%;
  background-color: var(--toast-bg-color);
  border-color: var(--step-tab-active-txt-color);
  border-width: 1px 0 1px 0;
  border-style: solid;
  padding: 20px;
}
.MessageBoxContainer.animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.MessageBoxContainer .MsgTitle i {
  color: var(--toast-icon-color) !important;
}

.MessageBoxIcon {
  position: absolute;
  margin-left: -100px;
}
.MessageBoxIcon .MessageBoxIconSize {
  font-size: 80px;
}

.MessageBoxMiddle {
  position: relative;
  left: 20%;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .MessageBoxMiddle {
    left: 0%;
    width: 100%;
  }
}
.MessageBoxMiddle .MsgTitle {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 300;
}
.MessageBoxMiddle .pText {
  font-style: 30px;
}

.MessageBoxContainer input {
  width: 50%;
  padding: 5px;
}
.MessageBoxContainer select {
  width: 50%;
  padding: 5px;
}

.MessageBoxButtonSection {
  width: 100%;
  height: 30px;
}
.MessageBoxButtonSection button {
  float: right;
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
}

#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 9999;
}
#divSmallBoxes .messagebox-success {
  background-color: var(--success-color);
}
#divSmallBoxes .messagebox-success .foto > i,
#divSmallBoxes .messagebox-success .foto > i a,
#divSmallBoxes .messagebox-success .foto > i > span,
#divSmallBoxes .messagebox-success .foto > i > p,
#divSmallBoxes .messagebox-success .textoFoto,
#divSmallBoxes .messagebox-success .textoFoto a,
#divSmallBoxes .messagebox-success .textoFoto > span,
#divSmallBoxes .messagebox-success .textoFoto > p,
#divSmallBoxes .messagebox-success .botClose,
#divSmallBoxes .messagebox-success .botClose a,
#divSmallBoxes .messagebox-success .botClose > span,
#divSmallBoxes .messagebox-success .botClose > p {
  color: var(--white);
}
#divSmallBoxes .messagebox-success .botClose::before {
  content: "✕";
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  color: --white;
}
#divSmallBoxes .messagebox-success .foto > i svg {
  fill: var(--white);
}
#divSmallBoxes .messagebox-warning {
  background-color: var(--warning-color);
}
#divSmallBoxes .messagebox-warning .foto > i,
#divSmallBoxes .messagebox-warning .foto > i a,
#divSmallBoxes .messagebox-warning .foto > i > span,
#divSmallBoxes .messagebox-warning .foto > i > p,
#divSmallBoxes .messagebox-warning .textoFoto,
#divSmallBoxes .messagebox-warning .textoFoto a,
#divSmallBoxes .messagebox-warning .textoFoto > span,
#divSmallBoxes .messagebox-warning .textoFoto > p,
#divSmallBoxes .messagebox-warning .botClose,
#divSmallBoxes .messagebox-warning .botClose a,
#divSmallBoxes .messagebox-warning .botClose > span,
#divSmallBoxes .messagebox-warning .botClose > p {
  color: var(--black-text);
}
#divSmallBoxes .messagebox-warning .botClose::before {
  content: "✕";
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  color: --black-text;
}
#divSmallBoxes .messagebox-warning .foto > i svg {
  fill: var(--black-text);
}
#divSmallBoxes .messagebox-error {
  background-color: var(--error-color);
}
#divSmallBoxes .messagebox-error .foto > i,
#divSmallBoxes .messagebox-error .foto > i a,
#divSmallBoxes .messagebox-error .foto > i > span,
#divSmallBoxes .messagebox-error .foto > i > p,
#divSmallBoxes .messagebox-error .textoFoto,
#divSmallBoxes .messagebox-error .textoFoto a,
#divSmallBoxes .messagebox-error .textoFoto > span,
#divSmallBoxes .messagebox-error .textoFoto > p,
#divSmallBoxes .messagebox-error .botClose,
#divSmallBoxes .messagebox-error .botClose a,
#divSmallBoxes .messagebox-error .botClose > span,
#divSmallBoxes .messagebox-error .botClose > p {
  color: var(--white);
}
#divSmallBoxes .messagebox-error .botClose::before {
  content: "✕";
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  color: --white;
}
#divSmallBoxes .messagebox-error .foto > i svg {
  fill: var(--white);
}
#divSmallBoxes .botClose {
  position: absolute;
  right: 10px;
  height: 16px;
  width: 15px;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.5;
  display: block;
  top: 15px;
}
#divSmallBoxes .botClose:hover {
  opacity: 1;
}
#divSmallBoxes .SmallBox {
  position: absolute;
  right: 5px;
  top: 40px;
  width: 420px;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent;
}
#divSmallBoxes .SmallBox:hover {
  cursor: default;
}
#divSmallBoxes .SmallBox .foto {
  font-size: 22px;
  position: absolute;
  left: 10px;
}
#divSmallBoxes .SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 20px;
}
#divSmallBoxes .SmallBox .botClose {
  background-color: transparent;
  border-radius: 0;
  height: auto;
  opacity: 1;
  padding: 4px 5px 0 0;
  right: 0;
  top: 0;
  width: auto;
  font-size: 13px;
  cursor: pointer;
  position: absolute;
}
#divSmallBoxes .SmallBox .textoFoto {
  margin: 0 0 0 41px;
  float: none;
  width: 84.5%;
}
#divSmallBoxes .SmallBox .textoFoto a {
  text-decoration: underline;
}
#divSmallBoxes .SmallBox .textoFoto span {
  margin: 10px 0 7px 0;
  height: auto;
  line-height: 20px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -1px;
  display: block;
}
#divSmallBoxes .SmallBox .textoFoto p {
  margin: 0px 0 10px 0;
  font-size: 13px;
  font-weight: 500;
}
#divSmallBoxes .SmallBox .miniIcono {
  height: 100%;
  font-size: 15px;
}
#divSmallBoxes .SmallBox .miniIcono .icon-times-alt {
  color: #4f8eb8;
}
@media (min-width: 0px) and (max-width: 360px) {
  #divSmallBoxes .SmallBox {
    width: 100%;
  }
}
@media screen and (max-width: 450px) and (max-width: 767px) {
  #divSmallBoxes {
    position: fixed;
    width: 90%;
    right: 0;
    top: 0;
  }
  #divSmallBoxes .SmallBox {
    width: 95%;
  }
  #divSmallBoxes .SmallBox:hover {
    box-shadow: 0 0 10px #888;
    cursor: default;
  }
  #divSmallBoxes .SmallBox span {
    font-size: 16px;
  }
  #divSmallBoxes .SmallBox p {
    font-size: 12px;
    margin-top: 2px;
  }
  #divSmallBoxes .SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
  }
  #divSmallBoxes .SmallBox .textoFoto {
    width: 55%;
    margin: 3px 20px 3px 80px;
    float: left;
  }
}

/* ------- End */
.widget-toolbar > .smart-form .checkbox input + i {
  border-width: 1px;
  border-color: #C7C7C7 !important;
  margin-top: 1px;
  box-shadow: 0 1px 1px #FFF, 0 1px 1px #858585 inset;
  -webkit-box-shadow: 0 1px 1px #FFF, 0 1px 1px #858585 inset;
  -moz-box-shadow: 0 1px 1px #FFF, 0 1px 1px #858585 inset;
}

.widget-toolbar .smart-form label.checkbox {
  line-height: 29px;
}

.smart-form .checkbox {
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 4px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 25px;
  cursor: text;
  font-size: 13px;
}
.smart-form .checkbox + .checkbox {
  margin-top: 0;
}
.smart-form .checkbox:last-child {
  margin-bottom: 0;
}
.smart-form .checkbox input {
  position: absolute;
  left: -9999px;
}
.smart-form .checkbox input + i:after {
  text-align: center;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: "";
  width: 5px;
  height: 11px;
  display: block;
  border-style: solid;
  border-color: var(--btn-bgcolor);
  border-width: 3px 0 0 3px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 5px;
}
.smart-form .checkbox input:checked + i {
  border-color: var(--survey-draft);
}
.smart-form .checkbox input:checked + i:after {
  opacity: 1;
}
.smart-form .checkbox i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  background: var(--white);
  border-color: var(--survey-draft);
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  cursor: pointer;
}
.smart-form .checkbox:hover i {
  border-color: var(--btn-bgcolor);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.smart-form .checkbox:active i {
  background: #F0F0F0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.smart-form .checkbox.state-error i {
  background: #fff0f0;
  border-color: #A90329;
}
.smart-form .checkbox.state-success i {
  background: #f0fff0;
  border-color: #7DC27D;
}
.smart-form .checkbox.state-disabled, .smart-form .checkbox.ui-disabled {
  cursor: default !important;
  opacity: 0.6 !important;
}
.smart-form .checkbox.state-disabled:hover i, .smart-form .checkbox.ui-disabled:hover i {
  border-color: var(--survey-draft) !important;
}
.smart-form .checkbox.state-disabled input:checked + i,
.smart-form .checkbox.state-disabled input + i:after, .smart-form .checkbox.ui-disabled input:checked + i,
.smart-form .checkbox.ui-disabled input + i:after {
  border-color: var(--survey-draft) !important;
  color: var(--survey-draft) !important;
}
.smart-form .checkbox.checked i:hover:after {
  content: "";
}
.smart-form .checkbox.checked.disabled i:hover:after {
  content: "";
}
.smart-form .checkbox.focussed i, .smart-form .checkbox.focussed.checked i {
  border-color: var(--btn-bgcolor);
}
.smart-form .checkbox.inlin {
  display: inline-block;
}
.smart-form .inline-group .checkbox {
  float: left;
  margin-right: 30px;
}
.smart-form .inline-group .checkbox:last-child {
  margin-bottom: 4px;
}

.editable-checklist label {
  white-space: nowrap;
}
.editable-checklist label input[type=checkbox],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

.textarea-controls .smart-form .checkbox {
  padding-left: 22px !important;
}

.checkbox input[type=checkbox].checkbox + span, .checkbox-inline input[type=checkbox].checkbox + span {
  margin-left: -20px;
}

.form-inline .checkbox {
  padding-left: 0;
}
.form-inline .checkbox input[type=checkbox].checkbox + span {
  margin-left: 0;
}
.form-inline .smart-form .checkbox {
  padding-left: 25px;
}

input[type=checkbox].checkbox + span {
  vertical-align: middle;
  line-height: 20px;
}

input[type=checkbox].checkbox + span, input[type=checkbox].checkbox + span:after, input[type=checkbox].checkbox + span:before {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}

input[type=checkbox].checkbox {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  width: 18px;
  height: 18px;
}

label input[type=checkbox].checkbox + span {
  position: relative;
  z-index: 19;
  display: inline-block;
  margin: 0;
  line-height: 17px;
  min-height: 14px;
  min-width: 14px;
  margin-right: 5px;
}

/*label input[type=checkbox].checkbox+span:hover{cursor: pointer}*/
label input[type=checkbox].checkbox + span:before {
  font-family: FontAwesome;
  font-size: 12px;
  border-radius: 0;
  content: " ";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  height: 12px;
  line-height: 12px;
  min-width: 12px;
  margin-right: 5px;
  border: 1px solid #bfbfbf;
  background-color: #f4f4f4;
  font-weight: 400;
  margin-top: -1px;
}

label input[type=checkbox].checkbox + span:before {
  content: " ";
}

label input[type=checkbox].checkbox:checked + span:before {
  content: "";
}

label input[type=checkbox].checkbox:checked + span {
  font-weight: 700;
}

label input[type=checkbox].checkbox:checked + span:before {
  color: #2E7BCC;
}

label input[type=checkbox].checkbox.style-3:checked + span:before {
  color: #fff;
  border-color: #a90329;
  background: #a90329;
}

label input[type=checkbox].checkbox.style-2 + span:before {
  background: 0 0;
  border-color: #c1c1c1;
  box-shadow: none;
}

label input[type=checkbox].checkbox.style-2:checked + span:before {
  content: "";
  color: #66665e;
  border-color: #4d90fe;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff;
}

label input[type=checkbox].checkbox.style-2:checked + span {
  font-weight: 400;
}

label input[type=checkbox].checkbox.style-1 + span:before {
  color: #333;
  background: #fff;
  text-shadow: none;
  box-shadow: none !important;
  border-width: 1px;
  height: 12px;
  line-height: 13px;
  min-width: 12px;
}

label input[type=checkbox].checkbox.style-1:checked + span:before {
  color: #333;
  border-color: #333;
}

label input[type=checkbox].checkbox.style-1:checked + span {
  font-weight: 400;
}

label:active input[type=checkbox].checkbox + span:before {
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.4);
}

/*label:hover input[type=checkbox].checkbox+span:before{color: #2E7BCC; border-color: #2E7BCC}

label:hover input[type=checkbox].checkbox.style-3+span:before{color: #fff; border-color: #A90327}

label:hover input[type=checkbox].checkbox.style-2+span:before{box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.1), 0 1px 0 0 rgba(255,255,255,.2)}

label:hover input[type=checkbox].checkbox.style-2:checked+span:before{box-shadow: inset 0 2px 3px 0 rgba(0,0,0,.3), 0 1px 0 0 rgba(255,255,255,.4)}

label:hover input[type=checkbox].checkbox.style-1+span:before{border-color: #333}*/
label:active input[type=checkbox].checkbox:checked + span:before {
  color: #fff;
  background: #2E7BCC;
  border-color: #2E7BCC;
}

label:active input[type=checkbox].checkbox.style-3:checked + span:before {
  color: #a90329;
  background: #fff;
  border-color: #a90329;
}

label:active input[type=checkbox].checkbox.style-2:checked + span:before {
  color: #66665e;
  background: 0 0;
  border-color: #c1c1c1;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.4);
}

label:active input[type=checkbox].checkbox.style-2 + span:before {
  color: #66665e;
  background: 0 0;
  border-color: #c1c1c1;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.4);
}

label:active input[type=checkbox].checkbox.style-1:checked + span:before {
  color: #fff;
  background: #333;
  border-color: #333;
}

label input[type=checkbox][disabled].checkbox + span, label input[type=checkbox][disabled].checkbox:checked + span {
  color: #A7A7A7;
  cursor: not-allowed;
}

label input[type=checkbox][disabled].checkbox:checked + span:before {
  content: "";
  color: #A7A7A7;
}

label input[type=checkbox][disabled].checkbox.style-2:checked + span:before {
  content: "";
}

label input[type=checkbox][disabled].checkbox:checked + span:before, label input[type=checkbox][disabled].checkbox + span:before, label:active input[type=checkbox][disabled].checkbox:checked + span:before {
  background: #eee !important;
  border-color: #CCC !important;
  box-shadow: none;
  color: #A7A7A7;
  box-shadow: none !important;
}

#login #content .well label.checkbox {
  font-size: 12px;
}

#login .checkbox.s-fieldfocus {
  display: block;
  outline: 1px dotted rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

#inbox-table .checkbox {
  margin-top: -1px;
  margin-bottom: 0;
}

.inbox-checkbox-triggered {
  display: inline-block;
}

.inbox-checkbox-triggered > .btn-group {
  margin-right: 10px;
}

.inbox-checkbox-triggered > .btn-group .btn {
  padding-left: 14px;
  padding-right: 14px;
}

.onoffswitch-container {
  margin-top: 4px;
  margin-left: 7px;
  display: inline-block;
}

.onoffswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #626262;
  border-radius: 50px;
  border-color: #adadad #b3b3b3 #9e9e9e;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  display: block;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 15px;
  padding: 0;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: 700;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: attr(data-swchon-text);
  text-shadow: 0 -1px 0 #333;
  padding-left: 7px;
  background-color: #3276b1;
  color: #fff;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.onoffswitch-inner:after {
  content: attr(data-swchoff-text);
  padding-right: 7px;
  text-shadow: 0 -1px 0 #fff;
  background-color: #fff;
  color: #555;
  text-align: right;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.onoffswitch-switch {
  width: 19px;
  height: 19px;
  margin: -2px;
  background: #fff;
  border: 1px solid #9a9a9a;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  background-repeat: repeat-x;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before, .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "";
  color: #a90329;
  display: block;
  text-align: center;
  line-height: 19px;
  font-size: 10px;
  text-shadow: 0 -1px 0 #fff;
  font-weight: 700;
  font-family: FontAwesome;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "";
  color: #57889c;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  display: block;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}

.onoffswitch-switch:hover {
  background-color: #eee;
}

.onoffswitch-switch:active {
  background-color: #eee;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after, .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
  text-shadow: 0 1px 0 #fff;
  background: #bfbfbf;
  color: #333;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch, .onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: -o-linear-gradient(top, #bfbfbf, #f4f4f4);
  background-image: linear-gradient(to bottom, #bfbfbf, #f4f4f4);
  box-shadow: none !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label, .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
  border-color: #ababab #999 #878787 !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
  border-color: #3276b1 #2a6395 #255681;
}

.onoffswitch + span, .onoffswitch-title {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}

.input-group-addon .checkbox {
  min-height: 0;
  margin-right: 0 !important;
  padding-top: 0;
}

.input-group-addon label input[type=checkbox].checkbox + span, .input-group-addon label input[type=checkbox].checkbox + span:before {
  margin-right: 0;
}

.table.has-tickbox.smart-form thead tr th:first-child .checkbox, .table.has-tickbox.smart-form tbody tr td:first-child .checkbox {
  padding: 0 !important;
}

.smart-form.table td .checkbox i, .smart-form.table th .checkbox i {
  top: 0 !important;
}

.multiselect-container > li > a > label.checkbox {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

@media (max-width: 979px) {
  .inbox-checkbox-triggered > .btn-group .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.checkbox.state-error i {
  background: none repeat scroll 0 0 #FFF0F0;
  border-color: #A90329 !important;
}

.label > .checkbox, .link-sty-fav .checkbox {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
}

.addedTagsList label.checkbox {
  display: inline-block;
  margin-bottom: 0;
}

.message .comment-panel .titlepanel .checkbox {
  display: none;
  margin-top: -6px;
}

.message:hover .comment-panel .titlepanel .checkbox,
.message.active .comment-panel .titlepanel .checkbox {
  display: inline-block;
}

.s-custom-selectlist.multiple label[class=checkbox] {
  padding-left: 6px !important;
  margin: 5px 0;
}

.s-form-horizontal .controls .smart-form .checkbox {
  padding-left: 25px;
  padding-top: 0;
}

.panel-heading .smart-form input[type=checkbox] ~ span {
  position: relative;
  top: 3px;
}

.smart-accordion-default .panel-heading .smart-form .checkbox {
  line-height: 24px;
  margin-top: 5px;
}

.collectresponses-panel .panel-heading .smart-form .checkbox {
  margin-top: 0;
}

.table-style2 td .checkbox-style3 {
  float: left;
  margin-top: -4px;
}

.table-style2 th .checkbox-style3 {
  float: left;
  margin-bottom: -3px !important;
}

@media (min-width: 200px) and (max-width: 500px) {
  .form-horizontal.customfield-wrap .checkbox {
    padding-top: 2px;
  }
}
.trans-lang .dropdown-menu .checkbox i {
  top: 9px;
}

@media (min-width: 0px) and (max-width: 736px) {
  #login #content .well label.checkbox {
    color: #71b9a5;
    font-size: 12px;
  }

  #rememberMelabel.checkbox {
    color: #888 !important;
  }

  .smart-form .checkbox i {
    border-color: #e2e2e2;
  }
}
.filtercontent .checkbox.control-label {
  height: 25px;
  line-height: 25px;
}

.smart-form .radio {
  margin-bottom: 4px;
  padding-left: 25px;
  font-size: 15px;
  line-height: 25px;
  cursor: text;
  font-size: 13px;
}
.smart-form .radio input {
  position: absolute;
  left: -9999px;
}
.smart-form .radio i {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  outline: 0;
  border-width: 1px;
  border-style: solid;
  background: var(--white);
  border-radius: 50%;
  cursor: pointer;
}
.smart-form .radio.inlin {
  display: inline-block;
}
.smart-form .radio:last-child {
  margin-bottom: 0;
}
.smart-form .radio input + i::after {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: "";
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--btn-bgcolor);
}
.smart-form .radio input:checked + i {
  border-color: var(--survey-draft);
}
.smart-form .radio input:checked + i:after {
  opacity: 1;
}
.smart-form .radio:hover i {
  border-color: var(--btn-bgcolor);
}
.smart-form .radio:hover input:checked + i {
  border-color: var(--survey-draft);
}
.smart-form .radio.focussed i, .smart-form .radio.focussed.checked i {
  border-color: var(--btn-bgcolor);
}
.smart-form .radio.focussed input:checked + i {
  border-color: var(--btn-bgcolor);
}
.smart-form .radio.ui-disabled input + i::after {
  background-color: var(--survey-draft);
}
.smart-form .radio.ui-disabled input:checked + i {
  border-color: var(--survey-draft);
}

.panel-heading .smart-form input[type=radio] ~ span {
  position: relative;
  top: 3px;
}

.smart-accordion-default .panel-heading .smart-form .radio {
  line-height: 24px;
  margin-top: 5px;
}

.collectresponses-panel .panel-heading .smart-form .radio {
  margin-top: 0;
}

@media (min-width: 200px) and (max-width: 500px) {
  .form-horizontal.customfield-wrap .radio {
    padding-top: 2px;
  }
}
.smart-form .radio i {
  border-color: var(--survey-draft);
}

.filtercontent #unitsctr .dataviews {
  padding: 0;
}
.filtercontent #unitsctr .dataviews label span.ncount svg {
  fill: var(--dark-theme-color);
}
.filtercontent #unitsctr .control-label {
  height: 25px;
  line-height: 25px;
}

#colorthrdctr {
  padding: 0;
}
#colorthrdctr .grid-list > .row > .col-xs-4 {
  padding-left: 5px;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: var(--list-item-hover);
}
.dropdown-menu .list-group .list-group-item {
  background-color: var(--white);
}
.dropdown-menu .list-group .list-group-item:hover {
  background-color: var(--list-item-hover);
}

.dropdown-toggle:after {
  content: none;
}
.dropdown-toggle[data-display=static] + .dropdown-menu:before {
  display: block;
  position: absolute;
  content: "";
  border: 7px solid transparent;
  top: -7px;
  bottom: auto;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top-width: 0px;
}
.dropdown-toggle[data-display=static] + .dropdown-menu:after {
  display: block;
  position: absolute;
  content: "";
  border: 6px solid transparent;
  top: -6px;
  bottom: auto;
  border-bottom: 6px solid var(--white);
  border-top-width: 0px;
}

.dropup .dropdown-toggle:after {
  content: none;
}
.dropup .dropdown-menu {
  font-size: 13px;
}
.dropup .dropdown-menu:before {
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-width: 0;
  left: 9px;
  bottom: -7px;
  top: auto;
}
.dropup .dropdown-menu:after {
  border-top: 6px solid #FFFFFF;
  border-bottom-width: 0;
  left: 10px;
  bottom: -6px;
  top: auto;
}

.dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.btn-group.pull-left.bottomleft .dropdown-menu:after, .btn-group.pull-left.topleft .dropdown-menu:after {
  left: 197px;
}

.btn-group.pull-left.bottomleft .dropdown-menu:before, .btn-group.pull-left.topleft .dropdown-menu:before {
  left: 196px;
}

.pull-right .dropdown-menu:before {
  right: 9px;
  left: auto;
}

.pull-right .dropdown-menu:after {
  right: 10px;
  left: auto;
}

.filtercontent .control-label {
  height: 32px;
  line-height: 32px;
  margin: 0;
  white-space: nowrap;
}

.narrowby-panel label {
  margin-bottom: 10px !important;
  height: 32px;
  line-height: 32px;
}

.narrowby-panel .row-daterange label.input {
  margin-bottom: 0 !important;
}

.narrowby-panel #valueContainer .row-daterange label.input {
  margin: 0 !important;
  height: auto;
  line-height: normal;
}

.narrowby-panel .conditionconnectorsection .select2-container {
  margin-top: -3px;
  margin-left: 7px;
}

.section-groupby .dropdown-menu li {
  float: none !important;
}

.form-inline.groupby_form .form-group + .form-group {
  margin-left: 0;
}

#content .chartsettings-panel .section-groupby .dropdown-menu {
  width: 200px !important;
}
#content .chartsettings-panel .section-groupby .dropdown-menu li a {
  font-size: 13px;
  height: auto !important;
  line-height: normal !important;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
#content .chartsettings-panel .section-groupby .dropdown-menu li a:hover {
  border-top-width: 0px;
}
#content .chartsettings-panel .section-groupby .dropdown-menu li:first-child a {
  border-top: 1px solid var(--list-item-hover);
}

.groupby_form .form-group:first-child .control-label {
  font-weight: normal;
  margin-right: 0;
}

@media (min-width: 1180px) and (max-width: 1440px) {
  body.stream-enabled .chartsettings-panel .othersettings > .form-group {
    display: block;
    clear: both;
  }

  body.stream-enabled .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu {
    left: 0;
    right: auto;
  }

  body.stream-enabled .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:after {
    left: 5px;
    right: auto;
  }

  body.stream-enabled .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:before {
    left: 6px;
    right: auto;
  }

  .stream-enabled .chartsettings-panel .groupby_form > .form-group {
    display: inline-block;
    vertical-align: middle;
  }

  .stream-enabled .chartsettings-panel .groupby_form > .form-group:first-child {
    padding-left: 0;
    border-left-width: 0;
    padding-top: 0px;
  }

  .stream-enabled .chartsettings-panel .groupby_form > .form-group:first-child .control-label {
    margin-left: 0;
    padding-left: 0;
  }

  .stream-enabled .chartsettings-panel .groupby_form > .form-group + .form-group {
    margin-left: 10px !important;
  }

  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .groupby_form > .form-group {
    display: inline-block;
    vertical-align: top;
  }

  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .groupby_form > .form-group:first-child {
    padding-top: 10px;
  }

  /*BG-11777*/
  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .groupby_form .form-group.selector-group {
    padding-top: 0px;
  }
  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .groupby_form .form-group.chart-groupby .btn-groupbycontainer .select2-choices {
    margin-bottom: 10px !important;
  }
  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .groupby_form .form-group.chart-groupby .btn-groupbycontainer .select2-choices .select2-search-choice {
    margin: 0;
  }
  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .groupby_form .form-group.chart-groupby .btn-groupbycontainer .select2-choices .select2-search-choice + .select2-search-choice {
    margin-top: 10px;
  }
}
@media (min-width: 1180px) and (max-width: 1649px) {
  body:not(.minified) .templateselection .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  body:not(.minified) .templateselection .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:after {
    left: 5px;
    right: auto;
  }
  body:not(.minified) .templateselection .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:before {
    left: 6px;
    right: auto;
  }
  body:not(.minified) .templateselection .chartsettings-panel .groupby_form > .form-group:first-child {
    padding-left: 0;
    border-left-width: 0;
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .templateselection .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .templateselection .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:after {
    left: 5px;
    right: auto;
  }
  .templateselection .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:before {
    left: 6px;
    right: auto;
  }
  .templateselection .chartsettings-panel .othersettings > .form-group {
    display: block;
    clear: both;
  }
  .templateselection .chartsettings-panel .groupby_form > .form-group {
    display: inline-block;
    vertical-align: top;
  }
  .templateselection .chartsettings-panel .groupby_form > .form-group:first-child {
    border-left-width: 0;
    padding-left: 0px;
    padding-top: 10px;
  }
  .templateselection .chartsettings-panel .groupby_form > .form-group:first-child .control-label {
    margin-left: 0;
    padding-left: 0;
  }
  .templateselection .chartsettings-panel .groupby_form > .form-group + .form-group {
    margin-left: 10px !important;
  }

  body:not(.minified) .chartsettings-panel .groupby_form > .form-group:first-child {
    padding-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 200px) and (max-width: 879px) {
  .chartsettings-panel .groupby_form > .form-group:first-child {
    padding-left: 0;
    border-left-width: 0;
  }
  .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:after {
    left: 5px;
    right: auto;
  }
  .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:before {
    left: 6px;
    right: auto;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .chartsettings-panel .groupby_form > .form-group {
    display: inline-block;
    vertical-align: top;
  }
  .chartsettings-panel .groupby_form > .form-group:first-child {
    border-left-width: 0;
    padding-left: 0px;
    padding-top: 10px;
  }
  .chartsettings-panel .groupby_form > .form-group:first-child .control-label {
    margin-left: 0;
    padding-left: 0;
  }
  .chartsettings-panel .groupby_form > .form-group + .form-group {
    margin-left: 10px !important;
  }
}
@media (min-width: 200px) and (max-width: 639px) {
  .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:after {
    left: 65px;
    right: auto;
  }
  .chartsettings-panel .btn-addgroupby.pull-right .dropdown-menu:before {
    left: 66px;
    right: auto;
  }
}
.chartsettings-panel .groupby_form {
  white-space: nowrap;
  position: relative;
  top: 1px;
}

.chart-groupby .dropdown-menu fieldset + fieldset {
  border-top: 2px solid #6a6a6a;
}

.chartsettings-panel .groupby ul.dropdown-menu li {
  padding: 0px 5px;
}

.grid-groupby + .grid-body {
  border-top: 1px solid #cccccc;
  padding-top: 5px;
}

.grid-groupby > .row > [class^=col-]:first-child {
  color: #999;
}

.grid-groupby-second > .row > [class^=col-]:first-child, .grid-groupby-second ~ .grid-groupby-one > .row > [class^=col-]:first-child, .grid-groupby-second ~ .grid-groupby-one + .grid-body > .row > [class^=col-]:first-child {
  padding-left: 10px;
}

.grid-groupby-one + .grid-body > .row > [class^=col-]:first-child {
  padding-left: 15px;
}

.grid-groupby-second > .row > [class^=col-]:first-child {
  padding-left: 10px;
}

.grid-groupby-second ~ .grid-groupby-one > .row > [class^=col-]:first-child {
  padding-left: 20px;
}

.grid-groupby-second ~ .grid-groupby-one + .grid-body > .row > [class^=col-]:first-child {
  padding-left: 30px;
}

.distribution .groupby-label {
  width: 100px;
}

.distribution .groupby-label > label {
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
  text-align: right;
}

.distribution .groupby-label + .group {
  margin-left: 100px;
}

.row-groupby {
  position: relative;
  margin-bottom: 20px;
}
.row-groupby:before {
  position: absolute;
  left: 0;
  top: -10px;
  content: " ";
  width: 16.6667%;
  padding-left: 170px;
  height: 2px;
  box-sizing: content-box;
  background-color: #cccccc;
}
@media (max-width: 1199px) {
  .row-groupby:before {
    width: 25%;
  }
}
.row-groupby .show-grid {
  margin-bottom: 10px;
}
.row-groupby .show-grid:last-child {
  margin-bottom: 0;
}
.row-groupby:last-child {
  margin-bottom: 0px;
}
.row-groupby:first-child:before {
  content: none;
}
.row-groupby .row-groupby:before {
  height: 1px;
  padding-left: 85px;
  background-color: #cccccc;
}
.row-groupby .row-groupby:first-child:before {
  content: none;
}

.npscomments .groupby {
  margin-bottom: 10px;
}

.dropdown-menu .search {
  margin: 0 5px;
}

.dropdown-menu .search input[type=text] {
  width: 100%;
  border: 0;
}

.dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dropdown-menu .dropdown-item:first-child {
  border-top: 1px solid transparent;
}

.dropdown-menu .scrollableitem li {
  display: block;
}
.dropdown-menu .scrollableitem li a {
  display: block;
}

.btn-group.open .dropdown-menu li:first-child a {
  border-top: 0;
}

/*.btn-group.open .dropdown-menu:before {
	right:5px!important;
}
.btn-group.open .dropdown-menu:after {
	right:6px!important;
}*/
#viewControls .btn-group.open .dropdown-menu:before {
  right: 5px !important;
}
#viewControls .btn-group.open .dropdown-menu:after {
  right: 6px !important;
}

#filterGroupby .dropdown-menu::before {
  right: 4px;
}
#filterGroupby .dropdown-menu::after {
  right: 5px;
}

#narrowby .dropdown-menu::before {
  left: 3px;
}
#narrowby .dropdown-menu::after {
  left: 4px;
}
#narrowby .bt-select-question + .dropdown-menu {
  border-radius: 0 4px 4px 4px;
  /*&::before,
  &::after{ left:116px;}*/
}

.btn-group.open .dropdown-menu .nav-list a:before {
  right: 5px !important;
}

.btn-group.open .dropdown-menu .nav-list a:after {
  right: 5px !important;
}

.dropdown-menu a {
  padding: 10px 15px;
  border-top: 1px solid #EAEAEA;
  color: var(--black-text) !important;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  background-color: var(--list-item-hover);
  color: var(--black-text);
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-color: var(--list-item-hover);
  color: var(--black-text);
}

.dataTables_wrapper .dropdown-menu a.disabled {
  color: #999 !important;
  opacity: 0.5;
}

.dropdown-menu > ul:first-child li:first-child a:hover:before {
  border-bottom: 6px solid #eeeeee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  right: 10px;
  top: -6px;
  z-index: 2;
}

.dropdown-menu li a [class*=icon-] {
  margin-right: 10px;
  min-width: 13px;
  display: inline-block;
}

.chartsettings-panel .dropdown-menu li [class*=icon] {
  text-align: center;
  display: inline-block;
}

.chartsettings-panel .icon-addon.search [class*=icon], #searchctr [class*=icon] {
  font-size: 13px;
  padding: 0;
  margin: 0;
  top: 8px;
  left: 7px;
}
.chartsettings-panel .icon-addon.search [class*=icon]::before, #searchctr [class*=icon]::before {
  content: none;
}
.chartsettings-panel .icon-addon.search [class*=icon] smx-icon,
.chartsettings-panel .icon-addon.search [class*=icon] svg, #searchctr [class*=icon] smx-icon,
#searchctr [class*=icon] svg {
  fill: var(--filter-icon);
  width: 12px;
  height: 12px;
}

.icon-addon.addon-sm .form-control {
  text-indent: 5px;
}

.bt-select-question + .dropdown-menu .custom-groupby {
  border-top: 1px solid #EAEAEA;
}

@media (min-width: 0px) and (max-width: 736px) {
  .cstm-groupby {
    float: left;
  }

  .chartsettings-panel .cstmwrap-filter .groupby_form > .form-group:first-child {
    padding-top: 8px;
  }
}
@media (min-width: 980px) and (max-width: 1051px) {
  body:not(.minified) .templateselection .chartsettings-panel .navbar-chartcontrols {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  body:not(.minified) .templateselection .chartsettings-panel .navbar-chartcontrols > .nav {
    float: right;
  }

  body:not(.minified) .templateselection .chartsettings-panel .navbar-chartcontrols li + li {
    border-top-width: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .templateselection .chartsettings-panel .navbar-chartcontrols {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }

  .templateselection .chartsettings-panel .navbar-chartcontrols li + li {
    border-top-width: 0;
  }
}
.jarviswidget .navbar {
  min-height: 45px;
}

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 35px;
}

.navbar-nav .open .dropdown-menu > li > a {
  padding-left: 15px;
  border-top: 1px solid #EAEAEA;
}

.navbar-nav .open .dropdown-menu > li:first-child > a {
  border-top: 0;
}

.navbar-nav .dropdown-menu.smart-form > li {
  padding-left: 30px !important;
}

.navbar-chartcontrols .navbar-nav {
  width: auto;
  margin: 0;
}

/*.navbar-chartcontrols .navbar-nav .open .dropdown-menu:before,
.navbar-chartcontrols .navbar-nav .open .dropdown-menu:after{display:none} */
.navbar-chartcontrols .navbar-nav > li [class*=icon-] {
  display: inline-block;
  text-align: left;
}

.navbar-chartcontrols .navbar-nav > li > * > [class*=icon-], .navbar-chartcontrols .iconcombo-item > [class*=icon-] {
  width: 25px;
  text-align: center !important;
}

.navbar-chartcontrols .navbar-nav > li > a:focus, .navbar-chartcontrols .navbar-nav > li > a:hover {
  background-color: transparent;
}

.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li {
  padding: 0 !important;
  border-top: 1px solid #EAEAEA;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li a {
  padding: 11px 13px 14px 13px;
  border: 0;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li a i {
  color: #555;
  vertical-align: middle;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li:hover a, .navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li.active a {
  background-color: var(--dark-theme-color);
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li:hover a i,
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li:hover a label, .navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li.active a i,
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li.active a label {
  color: var(--white);
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li:hover a i svg,
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li:hover a label svg, .navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li.active a i svg,
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li.active a label svg {
  fill: var(--white);
}

.navbar-chartcontrols .navbar-nav li#chartType ul li {
  padding: 6px 16px 9px 16px !important;
}
.navbar-chartcontrols .navbar-nav li#chartType ul li label.checkbox i {
  margin: 0px;
}

.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li label.checkbox {
  padding: 0px 0 0px 30px;
  line-height: 28px;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li label.checkbox * {
  vertical-align: middle;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li label.checkbox span {
  margin: 0 4px;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li label.checkbox span.label-name {
  position: relative;
  top: 2px;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li:hover {
  background-color: #eeeeee;
}
.navbar-chartcontrols .navbar-nav .dropdown-menu.smart-form > li:first-child {
  border-top: 0;
}

.chartsettings-panel .navbar-nav > li > a {
  color: var(--white);
}

.chartsettings-panel .navbar-nav > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
}

.chartsettings-panel .navbar-chartcontrols .custom-combolist-wrap .dropdown-menu li + li {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.chartsettings-panel .navbar-chartcontrols .dropdown-menu li a {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.navbar-chartcontrols li .text {
  display: none;
}

.navbar-chartcontrols .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-chartcontrols .dropdown-menu > li > a, .navbar-chartcontrols .dropdown-menu > li > label {
  color: var(--black-text);
}

.navbar-chartcontrols .icon-download {
  top: 4px;
}

@media (min-width: 200px) and (max-width: 979px) {
  .navbar-chartcontrols .nav > li.pull-right .btn-publishstream {
    float: right !important;
  }

  .navbar-chartcontrols .nav > li#publishstream ~ li#export {
    float: right !important;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .navbar-chartcontrols li .text {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
  }

  .navbar-collapse.in {
    overflow-y: auto;
    display: block;
    float: none;
  }

  .navbar-header {
    display: block;
    float: none;
  }

  .navbar-chartcontrols {
    float: none;
  }
}
#content .table .show-grid .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  height: 25px;
  line-height: 20px;
}

#widgets #viewControls .fa-gear.fa-lg {
  font-size: 1.3em;
  vertical-align: -3%;
}

#viewControls button.btn-link {
  margin-left: 10px;
}

#viewControls .btn-group.active .btn-link {
  color: var(--white);
  border-radius: 3px;
}

@media (min-width: 0px) and (max-width: 736px) {
  .chartsettings-panel .navbar-nav .open .dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 3px 3px;
    position: absolute;
  }

  .navbar-chartcontrols .nav > li#publishstream ~ li#export {
    float: none !important;
  }

  .chartsettings-panel .nav.navbar-nav li .cstmob {
    display: inline-block !important;
  }

  #viewControls .well-sm {
    padding: 0 4px 0 0;
  }

  .addchart #viewControls {
    margin-bottom: 10px;
  }

  #widgets #viewControls {
    padding-right: 13px;
  }
}
@media (min-width: 0px) and (max-width: 736px) {
  #viewControls a#exportviewAsImg, #widgetControls li#download_images {
    display: none !important;
  }
}
#viewControls button.btn-link {
  margin-left: 5px;
}

#viewControls .btn-group.open .btn-link {
  color: var(--white);
  border-radius: 3px 3px 0px 0px;
}

#viewControls .dropdown-menu, .navbar-chartcontrols .dropdown-menu {
  min-width: 205px !important;
  border-radius: 4px 0 4px 4px;
}

#viewControls .nav-stacked > li + li {
  margin-top: 0;
}

#comparectr #ttestctr {
  margin: 0;
}

#comparatorCtr {
  padding-left: 0;
  margin-left: -3px;
}

#widgetControls .float-right .dropdown-menu:before {
  right: 12px;
  left: auto;
}
#widgetControls .float-right .dropdown-menu:after {
  right: 13px;
  left: auto;
}

.cal-nav-btns {
  border-radius: 500px;
  padding: 0px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.cal-nav-btns .icon {
  top: 2px;
}

.icon-arrow-left {
  background-position: -188px -414px;
  width: 10px;
  height: 10px;
}

.icon-arrow-right {
  background-position: -216px -414px;
  width: 10px;
  height: 10px;
}

.monthselect {
  margin-right: -1px;
}

.monthselect, .yearselect {
  border: 1px solid #bdbdbd;
  margin: 0 3px;
}

#narrowby .select2-control-field {
  margin-top: 2px;
}
#narrowby .select2-control-field button i {
  font-size: 11px;
}

.row-narrowby .s-addorremove-btns .btn-link {
  border: 1px solid;
}

.filtercontent label.input .select2-container-multi .select2-search-choice-close {
  background-color: transparent !important;
  color: #fff;
}

/*drop down with add new and search field*/
.search-box.addnew-field {
  border: none;
}
.search-box.addnew-field .select2-default, .search-box.addnew-field .select2-choice {
  width: auto !important;
  background: transparent;
  border: 0px;
  overflow: visible;
}
.search-box.addnew-field .text-primary {
  position: relative;
  margin-left: 5px;
  top: 1px;
}
.search-box.addnew-field .select2-container {
  width: 30px !important;
  padding: 0px;
  margin: 0px;
  background: transparent;
}
.search-box.addnew-field .select2-chosen {
  display: none;
}
.search-box.addnew-field .select2-container .select2-choice .select2-arrow b::before,
.search-box.addnew-field .select2-dropdown-open .select2-choice .select2-arrow b::before {
  content: none;
}
.search-box.addnew-field .select2-container .select2-choice .select2-arrow b smx-icon,
.search-box.addnew-field .select2-container .select2-choice .select2-arrow b svg,
.search-box.addnew-field .select2-dropdown-open .select2-choice .select2-arrow b smx-icon,
.search-box.addnew-field .select2-dropdown-open .select2-choice .select2-arrow b svg {
  fill: var(--filter-icon);
  width: 16px;
  height: 16px;
}
.search-box.addnew-field .select2-dropdown-open .select2-choice {
  box-shadow: none !important;
}

.addnew-field-drop.select2-with-searchbox {
  width: 300px !important;
}
.addnew-field-drop.select2-with-searchbox.select2-drop-active {
  border: 1px solid #5c6468;
}
.addnew-field-drop .select2-search {
  padding: 4px 0px !important;
}

.trans-lang {
  margin-top: -21px;
}
.trans-lang .btn-trans {
  padding-top: 0px !important;
}

.select-langdrop.select2-drop {
  margin-top: 0;
}
.select-langdrop.select2-drop-active {
  border: 1px solid var(--btn-bgcolor);
  border-top: 0;
}
.select-langdrop .select2-results {
  border: 0;
  padding: 4px;
}

.lang-list {
  margin-right: 2px;
}
.lang-list.select2-dropdown-open .select2-choice {
  background-color: var(--btn-bgcolor);
  max-height: 26px !important;
}
.lang-list.select2-dropdown-open .select2-choice .select2-chosen {
  color: white !important;
  line-height: 25px;
}
.lang-list.select2-dropdown-open .select2-choice .select2-arrow {
  margin-top: 2px;
}
.lang-list.select2-dropdown-open .select2-choice .select2-arrow b::before {
  content: none;
}
.lang-list.select2-dropdown-open .select2-choice .select2-arrow b smx-icon,
.lang-list.select2-dropdown-open .select2-choice .select2-arrow b svg {
  fill: var(--white);
  width: 20px;
  height: 20px;
}

@media (min-width: 0px) and (max-width: 736px) {
  #mobileCtrChart .btn-link.mobileCtrBtn {
    padding: 5px 7px;
    margin: -2px 0 0 0;
    background-color: var(--white);
    border-radius: 3px 3px 0px 0px;
    border: 0;
  }

  #dropP.mobileCtrBtn i.icon-mobile-options {
    color: #6a6a6a;
    font-size: 18px;
  }

  #mobileCtrChart.open #dropP.mobileCtrBtn.btn-link:hover i.icon-mobile-options, #mobileCtrChart.open #dropP.mobileCtrBtn.btn-link:focus i.icon-mobile-options {
    color: var(--white);
  }

  .mobileCtrBtn + .dropdown-menu:before,
#mobileCtrChart .dropdown-menu:before {
    border-bottom: 7px solid white;
    border-left: 7px solid rgba(255, 255, 255, 0);
    border-right: 7px solid rgba(255, 255, 255, 0);
  }

  #mobileCtrChart .dropdown-menu {
    border-radius: 3px 0px 3px 3px;
  }
  #mobileCtrChart .dropdown-menu li:first-child a {
    border-top: 0px;
  }
}
.assign-privilege ul.multiselect-container {
  width: 350px;
}
.assign-privilege ul.multiselect-container li .checkbox {
  white-space: normal;
}

.roleAssignment ul.multiselect-container li a,
.bootstrap-multiselect ul.multiselect-container li a {
  padding: 10px 15px;
  border-bottom: 1px solid #EAEAEA;
  color: var(--black-text);
}
.roleAssignment ul.multiselect-container li a .checkbox,
.bootstrap-multiselect ul.multiselect-container li a .checkbox {
  padding-left: 10px !important;
}

.dropdown-current-filter {
  color: var(--white) !important;
}

.multiselect-container.dropdown-menu li a {
  border-bottom: 1px solid #EAEAEA !important;
}

.s-custom-combolist-wrap {
  position: relative;
  display: inline-block;
}
.s-custom-combolist-wrap .s-custom-selectlist {
  min-width: 100%;
}
.s-custom-combolist-wrap.open .s-custom-combolist {
  border: 1px solid var(--btn-bgcolor);
}
.s-custom-combolist-wrap.open .s-custom-combolist .s-button-link {
  background: none !important;
  border: none !important;
}
.s-custom-combolist-wrap.open .s-custom-selectlist {
  border: 1px solid var(--btn-bgcolor);
}
.s-custom-combolist-wrap.open .s-custom-selectlist.top {
  border-bottom-width: 0;
  margin-bottom: -1px;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.2);
}
.s-custom-combolist-wrap.open .s-custom-selectlist.bottom {
  border-top-width: 0;
  margin-top: -1px;
}

.s-custom-combolist {
  position: relative;
  margin-bottom: 0 !important;
  padding-right: 15px !important;
}
.s-custom-combolist input {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
  position: relative;
  text-indent: 0 !important;
  top: -4px;
  margin-bottom: 0 !important;
}
.s-custom-combolist .label {
  padding: 4px 0 !important;
  position: relative;
  top: -4px;
  margin: 0 !important;
  line-height: 22px !important;
  height: 32px !important;
}
.s-custom-combolist .s-button-link {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  text-align: center;
  background-color: var(--white) !important;
  border-left: 0px solid #ccc !important;
}
.s-custom-combolist .s-button-link > .icon-dropdown {
  background: none;
  color: var(--blacktext);
  margin-top: 2px;
  margin-right: 0px !important;
}
.s-custom-combolist .s-button-link > .icon-dropdown:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-style: solid;
  border-color: var(--survey-draft);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  position: relative;
  top: 2px;
}
.s-custom-combolist:hover .s-button-link > .icon-dropdown:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-style: solid;
  border-color: var(--btn-bgcolor);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.s-custom-selectlist {
  position: absolute;
  left: auto;
  top: auto;
  z-index: 4465;
  min-width: 230px;
  right: 0;
  margin-top: 0;
  display: none;
  padding-top: 0px;
  background-color: var(--white);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  margin-bottom: 0px;
  margin: 0;
  padding: 0;
}
.s-custom-selectlist.multiple label[class=checkbox] {
  padding-left: 6px !important;
  margin: 5px 0;
}
.s-custom-selectlist .icon-arrowtop {
  position: absolute;
  right: 5px;
  top: 0px;
  display: none;
}
.s-custom-selectlist.right .icon-arrowtop {
  position: absolute;
  right: 5px;
  top: 0px;
}
.s-custom-selectlist.left {
  left: 0;
  right: auto;
}
.s-custom-selectlist.left .icon-arrowtop {
  position: absolute;
  left: 5px;
  top: 0px;
}
.s-custom-selectlist.top {
  top: auto;
  bottom: 32px;
  padding-top: 0;
  padding-bottom: 0px;
}
.s-custom-selectlist.top .s-dropdown-content {
  border: 1px solid var(--btn-bgcolor);
}
.s-custom-selectlist.top .icon-arrowbottom {
  position: absolute;
  left: auto;
  right: 5px;
  top: auto;
  bottom: 0;
}
.s-custom-selectlist.top .icon-arrowtop {
  background-position: -255px -128px !important;
  width: 24px;
  height: 12px;
  left: auto;
  right: 5px;
  top: auto;
  bottom: 0;
}
.s-custom-selectlist.bottom .s-dropdown-content {
  border: 1px solid var(--survey-draft);
  border-top: 1px solid var(--white);
  margin-top: -1px;
}
.s-custom-selectlist.bottom .arrow {
  border-bottom-color: #f2ecd8;
  left: 20px;
}
.s-custom-selectlist.bottom .arrow:after {
  border-bottom-color: #f2ecd8;
  left: -11px;
}
.s-custom-selectlist .s-dropdown-content {
  padding: 0px;
  overflow: auto;
  max-height: 200px;
}
.s-custom-selectlist .s-dropdown-content.drop-down-el a:not([href]):not([tabindex]) {
  color: #6e6e6e;
}
.s-custom-selectlist .s-dropdown-header {
  padding: 5px;
  margin-bottom: 0;
}
.s-custom-selectlist .s-dropdown-header input[type=text] {
  width: 100% !important;
  margin-bottom: 0;
}
.s-custom-selectlist textarea {
  font-size: 11px;
}
.s-custom-selectlist input {
  font-size: 14px;
  font-weight: bold;
}
.s-custom-selectlist input.newtagentered {
  float: left;
}
.s-custom-selectlist .listitems {
  display: block;
}
.s-custom-selectlist .listitems li {
  display: block;
}
.s-custom-selectlist .listitems li a {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  cursor: pointer;
  font-size: 12px;
  color: #6e6e6e !important;
  padding: 6px;
  box-shadow: none;
  word-wrap: break-word;
  font-weight: 400 !important;
}
.s-custom-selectlist .listitems li a:hover {
  background-color: var(--list-item-hover) !important;
  color: var(--blacktext) !important;
  text-decoration: none;
}
.s-custom-selectlist .listitems li.optgroup-header h5 {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 12px;
  color: #6e6e6e;
  padding: 6px;
  box-shadow: none;
  word-wrap: break-word;
  font-weight: bold;
}
.s-custom-selectlist .listitems li.optgroup-header ~ li:not(.optgroup-header) a {
  padding-left: 18px;
}
.s-custom-selectlist .listitems li.not-found span {
  margin-right: -15px;
  margin-left: -15px;
  cursor: pointer;
  font-size: 13px;
  color: #6e6e6e;
  padding: 6px;
  box-shadow: none;
  word-wrap: break-word;
  display: block;
}
.s-custom-selectlist .listitems li.not-found span .btn-primary {
  padding: 2px 5px;
  margin-left: 5px;
}
.s-custom-selectlist .listitems li.not-found em {
  font-style: normal;
}
.s-custom-selectlist .listitems li.active a {
  background-color: var(--popup-list-hover);
}
.s-custom-selectlist .listitems ul.nav-list {
  padding-left: 15px;
  margin: 0px;
  padding-right: 15px;
  background-color: var(--white);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eeeeee;
  display: block;
}
.s-custom-selectlist .listitems ul.nav-list .nav-header {
  text-transform: capitalize;
  font-size: 12px;
  color: #626364;
  text-shadow: none;
  padding: 0px 8px 5px 8px;
  background-color: #d5d5d5;
}

.s-button-hasdropdown .s-custom-selectlist {
  min-width: 150px;
}
.s-button-hasdropdown .s-custom-selectlist.bottom {
  top: 30px;
  bottom: auto;
}

#srvywidgetactionsbar .s-custom-selectlist .listitems li {
  margin: 0;
  padding: 0;
}
#srvywidgetactionsbar .s-custom-selectlist .listitems li a {
  text-align: left;
}
#srvywidgetactionsbar .s-custom-selectlist .listitems li a:not([href]):not([tabindex]) {
  color: #6a6a6a;
}

.dl-horizontal-addon {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
  table-layout: auto;
  border-collapse: separate;
  margin: 0;
}
.dl-horizontal-addon > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.dl-horizontal-addon .dl-addon {
  width: 1%;
  white-space: nowrap;
  float: none;
}
.dl-horizontal-addon .dd {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
}
.dl-horizontal-addon.valign-top > * {
  vertical-align: top;
}
.dl-horizontal-addon.valign-bottom > * {
  vertical-align: bottom;
}
.dl-horizontal-addon.valign-bottom > *.state-error em.invalid {
  position: absolute;
  left: 13px;
  bottom: -13px;
}

.alert {
  border-radius: 0;
  border-width: 0 0 0 0px;
  color: #555;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 10px 0px;
}
.alert .close {
  color: #000000;
  float: right !important;
  line-height: 20px;
  opacity: 0.4;
  position: relative;
  right: 0;
  top: -4px;
}
.alert ul {
  padding: 0 7px 0 20px;
  margin-bottom: 0;
}
.alert ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.alert ul li + li {
  margin-bottom: 0;
}
.alert ul a {
  text-decoration: none;
  font-weight: normal;
}
.alert .row-grid [class^=col-]:first-child {
  padding-left: 7px;
}
.alert .row-grid [class^=col-]:last-child {
  padding-right: 10px;
}
.alert .row-grid [class^=col-].text-right .btn-link {
  margin-left: 10px;
}
.alert .message-box {
  text-align: left;
}
.alert label {
  margin-bottom: 0;
}
.alert a {
  font-size: 13px;
  text-decoration: underline;
  font-weight: normal;
}
.alert a:hover {
  text-decoration: none;
}
.alert a.btn-link {
  font-size: 13px;
  padding-right: 0;
}

.alert-fixed-wrap {
  position: fixed;
  left: 0;
  top: 55px;
  right: 0;
  z-index: 5000;
}
.alert-fixed-wrap .inline-save-alert-message {
  color: var(--toast-icon-color);
  background-color: var(--white);
  display: inline-block;
}

.alert-autosave {
  border: 1px solid #dcebe8;
  font-weight: bold;
}

.alert-success {
  background: #E8F7FF;
  border-color: #E8F7FF;
  color: var(--black-text);
}
.alert-success .fa,
.alert-success [class*=icon-] {
  color: #007CBE;
}
.alert-success a {
  color: #007CBE;
}

.alert-warning {
  background: var(--ribbon-box-bgcolor);
  border: 1px solid var(--ribbon-heading) !important;
  opacity: 1;
  color: var(--black-text);
}
.alert-warning .fa,
.alert-warning [class*=icon-] {
  color: #f4a435;
}
.alert-warning a {
  color: #f4a435 !important;
}

.impersonate-user {
  padding: 5px;
}
.impersonate-user::before {
  content: none;
}
.impersonate-user smx-icon,
.impersonate-user svg {
  fill: var(--warning-color);
  width: 16px;
  height: 16px;
}
.impersonate-user svg {
  margin-bottom: 3px;
}

.alert-info {
  background: var(--lighter-theme-color);
  border-color: var(--dark-theme-color);
  color: var(--black-text);
}

.alert-error .icon-danger::before {
  content: none;
}
.alert-error .icon-danger smx-icon,
.alert-error .icon-danger svg {
  fill: var(--error-color);
  width: 16px;
  height: 16px;
}

.alert-npx {
  border: 1px solid;
  color: #2E2E2E;
  margin-bottom: 0px;
  padding: 0px 13px;
}
.alert-npx > .dl-horizontal {
  display: table;
  table-layout: fixed;
  height: 100%;
  margin-bottom: 0;
}
.alert-npx > .dl-horizontal > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.alert-npx > .dl-horizontal dt.text {
  text-align: left;
  width: 210px;
  float: none !important;
}
.alert-npx > .dl-horizontal dt.text ul.pull-left {
  margin-right: 0px;
  padding: 13px 7px 12px 20px;
}
.alert-npx > .dl-horizontal dt.text ul.pull-left li {
  margin-bottom: 0;
  float: left;
  margin-right: 15px;
}
.alert-npx > .dl-horizontal dt.text ul.pull-left a {
  text-decoration: none;
  font-weight: normal;
  color: var(--btn-bgcolor);
}
.alert-npx .row-grid {
  padding: 0px;
}
.alert-npx .row-grid [class*=col-]:not(.hide):last-child ul {
  margin: 0;
}
.alert-npx .row-grid [class*=col-]:not(.hide) + [class*=col-] {
  border-left: 1px solid #007CBE;
}
.alert-npx .row-grid [class*=col-]:not(.hide) h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: normal;
}
.alert-npx .row-grid [class*=col-]:not(.hide) p {
  margin: 0;
}
.alert-npx h2 {
  font-size: 24px;
  margin: 0px;
  color: #424142;
  font-size: 16px;
  font-weight: 500;
}
.alert-npx h2 span {
  color: #007CBE;
  font-size: 33px;
  vertical-align: middle;
  margin-right: 10px;
  display: none;
}
.alert-npx .close {
  font-size: 22px;
  color: #007CBE;
  opacity: 1;
}
.alert-npx .btn.publishsurvey {
  margin: 0px 0px 0 0;
  text-decoration: none;
}
.alert-npx .btn + .btn {
  margin-left: 5px;
}
.alert-npx .btn-link {
  text-decoration: underline;
}
.alert-npx#alert-collect h2 {
  color: #007CBE;
}
.alert-npx#alert-collect .col-3.hide + .col-9 {
  border-left: 0;
  padding-left: 7px;
  padding-right: 18px;
}
.alert-npx#alert-collect .col-3.hide + .col-9 p.ribbonmsg {
  font-weight: 500;
  font-size: 16px;
}
.alert-npx .btn-link.deletesurvey, .alert-npx .btn-link.publishsurvey {
  margin-left: 5px;
  padding: 6px 12px;
  padding-right: 0;
  line-height: 1.42857;
  vertical-align: middle;
  display: inline-block;
}
.alert-npx .btn-link.publishsurvey {
  background-color: #007CBE;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  padding: 7px 12px;
}
.alert-npx .btn-link.publishsurvey:hover, .alert-npx .btn-link.publishsurvey:focus, .alert-npx .btn-link.publishsurvey.focus {
  color: #fff;
  background-color: #799191;
}

/*Preloaders*/
.icon-preloader {
  background: url(../images/xpui/pre-loader_e1cf6da444290b16268dc107307c0b62_md5.gif) no-repeat scroll 0 0 transparent !important;
  height: 48px;
  padding: 0;
  width: 48px;
}
#srvywidgetactionsbar .icon-preloader {
  background-image: url(../images/bggrey-loader_7c7d8430f2b731d8e97dae22dd04dafc_md5.gif) !important;
  background-position: center center !important;
}

.icon-preloader-sm {
  background: url(../images/xpui/pre-loader-sm_105e5e63bd5afdd46f3ceb1edd3d8436_md5.gif) no-repeat scroll 0 0 transparent !important;
  height: 24px;
  padding: 0;
  width: 24px;
}

.icon-chartpreloader {
  background: url(../images/xpui/chart-preloader_0972d58467d8dc67e12f0a072019ed42_md5.gif) no-repeat scroll 0 0 transparent !important;
  height: 112px;
  padding: 0;
  width: 235px;
}

.s-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 4462;
  width: 200px;
  padding: 20px;
  margin: -50px 0 0 -110px;
  background-color: var(--content-bgcolor);
  border: 1px solid rgba(241, 241, 241, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px var(--preloader-shadow);
  -moz-box-shadow: 0 1px 2px var(--preloader-shadow);
  box-shadow: 0 1px 2px var(--preloader-shadow);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.s-preloader .alert {
  margin-bottom: 0;
  padding-bottom: 0;
  color: var(--black-text) !important;
  text-shadow: none;
  background: none;
  border: none;
  line-height: 1.4;
  font-size: 13px;
  justify-content: center;
}
.s-srvysummary-wrap .s-rowpanel-header .s-col-srvystatus .s-preloader {
  min-height: 55px;
  position: relative;
  left: 0;
  margin: 0;
  top: 0;
  background-color: transparent;
  box-shadow: none;
  border-width: 0px;
}
.s-srvysummary-wrap .s-rowpanel-header .s-col-srvystatus .s-preloader .icon-preloader {
  background-image: url(../images/bggrey-loader_7c7d8430f2b731d8e97dae22dd04dafc_md5.gif) !important;
}

.chart-preloader {
  display: table;
  table-layout: fixed;
  height: 100%;
  height: 200px;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.chart-preloader > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.chart-preloader .icon-chartpreloader {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.chart-preloader.scorecard {
  height: 110px;
}
.chart-preloader.scorecard .icon-chartpreloader {
  background: url(../images/xpui/scorecard-preloader_c53205f07dc052e82e5f3abbbf14d801_md5.gif) no-repeat scroll 0 0 transparent !important;
  width: 84px;
  height: 40px;
}

#progressDiv.s-modal-backdrop {
  z-index: 99980 !important;
}

.ui-disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.ui-disabled a {
  cursor: default;
  pointer-events: none;
}
.ui-disabled[rel=tooltip], .ui-disabled[title] {
  pointer-events: inherit;
}
.ui-disabled .s-custom-combolist .s-button-link {
  cursor: default !important;
}

button.ui-disabled,
a.ui-disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  background-image: none !important;
  filter: alpha(opacity=50);
}
button.ui-disabled *,
a.ui-disabled * {
  cursor: not-allowed !important;
}

/* Tooltip */
.charttooltip {
  max-width: 400px;
}

.highcharts-tooltip {
  opacity: 1 !important;
}
.highcharts-tooltip h5 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 0;
}
.highcharts-tooltip p {
  margin-bottom: 0;
  font-size: 11px;
}
.highcharts-tooltip strong {
  font-weight: normal;
}
.highcharts-tooltip .tooltip-inner {
  background-color: #fff;
  color: #424142;
  border: 2px solid #999;
  font-weight: normal;
  width: auto;
  max-width: 400px;
  border-radius: 2px;
  padding: 10px;
}
.highcharts-tooltip > span:before, .highcharts-tooltip > span:after {
  content: "";
  position: absolute;
  background-color: white;
}
.highcharts-tooltip > span:before {
  height: 9px;
  top: -7px;
  left: 0;
  right: 0;
}
.highcharts-tooltip > span:after {
  width: 9px;
  bottom: -7px;
  left: -7px;
  top: 0;
}
.highcharts-tooltip span {
  z-index: 9999 !important;
}
.highcharts-tooltip span .tooltip-body {
  padding: 3px;
  z-index: 9999 !important;
  background-color: white;
}
.highcharts-tooltip span .tooltip-body:before, .highcharts-tooltip span .tooltip-body:after {
  content: "";
  position: absolute;
  background-color: white;
}
.highcharts-tooltip span .tooltip-body:before {
  height: 9px;
  bottom: -7px;
  left: 0;
  right: 0;
}
.highcharts-tooltip span .tooltip-body:after {
  width: 9px;
  bottom: -7px;
  right: -7px;
  top: 0;
}
.highcharts-tooltip .tooltip-arrow {
  border-top-color: transparent !important;
}
.highcharts-tooltip .tooltip-arrow:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -5px;
}
.highcharts-tooltip .tooltip-arrow:after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -2px;
}
.highcharts-tooltip.top {
  padding-bottom: 4px;
}
.highcharts-tooltip.top .tooltip-arrow:before {
  border-top: 9px solid #999;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom-width: 0;
}
.highcharts-tooltip.top .tooltip-arrow:after {
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom-width: 0;
}
.highcharts-tooltip.tooltip-mousemove.top {
  padding-bottom: 4px;
}
.highcharts-tooltip[class*=bar-] {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.highcharts-tooltip.detractor .tooltip-inner, .highcharts-tooltip.bar-detractor .tooltip-inner {
  border-color: #ea6060;
}
.highcharts-tooltip.detractor.top .tooltip-arrow:before, .highcharts-tooltip.bar-detractor.top .tooltip-arrow:before {
  border-top-color: #ea6060;
}
.highcharts-tooltip.passive .tooltip-inner, .highcharts-tooltip.bar-passive .tooltip-inner {
  border-color: #f7e07f;
}
.highcharts-tooltip.passive.top .tooltip-arrow:before, .highcharts-tooltip.bar-passive.top .tooltip-arrow:before {
  border-top-color: #f7e07f;
}
.highcharts-tooltip.promoter .tooltip-inner, .highcharts-tooltip.bar-promoter .tooltip-inner {
  border-color: #aacc7a;
}
.highcharts-tooltip.promoter.top .tooltip-arrow:before, .highcharts-tooltip.bar-promoter.top .tooltip-arrow:before {
  border-top-color: #aacc7a;
}
.highcharts-tooltip.bar-transparent {
  border-width: 0px !important;
}

.heatMapToolTip .highcharts-tooltip .tooltip-arrow {
  border-top-color: transparent !important;
}
.heatMapToolTip .highcharts-tooltip .tooltip-arrow:before {
  content: "";
  display: block;
  position: absolute;
  content: "";
  border: 10px solid transparent;
  bottom: -10px;
  top: auto;
  border-top: 10px solid #fff;
  border-bottom-width: 0px;
  position: absolute;
  margin-left: -5px;
  bottom: -5px;
  z-index: 10;
}
.heatMapToolTip .highcharts-tooltip .tooltip-arrow:after {
  content: "";
  display: block;
  position: absolute;
  content: "";
  border: 10px solid transparent;
  bottom: -10px;
  top: auto;
  border-top: 10px solid #fff;
  border-bottom-width: 0px;
  position: absolute;
  margin-left: -5px;
  bottom: -8px;
  z-index: 9;
}
.heatMapToolTip .highcharts-tooltip .tooltip-inner i[class^=icon-]::before {
  content: none;
}
.heatMapToolTip .highcharts-tooltip .tooltip-inner i[class^=icon-] smx-icon,
.heatMapToolTip .highcharts-tooltip .tooltip-inner i[class^=icon-] svg {
  fill: var(--dark-theme-color);
  width: 16px;
  height: 16px;
}
.heatMapToolTip .highcharts-tooltip.bar-detractor .tooltip-arrow:after {
  border-top-color: #ea6060;
}
.heatMapToolTip .highcharts-tooltip.bar-passive .tooltip-arrow:after {
  border-top-color: #f7e07f;
}
.heatMapToolTip .highcharts-tooltip.bar-promoter .tooltip-arrow:after {
  border-top-color: #aacc7a;
}
.heatMapToolTip .highcharts-tooltip.bar-transparent .tooltip-arrow:after {
  border-top-color: #999;
}

.highcharts-tooltip.nps .tooltip-inner {
  border-color: #7fa8e2;
}

.highcharts-tooltip.nps.top .tooltip-arrow:before {
  border-top-color: #7fa8e2;
}

div.heatmap .highcharts-tooltip > span {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid silver;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #888;
  padding: 8px;
  z-index: 2;
}

.tooltip-inner .legend {
  width: 12px;
  height: 10px;
  background-color: rgba(44, 128, 164, 0.7);
  margin-right: 5px;
  display: inline-block;
}
.tooltip-inner .legend.low-performer {
  background: #c9eef4;
}
.tooltip-inner .legend.developing {
  background: #3eb7ca;
}
.tooltip-inner .legend.operational {
  background: #2c80a4;
}
.tooltip-inner .legend.top-performer {
  background: #3c4973;
}

/*Custom*/
#comments-tray-line-chart .highcharts-tooltip .tooltip-body {
  background-color: transparent !important;
}
#comments-tray-line-chart .highcharts-tooltip .tooltip-body li {
  margin-left: 15px;
}
#comments-tray-line-chart .highcharts-tooltip .tooltip-body li span {
  left: auto !important;
  margin-left: 0px !important;
}

/*.followup-aging{
    .highcharts-tooltip {
        span{
            .tooltip-body{
                &:before {                
                    height: 13px;
                    bottom: -13px;
                    left: 0;
                    right: 0;
                }
                &:after {
                    width: 13px;
                    bottom: -13px;
                    right: -13px;
                    top: 0;                
                }
            } 
        }
    }
}*/
#steam-graph-chart-container .highcharts-tooltip.tooltip.right .tooltip-arrow {
  border-width: 5px 5px 5px 0;
}
#steam-graph-chart-container .highcharts-tooltip.tooltip.right .tooltip-arrow:before {
  border-left: 4px solid transparent;
  border-right: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
  position: absolute;
  top: -4px;
  left: -1px;
  width: 0;
  height: 0;
}

.grid-item.col-lg-8 .highcharts-tooltip span .tooltip-body, .grid-item.col-lg-6 .highcharts-tooltip span .tooltip-body, .grid-item.col-lg-4 .highcharts-tooltip span .tooltip-body {
  padding: 3px;
}

.nowrap-tooltip .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.cssTooltip {
  position: relative;
}
.cssTooltip:before {
  content: attr(data-title);
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 100%;
  width: 200px;
  height: auto;
  color: white;
  padding: 4px 6px;
  white-space: normal;
  z-index: 1500;
}
.cssTooltip:after {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  display: block;
  position: absolute;
  content: "";
  border: 4px solid transparent;
  bottom: -4px;
  top: auto;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-bottom-width: 0px;
  display: none;
  bottom: 100%;
  margin-bottom: -4px;
}
.cssTooltip:hover:before, .cssTooltip:hover:after {
  display: block;
}

.marketingdata div {
  background: #eae9da;
  color: #404041;
  border: 3px solid #2DAF4A;
  border-left: 0px;
  border-right: 0px;
}
.marketingdata div.date {
  position: absolute;
  left: 0px;
  right: 533px;
  width: auto;
  z-index: 5;
}
.marketingdata div:last-child {
  -webkit-transform: skew(40deg);
  -moz-transform: skew(40deg);
  transform: skew(40deg);
  border: 3px solid #2DAF4A;
  border-width: 3px 0px;
  position: relative;
  right: 0px;
  width: 540px;
  height: 88px;
}
.marketingdata div:last-child p {
  -webkit-transform: skew(-40deg, 0deg);
  -moz-transform: skew(-40deg, 0deg);
  transform: skew(-40deg, 0deg);
  margin-bottom: 0px;
  padding: 10px 10px 10px 0px;
}
.marketingdata div:last-child:before {
  content: "";
  position: absolute;
  width: 210px;
  height: 80px;
  background: #eae9da;
  right: -50px;
  top: -3px;
  border-top: 3px solid #2DAF4A;
}
.marketingdata div:last-child:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 38px;
  background: #2DAF4A;
  left: 0px;
  top: 45px;
}
.marketingdata .btn-primary {
  background-color: #f58720;
  border: none;
  text-transform: uppercase;
  margin: 14px 0px 0px 0px;
  cursor: pointer;
}
.marketingdata .btn-primary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e17006;
}
.marketingdata button.img-circle {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  height: 18px;
  line-height: 11px;
  padding: 0;
  width: 18px;
  margin-right: 2px;
}
.marketingdata .icon-conference-graphic {
  font-size: 53px;
}
.marketingdata .date-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 800px) {
  .marketingdata div.date {
    right: 543px;
  }
  .marketingdata div:last-child {
    width: 550px;
    height: 88px;
  }
  .marketingdata .icon-conference-graphic {
    font-size: 53px;
  }
}
@media (min-width: 0px) and (max-width: 728px) {
  .marketingdata div:last-child {
    width: 417px;
    height: 69px;
  }
  .marketingdata div:last-child:after {
    height: 63px;
    top: 0px;
  }
  .marketingdata div:last-child:before {
    height: 45px;
  }
  .marketingdata div:last-child p {
    height: auto;
  }
  .marketingdata div:last-child p.logo-mobile {
    width: 190px;
    padding: 10px 3px;
  }
  .marketingdata div.date {
    right: 402px;
  }
  .marketingdata .icon-conference-graphic {
    display: none;
  }
  .marketingdata .logo-mobile img {
    display: block !important;
    max-width: 100%;
  }
  .marketingdata .btn-primary {
    margin-top: 8px;
  }
}
@media (min-width: 0px) and (max-width: 588px) {
  .marketingdata div:last-child p {
    width: 137px;
    padding: 10px 0px;
  }
  .marketingdata div:last-child p.logo-mobile {
    width: 125px;
    padding: 10px 0px;
  }
  .marketingdata div:last-child p a {
    font-size: 9px;
    padding: 5px;
  }
  .marketingdata div.date {
    right: 274px;
  }
  .marketingdata div.date p {
    padding: 10px 0;
    font-size: 9px;
  }
  .marketingdata div:last-child {
    width: 286px;
    height: 53px;
  }
  .marketingdata div:last-child:before {
    height: 47px;
  }
  .marketingdata div:last-child:after {
    height: 47px;
    top: 0px;
  }
  .marketingdata .btn-primary {
    margin-top: 1px;
  }
  .marketingdata .icon-conference-graphic {
    display: none;
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .marketingdata div.date {
    display: none;
    right: 210px;
  }
  .marketingdata div.date p {
    font-size: 8px;
  }
  .marketingdata div:last-child {
    width: 100%;
    height: 84px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transform: skew(0deg);
  }
  .marketingdata div:last-child:before {
    height: 43px;
    display: none;
  }
  .marketingdata div:last-child:after {
    height: 43px;
    display: none;
  }
  .marketingdata div:last-child p {
    width: 96px;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    transform: skew(0deg);
    padding-top: 6px;
  }
  .marketingdata div:last-child p.logo-mobile {
    width: 150px;
  }
  .marketingdata div:last-child p a {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 5px 10px;
  }
  .marketingdata .btn-primary {
    margin-top: 4px;
  }
  .marketingdata .icon-conference-graphic {
    display: none;
  }
  .marketingdata .date-mobile {
    display: block;
    font-size: 11px;
    width: 100px;
    text-align: left !important;
    margin-right: 23px !important;
  }
  .marketingdata .btn-mobile {
    width: auto !important;
    position: absolute;
    bottom: -4px;
    left: 25%;
  }
  .marketingdata .logo-mobile {
    float: left !important;
    margin-left: 10px;
    width: 150px;
  }
}
.notes {
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 0px 0px 10px 0px;
  width: 50px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 18px;
  color: var(--dark-theme-color);
  height: 50px;
  text-transform: uppercase;
  padding: 7px 5px;
}
.notes strong {
  font-size: 24px;
  display: block;
}
.notes.disabled {
  opacity: 0.5;
}

.scroll-body {
  position: relative;
}

.row-grid {
  table-layout: fixed;
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.row-grid .col-1 {
  width: 8.3333333333%;
}
.row-grid .col-2 {
  width: 16.6666666667%;
}
.row-grid .col-3 {
  width: 25%;
}
.row-grid .col-4 {
  width: 33.3333333333%;
}
.row-grid .col-5 {
  width: 41.6666666667%;
}
.row-grid .col-6 {
  width: 50%;
}
.row-grid .col-7 {
  width: 58.3333333333%;
}
.row-grid .col-8 {
  width: 66.6666666667%;
}
.row-grid .col-9 {
  width: 75%;
}
.row-grid .col-10 {
  width: 83.3333333333%;
}
.row-grid .col-11 {
  width: 91.6666666667%;
}
.row-grid .col-12 {
  width: 100%;
}
@media (max-width: 480px) {
  .row-grid .col-xs-1 {
    width: 8.3333333333%;
  }
  .row-grid .col-xs-2 {
    width: 16.6666666667%;
  }
  .row-grid .col-xs-3 {
    width: 25%;
  }
  .row-grid .col-xs-4 {
    width: 33.3333333333%;
  }
  .row-grid .col-xs-5 {
    width: 41.6666666667%;
  }
  .row-grid .col-xs-6 {
    width: 50%;
  }
  .row-grid .col-xs-7 {
    width: 58.3333333333%;
  }
  .row-grid .col-xs-8 {
    width: 66.6666666667%;
  }
  .row-grid .col-xs-9 {
    width: 75%;
  }
  .row-grid .col-xs-10 {
    width: 83.3333333333%;
  }
  .row-grid .col-xs-11 {
    width: 91.6666666667%;
  }
  .row-grid .col-xs-12 {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .row-grid .col-sm-1 {
    width: 8.3333333333%;
  }
  .row-grid .col-sm-2 {
    width: 16.6666666667%;
  }
  .row-grid .col-sm-3 {
    width: 25%;
  }
  .row-grid .col-sm-4 {
    width: 33.3333333333%;
  }
  .row-grid .col-sm-5 {
    width: 41.6666666667%;
  }
  .row-grid .col-sm-6 {
    width: 50%;
  }
  .row-grid .col-sm-7 {
    width: 58.3333333333%;
  }
  .row-grid .col-sm-8 {
    width: 66.6666666667%;
  }
  .row-grid .col-sm-9 {
    width: 75%;
  }
  .row-grid .col-sm-10 {
    width: 83.3333333333%;
  }
  .row-grid .col-sm-11 {
    width: 91.6666666667%;
  }
  .row-grid .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row-grid .col-md-1 {
    width: 8.3333333333%;
  }
  .row-grid .col-md-2 {
    width: 16.6666666667%;
  }
  .row-grid .col-md-3 {
    width: 25%;
  }
  .row-grid .col-md-4 {
    width: 33.3333333333%;
  }
  .row-grid .col-md-5 {
    width: 41.6666666667%;
  }
  .row-grid .col-md-6 {
    width: 50%;
  }
  .row-grid .col-md-7 {
    width: 58.3333333333%;
  }
  .row-grid .col-md-8 {
    width: 66.6666666667%;
  }
  .row-grid .col-md-9 {
    width: 75%;
  }
  .row-grid .col-md-10 {
    width: 83.3333333333%;
  }
  .row-grid .col-md-11 {
    width: 91.6666666667%;
  }
  .row-grid .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row-grid .col-lg-1 {
    width: 8.3333333333%;
  }
  .row-grid .col-lg-2 {
    width: 16.6666666667%;
  }
  .row-grid .col-lg-3 {
    width: 25%;
  }
  .row-grid .col-lg-4 {
    width: 33.3333333333%;
  }
  .row-grid .col-lg-5 {
    width: 41.6666666667%;
  }
  .row-grid .col-lg-6 {
    width: 50%;
  }
  .row-grid .col-lg-7 {
    width: 58.3333333333%;
  }
  .row-grid .col-lg-8 {
    width: 66.6666666667%;
  }
  .row-grid .col-lg-9 {
    width: 75%;
  }
  .row-grid .col-lg-10 {
    width: 83.3333333333%;
  }
  .row-grid .col-lg-11 {
    width: 91.6666666667%;
  }
  .row-grid .col-lg-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row-grid .col-xl-1 {
    width: 8.3333333333%;
  }
  .row-grid .col-xl-2 {
    width: 16.6666666667%;
  }
  .row-grid .col-xl-3 {
    width: 25%;
  }
  .row-grid .col-xl-4 {
    width: 33.3333333333%;
  }
  .row-grid .col-xl-5 {
    width: 41.6666666667%;
  }
  .row-grid .col-xl-6 {
    width: 50%;
  }
  .row-grid .col-xl-7 {
    width: 58.3333333333%;
  }
  .row-grid .col-xl-8 {
    width: 66.6666666667%;
  }
  .row-grid .col-xl-9 {
    width: 75%;
  }
  .row-grid .col-xl-10 {
    width: 83.3333333333%;
  }
  .row-grid .col-xl-11 {
    width: 91.6666666667%;
  }
  .row-grid .col-xl-12 {
    width: 100%;
  }
}
.row-grid:last-child {
  margin-bottom: 0px;
}
.row-grid[style*=block] {
  display: table !important;
}
.row-grid > [class*=col-] {
  display: table-cell;
  vertical-align: top;
  float: none;
  padding-left: 13px;
  padding-right: 13px;
}
.row-grid > [class*=col-]:first-child {
  padding-left: 0px;
}
.row-grid > [class*=col-]:last-child {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .row-grid > [class*=col-][class*=col-][class*="-12"] {
    display: block;
    vertical-align: top;
    float: left;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .row-grid > [class*=col-][class*=col-][class*="-12"]:last-child {
    margin-bottom: 0px;
  }
}
.row-grid.valign-middle > [class*=col-] {
  vertical-align: middle;
}
.row-grid.valign-bottom > [class*=col-] {
  vertical-align: bottom;
}
.row-grid.valign-bottom > [class*=col-].state-error em.invalid {
  position: absolute;
  left: 13px;
  bottom: -22px;
}
.row-grid.padding-5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-grid.bordered {
  border-width: 0px;
}
.row-grid.bordered > [class*=col-] {
  border-left: 1px solid #eee;
}
.row-grid.bordered > [class*=col-]:first-child {
  border-left: 0px solid #eee;
}
.row-grid.auto {
  table-layout: auto;
}
.row-grid.auto > .col-addon {
  white-space: nowrap;
  width: 1%;
}

.grid .row {
  margin-left: -5px;
  margin-right: -5px;
}
.grid .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.grid .row [class*=col-]:first-child {
  padding-left: 10px;
}
.grid .row [class*=col-]:last-child {
  padding-right: 10px;
}
.grid [class*=col-] label {
  word-wrap: break-word;
  word-break: break-all;
}
.grid .nodata .text-danger {
  margin: 40px 0 60px 0;
}
.grid .nodata .text-danger small {
  font-size: 75%;
}
.grid .grid-row {
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
}
.grid .grid-row:first-child {
  margin-top: 10px;
}
.grid.fixed-head .grid-head {
  padding-right: 17px;
}
.grid.fixed-head .scroll-body {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.grid-bordered .row-grid {
  border-bottom: 1px solid #ddd;
}
.grid-bordered .row-grid > [class^=col-]:first-child {
  padding-left: 13px;
}
.grid-bordered .row-grid > [class^=col-]:last-child {
  padding-right: 13px;
}
.grid-bordered .row-grid:last-child {
  border-bottom-width: 0px;
}
.grid-bordered .grid-row {
  border-bottom: 1px solid #ddd;
}
.grid-bordered .grid-row:last-child {
  border-bottom-width: 0px;
}
.grid-bordered .grid-body .row-grid:last-child {
  border-bottom-width: 1px;
}
.grid-bordered.bordered-verticals .grid-head {
  border-bottom-width: 0px;
}
.grid-bordered.bordered-verticals .row-grid {
  border-bottom-width: 0px;
  padding: 0;
  margin-bottom: 0;
}
.grid-bordered.bordered-verticals .row-grid:first-child {
  padding-top: 0;
}
.grid-bordered.bordered-verticals .row-grid > [class^=col-] {
  border-right: 1px solid #ddd;
}
.grid-bordered.hasscroll-h {
  border-bottom: 1px solid #ddd;
}
.grid-bordered.hasscroll-h .grid-body .row-grid {
  border-bottom-width: 0px;
}
.grid-bordered.hasscroll-h .scroll-body {
  margin-bottom: 10px;
}

.grid-head {
  border-bottom: 1px solid #dddddd;
  background-color: #eeeeee;
}
.grid-head > .row-grid > [class*=col-] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.grid-head > .row > [class^=col-] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.grid-head .row [class^=col-] label {
  margin: 0;
  word-break: break-all;
  word-wrap: break-word;
}

.grid-body > .row-grid {
  padding-bottom: 5px;
}
.grid-body > .row-grid:first-child {
  padding-top: 5px;
}
.grid-body > .row-grid > [class*=col-] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.inline {
  display: inline;
}

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

.block {
  display: block;
}

/*Start: Enscroll */
.vertical-track {
  width: 9px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  right: 0px;
}

.horizontal-track {
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
}

.vertical-handle {
  width: 8px !important;
  padding: 0 !important;
  background-color: var(--notification-scroll-color) !important;
  border-radius: 4px;
  margin-left: 0px;
}
.vertical-handle .top {
  display: none;
}
.vertical-handle .bottom {
  display: none;
}

.horizontal-handle {
  height: 8px;
  background-color: var(--survey-canbtn);
  border-radius: 4px;
  margin-top: -1px;
}
.horizontal-handle .left {
  display: none;
}
.horizontal-handle .right {
  display: none;
}

.enscrollwrapper {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  position: relative;
}
.enscrollwrapper.hasscroll-h {
  height: 100% !important;
}
.enscrollwrapper.hasscroll-hv {
  height: 100% !important;
  width: 100% !important;
}

.modal-body.no-padding > .hasscroll + div {
  left: auto !important;
  right: 0 !important;
}

/*End: Enscroll */
.select2-container, .select2-drop, .select2-search, .select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.select2-container .select2-choice {
  display: block;
  height: 32px;
  padding: 0 0 0 11px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--survey-draft);
  white-space: nowrap;
  line-height: 31px;
  color: var(--black-text);
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--white);
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  cursor: pointer;
}
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 28px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 0px solid #cccccc;
  background-clip: padding-box;
  background: transparent;
}
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-style: solid;
  border-color: var(--survey-draft);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 50%;
}
.select2-container .select2-choice .select2-chosen [class*=icon]::before {
  content: none;
}
.select2-container .select2-choice .select2-chosen [class*=icon] smx-icon,
.select2-container .select2-choice .select2-chosen [class*=icon] svg {
  fill: var(--black-text);
  width: 14px;
  height: 14px;
}
.select2-container .select2-choice:hover .select2-arrow b:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-style: solid;
  border-color: var(--btn-bgcolor);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #cccccc;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container.select2-allowclear .select2-choice abbr {
  display: none !important;
}

.select2-drop.select2-drop-above {
  margin-bottom: 0;
  border-top: 1px solid;
  border-top-width: 3px;
  border-bottom: 0;
  -webkit-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 var(--survey-draft);
  border-top: 0;
  border-bottom-width: 3px;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 1px;
  border-color: #cccccc !important;
}

.select2-drop {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: var(--white);
  color: #000;
  border: 1px solid #cccccc;
  border-top: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.nooverflow .select2-drop {
  position: fixed;
}

.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 !important;
  min-height: 29px;
  padding: 6px 20px 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: var(--white);
}
.select2-search input.select2-active {
  background-image: url(../images/xpui/select2-spinner_ef5612f032fb24cb52f77ece1b512219_md5.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--white);
}
.select2-search:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "";
  top: 15px;
  left: 10px;
  border-radius: 500px;
  line-height: 13px;
  width: 13px;
  height: 13px;
  border: 2px solid var(--grey-icon-color);
  z-index: 2;
  background-color: var(--white);
}
.select2-search:after {
  position: absolute;
  content: "";
  top: 26px;
  left: 18px;
  width: 9px;
  height: 2px;
  transform: rotate(45deg);
  background-color: var(--grey-icon-color);
  border-radius: 500px;
  z-index: 1;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background: var(--white);
  filter: alpha(opacity=0);
}

.select2-drop-auto-width {
  border-top: 1px solid #cccccc;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-bottom: 0;
  border-top: 1px solid var(--dark-theme-color);
  border-top-width: 3px;
  border-bottom: 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 3px;
}

.select2-container-active .select2-choice {
  border: 1px solid var(--dark-theme-color);
  outline: 0;
}
.select2-container-active .select2-choices {
  border: 1px solid var(--dark-theme-color);
  outline: 0;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--white);
}
.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: 0;
  filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
.select2-dropdown-open.select2-drop-above .select2-choice {
  border: 1px solid var(--dark-theme-color);
  border-top-color: transparent;
}
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid var(--dark-theme-color);
  border-top-color: transparent;
}

.select2-results {
  max-height: 200px;
  padding: 0px;
  margin: 2px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: scroll\9 ;
  -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 em {
  background: #feffde;
  font-style: normal;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}
.select2-results .select2-result-label {
  padding: 7px 9px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: break-word;
  font-size: inherit;
  line-height: inherit;
}
.select2-results .select2-result-label::before {
  content: none;
}
.select2-results .select2-result-label smx-icon,
.select2-results .select2-result-label svg {
  fill: var(--grey-icon-color);
  width: 20px;
  height: 20px;
}
.select2-results .select2-result-label .font-xs {
  font-size: 80% !important;
}
.select2-results .select2-highlighted {
  color: var(--black-text);
}
.select2-results .select2-highlighted em {
  background: 0 0;
}
.select2-results .select2-highlighted ul {
  background: var(--white);
  color: #000;
}
.select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px;
}
.select2-results .select2-searching {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px;
}
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px;
}
.select2-results .select2-disabled.select2-highlighted {
  color: var(--black-text);
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
.select2-results li.select2-result-unselectable > .select2-result-label {
  cursor: not-allowed;
}
.select2-results li.select2-disabled {
  cursor: not-allowed;
}
.select2-results li.select2-disabled a {
  cursor: not-allowed;
}
.select2-results .select2-selected {
  display: none;
}

.select2-no-results {
  padding-left: 20px;
}
.select2-no-results:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 5px;
}

.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: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-search-choice-close {
  display: block;
  min-width: 16px;
  min-height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 12px;
  text-decoration: none !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-search-choice-close:before {
  color: var(--survey-draft);
  font-size: 12px;
  padding: 2px 2px;
  content: "✕";
  font-family: "Open Sans", Helvetica Neue, Arial, sans-serif;
  color: inherit;
}
.select2-search-choice-close.removepill:before {
  content: "";
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #cccccc;
  cursor: text;
  overflow: hidden;
  background-color: var(--white);
  min-height: 26px;
}
.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;
  width: 100%;
}
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px 8px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: var(--black-text);
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
  width: 100% !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background-image: url(../images/xpui/select2-spinner_ef5612f032fb24cb52f77ece1b512219_md5.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--white);
}
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 1px 28px 1px 8px;
  margin: 4px 0 3px 5px;
  position: relative;
  line-height: 18px;
  color: var(--btn-bgcolor);
  background-color: var(--accent-25);
  cursor: default;
  border: 1px solid var(--accent-25);
  -webkit-background-clip: padding-box;
  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;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  opacity: 0.8;
}
.select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 3px 4px 3px 6px;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid var(--dark-theme-color);
  outline: 0;
}

.select2-locked {
  padding: 3px 5px !important;
}

.btn-group > .btn.bt-select-question {
  border-radius: 0;
}

.select2-result-selectable .select2-match {
  text-decoration: underline;
}

.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
  display: none;
}
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
  display: none;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-with-searchbox .select2-results {
  margin: 0;
  padding: 0;
}
.select2-with-searchbox .select2-results .select2-result-label {
  padding: 10px;
  border-top: 1px solid #EAEAEA;
}
.select2-with-searchbox .select2-results li:first-child .select2-result-label {
  padding: 10px;
  border-top: 0;
}
.select2-with-searchbox .select2-search {
  padding: 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.select2-with-searchbox .select2-search input {
  margin-top: 0;
  background: none !important;
  border: 0 !important;
  text-indent: 20px;
  min-height: 38px;
}

.select2-search input.select2-active {
  background-image: url(../images/xpui/select2-spinner_ef5612f032fb24cb52f77ece1b512219_md5.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: var(--white);
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
  border: 1px solid var(--survey-draft);
  outline: 0;
}

#drilldownctr .select2-container-active .select2-choice, #drilldownctr .select2-container-active .select2-choices {
  border: 1px solid #cccccc !important;
  outline: 0;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 var(--white) inset;
  box-shadow: 0 1px 0 var(--white) inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--white);
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid;
  border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: 0 0;
  border-left: 0;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-no-results {
  padding-left: 20px;
}
.select2-no-results:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-right: 5px;
}

.select2-default {
  color: #999 !important;
}

.select2-more-result em {
  font-style: italic !important;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-more-results.select2-active {
  background-image: url(../images/xpui/select2-spinner_ef5612f032fb24cb52f77ece1b512219_md5.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #f4f4f4;
}

.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: #f4f4f4;
  background-image: none;
  border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow abbr {
  display: none;
}

.btn-groupbycontainer .select2-search-choice-close:before {
  color: var(--white);
  content: "";
}

.filtercontent .select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 2px 0px 2px 4px;
  background-color: #aad6ce;
}

.select2-container-multi.btn-groupbycontainer .select2-search-choice-close {
  background-color: transparent;
}
.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;
  border: 1px solid #4a90cc;
  background-image: none;
  background-color: #86b4dd;
  cursor: not-allowed;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: 0 0;
}

#invitemore .select2-search-choice-close:before {
  color: var(--btn-bgcolor);
}

.btn-groupbycontainer .select2-search-choice-close:before {
  color: var(--white);
  content: "";
}

.select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 0px 4px 0px 4px;
  color: var(--dark-theme-color);
  background-color: var(--accent-25);
}
.select2-container-multi .select2-search-choice-close::before {
  position: relative;
  top: 2px;
}

.filtercontent .select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 0;
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.select2-container-multi.btn-groupbycontainer .select2-search-choice-close {
  background-color: transparent;
}

.btn-group > .btn.bt-select-question {
  border-radius: 0;
}

.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
  display: none;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

.header-searchwrap .select2-container .select2-choice {
  background-color: #efefef;
  height: 30px;
  border-width: 0px;
  box-shadow: none;
  border-radius: 3px 0 0 3px;
}

.header-searchwrap .select2-container .select2-choice .select2-arrow {
  background-color: transparent;
  border-width: 0px;
}

.search-box .select2-choice {
  /*border-top:none; */
  height: 30px;
}

.search-box .select2-container-active:not(.select2-dropdown-open) .select2-choice {
  border-color: #cccccc;
}

.warning .select2-container .select2-choice {
  background: #F9E8A0;
}

.state-error.select2 .select2-choice {
  background: none repeat scroll 0 0 #fff0f0;
  border-color: #a90329;
}

.inbox-info-bar .select2-container-multi .select2-choices {
  border-color: var(--white) !important;
}

.inbox-info-bar .select2-choices > div {
  display: none;
}

.state-error .select2-selection, .state-error .select2-choice, .state-error .select2-container-active .select2-choice {
  background: none repeat scroll 0 0 #FFF0F0;
  border-color: #A90329 !important;
}

.select2-input-lg .select2-container .select2-choice {
  height: 38px;
}

.select2-input-lg .select2-container .select2-choice .select2-arrow b {
  line-height: 3;
}

.select2-input-lg section + section {
  margin: 10px 0px;
}

.select2-input-lg .select2-container .select2-choice {
  font-size: 16px;
  line-height: 35px;
}

.select2-input-lg section {
  margin-top: 10px;
}

.section-groupby .select2-choices, .form-addtags .select2-choices {
  overflow: inherit;
}

.section-groupby .select2-container-multi .select2-choices, .form-addtags .select2-container-multi .select2-choices {
  min-height: 32px;
  background: none;
  border-width: 0px;
  position: relative;
  top: 2px;
}

.section-groupby .select2-container-multi .select2-choices .select2-search-choice, .form-addtags .select2-container-multi .select2-choices .select2-search-choice {
  border: none;
  background: none !important;
  margin: 3px 0 3px 0;
  padding: 1px 28px 1px 6px;
}

.section-groupby .select2-container-multi.btn-groupbycontainer .select2-choices .select2-search-choice {
  background: none !important;
}

.section-groupby .select2-container-multi .select2-choices .select2-search-choice.readonly {
  padding-right: 6px;
}

.form-addtags .select2-container-multi .select2-choices .select2-search-choice {
  color: #3B9FF3;
}

.section-groupby .select2-search-choice-close:before, .form-addtags .select2-search-choice-close:before {
  color: #999;
}

.groupby_form .select2-container-multi > ol > li {
  margin-right: 5px !important;
}

.groupby_form .select2-container-multi > ol > li + li {
  margin-left: 0px !important;
}

.groupby_form .select2-container-multi .select2-choices .select2-control-field {
  -moz-user-select: none;
  background-clip: padding-box;
  cursor: default;
  line-height: 18px;
  margin: 3px 0 3px 0px;
  padding: 0px;
  position: relative;
}

.select2-control-field .btn-link {
  padding: 0;
  right: 2px;
}

.select2-control-field .btn-addgroupby .btn.btn-xs {
  border-radius: 4px !important;
  padding: 2px 6px 1px 5px;
  position: relative;
  top: -4px;
  background-color: transparent;
  border: none;
}

.chartsettings-panel .groupby_form .select2-container-multi > ol > li > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  max-width: 120px;
  line-height: 18px;
  margin-top: -4px;
}

.chartsettings-panel .select2-container-multi.btn-groupbycontainer .select2-choices > li a.select2-search-choice-close {
  margin-top: -2px;
}

.select2-container-multi.btn-groupbycontainer li.select2-control-field-unselect-all {
  display: none;
  visibility: hidden;
}

@media (min-width: 240px) and (max-width: 1279px) {
  .chartsettings-panel .groupby_form .select2-container-multi > ol > li > span {
    max-width: 70px;
  }
}
.chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li {
  border-right: 1px solid var(--white);
  margin-top: 8px;
  line-height: 13px;
  height: 13px;
}

.chartsettings-panel .section-groupby .select2-container-multi .select2-choices .select2-search-choice {
  color: var(--white);
}

.chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li:first-child {
  border-left: 1px solid var(--white);
}

.chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li .select2-search-choice-close {
  top: -2px;
}

.chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li.select2-control-field, .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li:first-child.select2-control-field {
  border-left: 0px solid var(--white);
  border-right: 0px solid var(--white);
}

li.select2-control-field .dropdown-menu > section {
  padding: 4px 0;
}

.chartsettings-panel .section-groupby .select2-container-multi .select2-control-field .btn.btn-xs > [class*=icon] {
  font-size: 12px;
  vertical-align: initial;
}

.chartsettings-panel .section-groupby .select2-control-field .dropdown-menu .select2-choices .select2-search-choice {
  color: #3b9ff3;
}

.select2-control-field .dropdown-menu .select2-choices .select2-search-choice a.select2-search-choice-close {
  padding: 0;
  border: none;
}

.switchview-box .select2-container {
  width: auto !important;
}
.switchview-box .select2-container .select2-choice {
  border: none;
  background: transparent;
}
.switchview-box .select2-container .select2-choice .select2-arrow {
  border: none;
  border-radius: 5px;
  height: 90%;
  margin-top: 2%;
  width: 31px;
}
.switchview-box .select2-container .select2-choice .select2-arrow b:before {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 7px;
}
.switchview-box .select2-container .select2-choice > .select2-chosen {
  margin-right: 37px;
}
.switchview-box .select2-container .select2-choice:hover {
  color: #333;
}
.switchview-box .select2-dropdown-open .select2-choice {
  border: 1px solid;
}

.chartsettings-panel > .select2-container-multi .select2-choices, .collapsedfilter > .select2-container-multi .select2-choices {
  background: transparent;
  border: none !important;
}

@media (min-width: 1180px) and (max-width: 1440px) {
  .stream-enabled .chartsettings-panel .section-groupby .select2-control-field .dropdown-menu {
    right: auto;
    left: 0;
  }

  .stream-enabled .chartsettings-panel .section-groupby .select2-container-multi .select2-choices {
    padding: 0px 0;
  }

  .stream-enabled .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li.select2-search-choice {
    border-right-width: 1px;
    padding-left: 6px;
    margin-left: 0;
  }

  .stream-enabled .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li:first-child:not(.select2-control-field) {
    padding-left: 6px;
    border-left-width: 1px;
  }

  .stream-enabled .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li span {
    max-width: inherit;
  }

  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .section-groupby .select2-search-choice {
    display: block;
    float: none;
    border-width: 0px;
  }

  body.stream-enabled:not(.minified):not(.maximise-chart) .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li:first-child {
    border-left-width: 0px;
  }
}
@media (min-width: 1180px) and (max-width: 1649px) {
  .templateselection .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li.select2-search-choice {
    border-right-width: 1px;
    padding-left: 6px;
    margin-left: 0;
  }

  .templateselection .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li:first-child:not(.select2-control-field) {
    padding-left: 6px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  body.stream-enabled .select2-container.advdispalysetting {
    width: 100% !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .select2-container.advdispalysetting {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .templateselection .chartsettings-panel .section-groupby .select2-search-choice {
    display: block;
    float: none;
    border-width: 0px;
  }

  .templateselection .chartsettings-panel .section-groupby .select2-container-multi .select2-choices {
    padding: 0px 0;
  }

  .templateselection .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li {
    border-right-width: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .templateselection .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li:first-child {
    padding-left: 0;
    border-left-width: 0;
  }

  .templateselection .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li span {
    max-width: inherit;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .chartsettings-panel .section-groupby .select2-control-field .dropdown-menu {
    right: auto;
    left: 0px;
  }

  .chartsettings-panel .section-groupby .select2-container-multi .select2-choices {
    padding: 0px 0;
  }

  .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li {
    border-right-width: 0;
    padding-left: 0;
    margin-left: 0;
  }

  .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li:first-child {
    padding-left: 0;
    border-left-width: 0;
  }

  .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li span {
    max-width: inherit;
  }
}
@media (min-width: 200px) and (max-width: 639px) {
  .chartsettings-panel .section-groupby .select2-control-field .dropdown-menu {
    right: auto;
    left: -60px;
  }
}
.narrowby-panel .select2-wrap + .select2-wrap .select2-container {
  min-width: 220px;
}

.chartsettings-panel .select2-container-multi ul.select2-choices li:nth-child(4), .chartsettings-panel .select2-container-multi ul.select2-choices li:nth-child(4) input, .select2-display-none ul.select2-results li.select2-no-results, select2-results {
  display: none !important;
}

.chartsettings-panel .select2-container-multi ul.select2-choices li:nth-child(3) {
  margin-right: 5px;
}

.select2-drop-active {
  border-width: 0 1px 1px;
  padding-right: 0px !important;
}

.narrowby-panel .select2-wrap + .select2-wrap {
  margin-left: 0px;
}

.input-addtag .select2-arrow {
  display: none !important;
}

.input-addtag .select2-container-active .select2-choice, .input-addtag .select2-container-active .select2-choices, .input-addtag .select2-container .select2-choice {
  border: none;
}

.select2-choices li.select2-search-field:nth-child(1) {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0px solid #cccccc;
}

.npscomments .section-groupby .select2-container-multi .select2-choices .select2-search-choice {
  color: #999;
}

.publish-stream-widget > header .select2-container a, .publish-stream-widget > header .select2-container .select2-choice .select2-arrow {
  background-color: transparent;
  border-width: 0px;
  color: var(--white);
}

.publish-stream-widget > header .select2-dropdown-open .select2-choice {
  box-shadow: none;
}

.publishsettings-panel .right-panel .select2-container {
  margin-top: 7px;
  margin-left: 7px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .chartsettings-panel .section-groupby .select2-search-choice {
    display: block;
    float: none;
    border-width: 0px;
  }
}
.search-box .select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
}

.searchnrole .select2-container .select2-choice {
  border: 1px solid rgba(0, 0, 0, 0);
  background: transparent;
}

.searchnrole .select2-dropdown-open .select2-choice {
  border: 1px solid;
}

.searchnrole .select2-container .select2-choice .select2-arrow {
  border: none;
  background: transparent;
  display: none;
}

.profile-details .select2-container.select2-container-disabled .select2-choice .select2-arrow, .profile-details .select2-container.select2-container-disabled .select2-choice {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  opacity: 1 !important;
}

.profile-details .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  display: none;
}

.multicolumn .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li {
  background: #e5e5e5 !important;
}

.multicolumn .section-groupby .select2-search-choice-close:before, .form-addtags .select2-search-choice-close:before {
  background: #e5e5e5;
}

.share-view-modal .manage-tab .select2-container .select2-choice, .manage-tab .select2-container .select2-choice .select2-arrow b, .manage-tab .select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
}

.share-view-modal .manage-tab .select2-dropdown-open .select2-choice {
  border: 1px solid;
}

.no-border-select .select2-drop-active {
  border: none;
  margin-top: -10px;
}

.no-border-select .select2-dropdown-open .select2-container .select2-choice {
  border: 1px solid !important;
}

.no-border-select .select2-container .select2-choice {
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  line-height: 16px;
  height: auto;
}

.no-border-select .select2-drop-active {
  border: none;
  margin-top: -10px;
}

@media (max-width: 480px) {
  .chartsettings-panel .section-groupby .select2-container-multi .select2-choices > li span {
    max-width: 61px;
  }
}
.globe .select2-choice .select2-arrow b:before {
  content: "";
  font-family: "icomoon";
  font-size: 15px;
  color: #999;
}

.globe .select2-choice .select2-arrow {
  background: none;
}

.surveycard .select2-container .select2-choice, .surveycard .select2-container .select2-arrow {
  color: var(--white);
}

.surveycard .select2-container .select2-choice {
  height: 28px;
  line-height: 28px;
}

.surveycard .select2-container .select2-arrow {
  border-left-width: 0;
}

.panel-heading-row-style2 .select2-container .select2-choice .select2-arrow,
.select-option-gray .select2-container .select2-choice .select2-arrow {
  background: #EFF0F5;
  color: #000;
}

.filtercontent .select2-container-multi.valueComponent .select2-search-choice-close {
  background-color: transparent;
}

.box-style2-row [class*=col-] .select2-container {
  margin-top: 0;
}

/*Chrome fixes*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select2-container .select2-choice {
    overflow: visible;
  }
}
.publishsettings-panel .right-panel .select2-container {
  margin-left: 7px;
  margin-top: 7px;
}

.selectfilter-component .select2-container {
  float: left;
}

.selectfilter-component .select2-container ~ .select2-container {
  margin-left: -1px;
}

.selectfilter-component .selecttype .select2-choice {
  background-color: #eee;
}

.selectfilter-component .selecttype .select2-choice .select2-arrow {
  border-left-width: 0;
}

.otherfrequency .select2-search-field {
  width: 100%;
}

/*BG-5748*/
.ui-widget-content a.select2-choice {
  color: #424142;
}

/*Social Media Widget */
[class^=select2-] [class*=imgicon-], .s-mobilizepromoters .select2-chosen [class*=imgicon-] {
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
  position: relative;
  background: url(../images/xpui/sociamediaicons_0c690052644b67059d02ac524184e652_md5.png) no-repeat 0 0;
  line-height: 22px;
  width: 22px;
  height: 22px;
}

[class^=select2-] [class*=imgicon-]:before, .s-mobilizepromoters .select2-chosen [class*=imgicon-]:before {
  display: none;
}

[class^=select2-] [class*=imgicon-][class*=twitter], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=twitter] {
  background-position: 0px -57px;
}

[class^=select2-] [class*=imgicon-][class*=facebook], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=facebook] {
  background-position: -57px -57px;
}

[class^=select2-] [class*=imgicon-][class*=linkedin], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=linkedin] {
  background-position: -114px -57px;
}

[class^=select2-] [class*=imgicon-][class*=google], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=google] {
  background-position: -171px -57px;
}

[class^=select2-] [class*=imgicon-][class*=yelp], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=yelp] {
  background-position: -228px -57px;
}

[class^=select2-] [class*=imgicon-][class*=yoko], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=yoko] {
  background-position: -285px -57px;
}

[class^=select2-] [class*=imgicon-][class*=wordpress], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=wordpress] {
  background-position: -342px -57px;
}

[class^=select2-] [class*=imgicon-][class*=tripadvisor], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=tripadvisor] {
  background-position: -399px -57px;
}

[class^=select2-] [class*=imgicon-][class*=amazon], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=amazon] {
  background-position: -456px -57px;
}

[class^=select2-] [class*=imgicon-][class*=tumblr], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=tumblr] {
  background-position: -513px -57px;
}

[class^=select2-] [class*=imgicon-][class*=arto], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=arto] {
  background-position: -570px -57px;
}

[class^=select2-] [class*=imgicon-][class*=starpros], .s-mobilizepromoters .select2-chosen [class*=imgicon-][class*=starpros] {
  background-position: -627px -57px;
}

.s-mobilizepromoters .layout-container .form-group .forms fieldset .select2-chosen [class*=imgicon-] {
  top: -3px;
}

.select-langdrop .select2-container .select2-choice .select2-arrow {
  background-color: transparent;
  border: 0;
}

.select-langdrop .select2-results {
  margin: 0;
  padding: 0;
  border: 1px solid #e2e2e2;
}

.select-langdrop .select2-results li {
  border-top: 1px solid #e2e2e2;
}

.select-langdrop .select2-results li:first-child {
  border-top: 0;
}

.select-lang .select2-container .select2-choice {
  line-height: normal;
  padding: 0;
  border: 0;
  box-shadow: none !important;
  background-color: transparent;
}

.select-lang .select2-container .select2-choice > .select2-chosen {
  line-height: normal;
  margin-left: 33px;
  color: #71b9a5;
  font-weight: 400;
  font-size: 15px;
  margin-right: 28px;
}

.select-lang a.select2-choice:after {
  border: 0;
}

.select-lang .select2-container .select2-choice .select2-arrow b {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select-lang .select2-container .select2-choice .select2-arrow b {
  font-size: 18px;
  color: #71b9a5;
  line-height: 23px;
  position: reative;
  top: -4px;
  right: -10px;
}
.select-lang .select2-container .select2-choice .select2-arrow b::before {
  content: none;
}
.select-lang .select2-container .select2-choice .select2-arrow b smx-icon,
.select-lang .select2-container .select2-choice .select2-arrow b svg {
  fill: var(--btn-bgcolor);
  width: 20px;
  height: 20px;
}

.select-lang .select2-container .select2-choice .select2-arrow {
  border: 0;
  background-color: transparent;
  width: 33px;
  left: 0px;
}

.select-lang a.select2-choice {
  max-height: 24px !important;
}

.col-followup-panel .select2-container .select2-choice .select2-arrow {
  background: var(--white);
}

@media (min-width: 0px) and (max-width: 736px) {
  .btn-srch-mob .select2-container {
    width: 30% !important;
    float: left;
  }

  .mobile-view-activated #header .select2-container .select2-choice {
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    box-shadow: none;
  }

  .mobile-view-activated #header .select2-container .select2-choice .select2-arrow {
    border: 0;
    background-color: #e2e2e2;
  }

  .mobile-view-activated #header .select2-chosen i, .select2-results .select2-result-label i {
    display: none;
  }

  .mobile-view-activated #header .select2-container .select2-choice > .select2-chosen, .mobile-view-activated #header .select2-results .select2-result-label {
    font-size: 12px;
  }

  .mobile-view-activated #header .select2-drop-active {
    border: 1px solid #e2e2e2;
    border-top: 0;
  }

  .mobile-view-activated #header .select2-results {
    padding: 0;
    margin: 0;
  }

  .mobile-view-activated #header .select2-results .select2-result-label {
    padding: 0;
    background-color: var(--white);
    color: #555;
    padding: 5px 8px;
    border-bottom: 1px solid #ccefe9;
  }

  .mobile-view-activated #header .select2-results .select2-result-label:hover {
    background-color: #ccefe9;
    color: #555;
  }

  .mobile-view-activated #header .select2-results .select2-result-label:last-child {
    border: 0;
  }

  .mobile-view-activated #header .select2-results li {
    border-top: 1px solid #ccefe9;
  }

  .mobile-view-activated #header .select2-results li:first-child {
    border-top: 0;
  }

  .select2-drop-active {
    border: 1px solid #f4f4f4;
    border-width: 0 1px 1px 1px;
  }

  .select2-search input {
    border: 1px solid #e2e2e2;
    margin: 10px 0 0 0;
  }

  .select2-search::before {
    top: 45%;
  }

  .switchview-box .select2-dropdown-open .select2-choice {
    border: 1px solid #f4f4f4;
    border-width: 1px 1px 0 1px;
  }

  .header-searchwrap .select2-container .select2-choice {
    border-radius: 0;
  }

  .header-searchwrap .select2-container .select2-choice {
    line-height: 28px;
  }

  .mobile-view-activated #header .select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
  }

  .howtoexportoption .select2-container.select2-container-multi.mandatory {
    margin-top: 5px;
  }

  .followuprocess .select2-container {
    margin-top: 5px;
  }

  .profilefields fieldset .select2-choice {
    background-color: #f4f4f4 !important;
    border: 0;
    margin-top: 5px;
  }

  .cstmwrap-filter .section-groupby .select2-container-multi .select2-choices, .cstmwrap-filter .form-addtags .select2-container-multi .select2-choices {
    top: 0;
  }

  .input-addtag span.select2-chosen {
    margin-right: 10px !important;
  }

  .select-lang .select2-container .select2-choice > .select2-chosen {
    margin-right: 0;
  }
}
.manage-tab .media.collabarator .media-body .select2-dropdown-open .select2-chosen {
  padding-left: 4px;
  padding-top: 2px;
}

/* BG-11278 */
.select2-container-active.followupStatus .select2-choice, .select2-container-active.followupStatus .select2-choices {
  border-top: 1px solid;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container a:not(.vertical-handle):hover {
  border-color: var(--btn-bgcolor);
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
  display: none;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple .select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 25px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #007CBE;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}
.select2-results .select2-result .select2-result-label i[class*=icon]::before {
  content: none;
}
.select2-results .select2-result .select2-result-label i[class*=icon] smx-icon,
.select2-results .select2-result .select2-result-label i[class*=icon] svg {
  fill: var(--grey-icon-color);
  width: 14px;
  height: 14px;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: var(--white);
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: var(--white);
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  border-left: 1px solid #ccc;
  background-color: #eee;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-color: transparent;
  border-left-width: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--open .select2-selection--single {
  border: 1px solid #007CBE;
  border-bottom-width: 0px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #999;
  border: 1px solid #999;
  color: var(--white);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.8;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #007CBE 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  min-height: 21px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #007CBE;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: var(--white);
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container .iconalign, .select2-results .iconalign {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.select2-container .iconalign .select2-choice {
  padding-left: 5px;
}

.select2-container .select2-choices a:hover {
  border-color: var(--list-item-hover);
}

.bootstrap-select {
  width: 220px \0 ;
}
.bootstrap-select > .btn {
  width: 100%;
  padding: 6px 10px !important;
  padding-right: 25px !important;
  box-shadow: none;
}
.bootstrap-select > .btn-default:hover {
  background-color: var(--white);
}
.bootstrap-select > .btn-default:focus {
  background-color: var(--white);
}
.bootstrap-select > .btn-default:active {
  background-color: var(--white);
}
.bootstrap-select > .btn-default.active {
  background-color: var(--white);
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}

.bootstrap-select.open .dropdown-toggle.btn-default {
  background-color: var(--white);
}

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.btn-group:not(.input-group-btn) {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100% !important;
  padding: 0;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px solid var(--btn-bgcolor);
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li.selected {
  border-width: 0 !important;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  background-color: var(--btn-bgcolor);
  color: var(--white);
}
.bootstrap-select.btn-group .dropdown-menu li.selected:before {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li.selected:after {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}

.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group[class*=col-] .btn {
  width: 100%;
}

.bootstrap-select.btn-group.dropdown-menu-right {
  float: right;
}

.bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.row-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-search .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--white);
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid var(--white);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-multiselect {
  /*multiselect styles*/
}
.bootstrap-multiselect button.multiselect {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  color: #666;
  font-style: italic;
}
.bootstrap-multiselect button.multiselect .icon-add {
  margin-left: 5px;
}
.bootstrap-multiselect button.multiselect .icon-add::before {
  content: none;
}
.bootstrap-multiselect button.multiselect .icon-add smx-icon,
.bootstrap-multiselect button.multiselect .icon-add svg {
  fill: var(--btn-bgcolor);
  width: 16px;
  height: 16px;
}
.bootstrap-multiselect .search-multiselect .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  width: auto;
}
.bootstrap-multiselect .search-multiselect .icon-add {
  color: var(--btn-bgcolor);
}
.bootstrap-multiselect .search-multiselect .ui-btn-xs {
  padding: 1px;
}
.bootstrap-multiselect .search-multiselect .text {
  font-weight: normal;
  font-style: italic;
  color: #666;
}
.bootstrap-multiselect .search-multiselect .dropdown-menu li a {
  padding: 3px 5px;
  clear: inherit !important;
}
.bootstrap-multiselect .multiselect-search + .input-group-append .btn {
  box-shadow: none;
  border-left: 0px;
  color: #999;
  border-color: #CCCCCC;
}
.bootstrap-multiselect .multiselect-item.filter .input-group-append i::before,
.bootstrap-multiselect .multiselect-item.filter .input-group-prepend i::before {
  content: none;
}
.bootstrap-multiselect .multiselect-item.filter .input-group-append i smx-icon,
.bootstrap-multiselect .multiselect-item.filter .input-group-append i svg,
.bootstrap-multiselect .multiselect-item.filter .input-group-prepend i smx-icon,
.bootstrap-multiselect .multiselect-item.filter .input-group-prepend i svg {
  fill: var(--filter-icon);
  width: 12px;
  height: 12px;
}
.bootstrap-multiselect .multiselect-item.filter .input-group-append .btn:hover, .bootstrap-multiselect .multiselect-item.filter .input-group-append .btn:focus, .bootstrap-multiselect .multiselect-item.filter .input-group-append .btn:active {
  background: transparent;
  outline: 0px;
  position: static !important;
}
.bootstrap-multiselect .multiselect-item.filter .input-group-append .btn:hover i {
  color: #666;
}
.bootstrap-multiselect .multiselect-group label {
  font-weight: bold;
  padding: 10px 20px 0;
  width: 100%;
}
.bootstrap-multiselect .multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-width: 300px !important;
}
.bootstrap-multiselect .multiselect-container .input-group {
  margin: 5px;
}
.bootstrap-multiselect .multiselect-container > li {
  padding: 0;
}
.bootstrap-multiselect .multiselect-container > li > a {
  padding: 0;
  display: block;
  border-top-width: 0px;
}
.bootstrap-multiselect .multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 20px 10px 20px;
}
.bootstrap-multiselect .multiselect-container > li > a > label.radio, .bootstrap-multiselect .multiselect-container > li > a > label.checkbox {
  margin: 0;
  padding-left: 20px;
}
.bootstrap-multiselect .multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}
.bootstrap-multiselect .multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}
.bootstrap-multiselect .multiselect-container > li > a.multiselect-all label.checkbox {
  padding-left: 20px;
}
.bootstrap-multiselect .multiselect-container > li > a:hover {
  text-decoration: none;
}
.bootstrap-multiselect .multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}
.bootstrap-multiselect .multiselect-container > li.multiselect-group ~ li label.checkbox {
  padding-left: 40px;
}
.bootstrap-multiselect .multiselect-container > li.smart-form > a > label.checkbox {
  padding: 0 0 0 30px !important;
}
.bootstrap-multiselect .multiselect-container > li.smart-form > a > label.checkbox input:disabled + i {
  pointer-events: none;
  cursor: default !important;
  opacity: 0.6 !important;
}
.bootstrap-multiselect .multiselect-container > li.smart-form > a > label.checkbox input:disabled + i:hover {
  border-color: var(--survey-draft) !important;
}
.bootstrap-multiselect .multiselect-container > li.smart-form > a > label.checkbox:hover input:disabled + i, .bootstrap-multiselect .multiselect-container > li.smart-form > a > label.checkbox:hover input:disabled + i:hover {
  border-color: var(--survey-draft) !important;
}
button.multiselect {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  box-shadow: none;
  color: #666;
  font-style: italic;
}
button.multiselect .icon-add {
  color: var(--btn-bgcolor);
  margin-left: 5px;
}

/* Header */
i.icon-logo-nps {
  font-size: 21px;
  margin-left: -8px;
  padding-right: 5px;
  text-decoration: none;
}

.minified i.icon-logo-nps {
  margin-left: -83px;
}

@media only screen and (min-width: 0) and (max-width: 679px) {
  #login #header {
    padding: 0 5px !important;
  }
}
#logo-group > span .badge {
  background: var(--btn-bgcolor);
}

#logo {
  display: inline-block;
  margin-left: 20px;
  position: absolute !important;
}
#logo .brand-logo {
  margin-right: 10px;
}
#logo #brand-name {
  font: normal normal 600 12px/17px Open Sans;
  letter-spacing: 0px;
  color: var(--white);
}
#logo .img i[class*=icon] {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#logo > i[class*=icon] {
  top: 13px;
}
#logo i[class*=icon] {
  color: var(--white);
  position: relative;
  top: 12px;
  width: 25px;
  float: left;
  font-size: 22px;
  margin-right: 8px;
}
#logo i[class*=icon].icon-npxnow {
  font-size: 14px;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
}
#logo i[class*=icon].icon-npxnow:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  background-color: #fff;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
#logo img {
  max-width: 140px;
  height: auto;
  padding-left: 0px;
  position: relative;
  top: 12px;
}
#logo-group > #logo {
  position: relative;
  padding-left: 1px;
}
#logo-group > #logo:hover {
  cursor: pointer;
}
#login #logo {
  margin-left: 10px;
}
#login #logo i[class*=icon] {
  width: auto;
  margin-left: 0;
  padding: 0;
}
#login #logo img {
  top: 14px;
}
#logo .iconow {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
#logo .icon-ar-logo {
  font-size: 25px !important;
  margin-left: 2px !important;
}

#buycontainer {
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
}
#buycontainer .btn {
  padding: 2px 10px;
  margin: -3px 0 0 12px;
  font-size: 11px;
  border-radius: 1px;
  text-transform: uppercase;
}

#logo-group *,
.minified .menu-item-parent {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}

.login-info {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 7px !important;
  height: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.login-info * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.login-info .dropdown-menu {
  min-width: 190px !important;
}
.login-info span {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 5px 10px 7px;
  background: var(--white);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.login-info img {
  width: 35px;
}
.login-info a span {
  padding: 0;
  font-size: 16px !important;
  max-width: 105px;
}
.login-info > a {
  font-size: 13px !important;
  color: #33455A;
  margin-top: 2px;
}
.login-info > a > img {
  width: 24px;
  height: 24px;
  border: none;
}
.login-info > a .icon-angledown {
  font-size: 8px !important;
  margin-left: 3px;
}

.btn-help > a {
  font-size: 15px !important;
  color: var(--btn-bgcolor);
}
.btn-help > a small {
  position: relative;
  top: -3px;
  font-weight: bold;
  margin-left: 5px;
}
.btn-help > a .icon-help {
  position: relative;
}
.btn-help > a .icon-help:after {
  border-radius: 500px;
  line-height: 16px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.btn-help > a .icon-help:before {
  z-index: 2;
  position: relative;
  color: var(--top-header-help);
}
.btn-help > a:hover {
  text-decoration: none;
}

.minified #logo {
  margin-left: 11px;
}

/* light theme styles*/
.smart-style-2 .menu-item-parent img[src*="logo-white.png"] {
  background-image: url(../images/xpui/logo-dark_2b1099ad41d4ce53cbc1bc5dd6476204_md5.png);
  /* lets say 20x20 */
  width: 80px;
  display: inline-block;
  padding: 8px 0 0 0;
  height: 0px !important;
  /* for IE 5.5's bad box model */
  height: 8px;
}

/*logo*/
#login #logo-group > #logo i[class*=icon] {
  margin-right: 10px;
}

#logo {
  margin: 0 10px 0 13px;
  padding: 0 !important;
  height: 44px;
  line-height: 44px;
}
@media (min-width: 200px) and (max-width: 767px) {
  #logo {
    margin-top: 0;
    margin-left: 4px;
  }
}
@media only screen and (min-width: 0) and (max-width: 679px) {
  #logo {
    margin-left: 4px;
    margin-top: 10px;
    position: relative !important;
  }
}
#logo > i[class*=icon] {
  top: 13px;
}
#logo i[class*=icon] {
  font-size: 21px;
  margin: 0;
  width: auto;
  top: 0;
  height: 44px;
  line-height: 44px;
}
#logo .icon-logodark {
  font-size: 14px !important;
}
#logo .img i[class*=icon] {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  margin-left: 14px;
}
#logo-group > #logo {
  top: 0;
}
#login #logo-group > #logo i[class*=icon] {
  margin-right: 10px;
}

#buycontainer {
  padding-left: 1px;
}

#logo-group #hide-menu {
  margin-right: -1px;
}

.topnavbtns .btn-group > a {
  box-shadow: none !important;
}
.topnavbtns .dropdown-menu li:first-child a {
  border-radius: 4px 4px 0px 0px;
}

.pull-right .dropdown-menu:before {
  right: 5px;
  left: auto;
}
.pull-right .dropdown-menu:after {
  right: 5px;
  left: auto;
}

.header-search {
  position: relative;
}
.header-search.pull-right {
  margin-left: 6px;
}
.header-search > input[type=text] {
  display: block;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-width: 200px;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  outline: 0;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-color: transparent;
  background: transparent;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 0px;
  line-height: normal;
}
.header-search > button {
  background: 0 0;
  border: 0;
  color: #6D6A69;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0px;
  width: 30px;
  z-index: 2;
}
.header-search #search-fld::-ms-clear {
  display: none;
}

.header-searchwrap .header-search {
  width: 50px;
}
.header-searchwrap .header-search > input[type=text] {
  width: 0;
  opacity: 0;
  padding: 0;
  min-width: inherit;
}
.header-searchwrap .header-search > input[type=text]::-webkit-input-placeholder {
  text-transform: capitalize;
}

.header-searchwrap .header-search > input[type=text]::-moz-placeholder {
  text-transform: capitalize;
}

.header-searchwrap .header-search > input[type=text]:-ms-input-placeholder {
  text-transform: capitalize;
}

.header-searchwrap .header-search > input[type=text]:-moz-placeholder {
  text-transform: capitalize;
}

.header-searchwrap dl dt {
  width: 120px;
  font-weight: normal;
}
.header-searchwrap dl dt + dd {
  margin-left: 120px;
  margin-bottom: 0;
}
.header-searchwrap .select2-container .select2-choice {
  background-color: var(--white);
  height: 30px;
  border-width: 0px;
  box-shadow: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.header-searchwrap .select2-container .select2-choice .select2-arrow {
  background-color: transparent;
  border-width: 0px;
}
.header-searchwrap.active dt {
  opacity: 1;
}
.header-searchwrap.active .dl-horizontal {
  margin-bottom: 0;
  background-color: var(--white);
  border-radius: 3px;
}
.header-searchwrap.active .header-search {
  width: 100%;
}
@media (min-width: 768px) {
  .header-searchwrap.active .header-search {
    width: 170px;
  }
}
@media (min-width: 992px) {
  .header-searchwrap.active .header-search {
    width: 200px;
  }
}
.header-searchwrap.active .header-search > input[type=text] {
  width: 100%;
  opacity: 1;
  padding: 0 10px;
}
.header-searchwrap:not(.active) dt {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  display: none;
}

#search-mobile {
  display: none;
}

#cancel-search-js {
  position: absolute;
  display: none;
  background: #a90329;
  z-index: 3;
  color: var(--white);
  padding: 0;
  right: 10px;
  top: 10px;
  text-align: center;
  height: 29px;
  line-height: 29px;
  width: 30px;
  font-size: 17px;
  text-decoration: none !important;
}

.icon-nice-satmetrix-logo {
  color: #777;
}
.icon-nice-satmetrix-logo span:before {
  color: inherit !important;
}
.icon-nice-satmetrix-logo span.path1:before, .icon-nice-satmetrix-logo span.path2:before, .icon-nice-satmetrix-logo span.path3:before {
  color: #069dd9 !important;
}

.icon-nice-satmetrix {
  color: #777;
}

#header .icon-nice-satmetrix-logo,
#header .icon-nice-satmetrix {
  font-size: 30px !important;
  display: inline-block;
  margin-top: 9px;
  margin-left: 0;
  color: var(--white);
}
#header .dropdown-toggle[data-display=static] + .dropdown-menu:after {
  content: none;
}
@media (min-width: 768px) {
  #header .dropdown-toggle[data-display=static] + .dropdown-menu:after {
    content: "";
  }
}

.pg-embed .icon-nice-satmetrix-logo,
.pg-embed .icon-nice-satmetrix {
  font-size: 30px !important;
}

.topnavbtns > .p-3 {
  padding: 0 !important;
}
.topnavbtns .dropdownBtns .dropdown-menu a {
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.topnavbtns .dropdownBtns .dropdown-menu a i {
  margin-left: -23px;
  margin-right: 10px;
  fill: var(--grey-icon-color);
  position: relative;
  top: -1px;
}
.topnavbtns .dropdownBtns .dropdown-menu a .icon-collectivetouchpoint-2 {
  font-size: 14px;
  position: relative;
  top: 1px;
}

@media (min-width: 0px) and (max-width: 736px) {
  .minified i.icon-logo-nps {
    margin-left: 0;
  }

  #logo-group > #logo {
    top: 0;
  }

  /*login page*/
  #login #logo-group > #logo {
    display: block;
  }

  #login #logo-group > #logo img {
    top: 0;
  }

  #login #logo-group > #logo i[class*=icon] {
    margin-right: 10px;
  }

  #header > *:first-child {
    width: auto;
  }

  /*logo*/
  #logo {
    margin: 0 10px;
    padding: 0 !important;
    height: 44px;
    line-height: 44px;
  }
  #logo i[class*=icon] {
    font-size: 18px;
    margin: 0;
    width: auto;
    top: 11px;
    height: 44px;
    line-height: 44px;
  }
  #logo .icon-logodark {
    font-size: 14px !important;
  }

  #hide-menu a, .topnavbtns .btn-group > a {
    color: var(--white) !important;
  }

  #hide-menu a {
    font-size: 12px;
  }

  .smart-style-1 .activity-dropdown .badge {
    background-color: #2879ca !important;
  }

  .btn-logn i {
    font-size: 18px;
  }
  .btn-logn .icon-angledown {
    display: none !important;
  }

  .btn-srch-mob .btn {
    background: transparent;
    border: 0;
    padding: 0;
    height: 44px;
    line-height: 44px;
    border-radius: 0;
    padding: 0 10px;
  }
  .btn-srch-mob .btn:hover, .btn-srch-mob .btn:focus, .btn-srch-mob .btn:active, .btn-srch-mob .btn.active {
    background-color: #71b9a5;
    border: 0;
    padding: 0 10px;
    border-radius: 0;
  }
  .btn-srch-mob .btn i {
    color: var(--white);
    font-size: 18px;
  }

  .show .dropdown-toggle.btn-srch-mob .btn,
.topnavbtns .btn-group.show > a {
    background-color: var(--popup-list-hover);
    border: 0;
    padding: 0 10px;
    border-radius: 0;
  }

  .activity-dropdown {
    padding: 0 10px 0 10px !important;
  }
  .activity-dropdown .badge {
    top: 5px;
    right: 5px;
  }
  .activity-dropdown.counton {
    padding: 0 20px 0 10px !important;
  }

  .activity-dropdown.active,
.minified #hide-menu a {
    background-color: var(--rail1);
    border-radius: 0 !important;
    border: 0;
  }

  .topnavbtns {
    width: 57%;
  }
  .topnavbtns .btn-notfi {
    margin-top: 0;
  }
  .topnavbtns .btn-srch-mob {
    margin-right: 15px;
    margin-top: 0;
  }
  .topnavbtns .btn-logn {
    margin: 0 !important;
  }
  .topnavbtns .btn-logn .icon-angledown {
    display: none;
  }
  .topnavbtns .btn-help {
    margin: 0 !important;
  }
  .topnavbtns .btn-group > a {
    margin: 0;
    top: 0;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
  }
  .topnavbtns .btn-group:not(.login-info) > a {
    top: 0;
  }
  .topnavbtns .pull-right > .dropdown-menu {
    left: auto;
    right: 0;
    position: fixed;
    left: 0;
    top: 44px;
    right: 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
  }
  .topnavbtns .pull-right > .dropdown-menu:before {
    display: none;
  }
  .topnavbtns .pull-right.btn-logn > .dropdown-menu, .topnavbtns .pull-right.btn-help > .dropdown-menu {
    padding: 0 0;
  }
  .topnavbtns .open > .dropdown-menu {
    display: block;
  }

  #hide-menu {
    margin: 0;
  }
  #hide-menu a {
    margin: 0;
    top: 0;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
  }

  .topnavbtns .btn-group.show a.dropdown-toggle:after,
.activity-dropdown.active:after,
.chartsettings-panel .navbar-toggle:after,
.viewcontrolzdropbtn .btn:after,
.chartsettings-panel .btn-group.mini-tabs.show .dropdown-toggle:after,
.btncstmsrch.actv:after {
    clear: both;
    display: block;
    position: relative;
    top: -8px;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
    padding: 0;
    margin: -8px;
    border: 8px solid transparent;
    border-bottom-color: var(--white);
    border-top-color: transparent;
  }

  .topnavbtns .btn-group.open a.dropdown-toggle:hover:before {
    border-bottom-color: red !important;
  }

  .dropdown-menu > ul:first-child li a {
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
  }
  .dropdown-menu > ul:first-child li a:hover, .dropdown-menu > ul:first-child li a:focus {
    background-color: var(--white);
    color: #71b9a5;
  }
  .dropdown-menu > ul:first-child li a i {
    font-size: 14px;
  }
  .dropdown-menu > ul:first-child li:first-child a:hover:before {
    content: inherit !important;
    border: 0 !important;
  }
  .dropdown-menu > ul:first-child li:last-child a {
    border-bottom: 0;
  }

  .btn-srch-mob .select2-container {
    width: 30% !important;
    float: left;
  }
  .btn-srch-mob .inpdropsearch {
    float: left;
    width: 70%;
    height: 32px;
    border: 1px solid #e2e2e2;
    text-indent: 7px;
    border-left: 0;
    font-size: 12px;
  }

  .mobile-view-activated #header .select2-container .select2-choice {
    border: 1px solid #e2e2e2;
    background-color: #e2e2e2;
    box-shadow: none;
  }
  .mobile-view-activated #header .select2-container .select2-choice .select2-arrow {
    border: 0;
    background-color: #e2e2e2;
  }
  .mobile-view-activated #header .select2-drop-active {
    border: 1px solid #e2e2e2;
    border-top: 0;
  }
  .mobile-view-activated #header .select2-results {
    padding: 0;
    margin: 0;
  }
  .mobile-view-activated #header .select2-results .select2-result-label {
    padding: 0;
    background-color: var(--white);
    color: #555;
    padding: 5px 8px;
    border-bottom: 1px solid #ccefe9;
  }
  .mobile-view-activated #header .select2-results .select2-result-label:hover {
    background-color: #ccefe9;
    color: #555;
  }
  .mobile-view-activated #header .select2-results .select2-result-label:last-child {
    border: 0;
  }
  .mobile-view-activated #header .select2-results li {
    border-top: 1px solid #ccefe9;
  }
  .mobile-view-activated #header .select2-results li:first-child {
    border-top: 0;
  }
  .mobile-view-activated #header .select2-container .select2-choice > .select2-chosen,
.mobile-view-activated #header .select2-results .select2-result-label {
    font-size: 12px;
  }

  .mobile-view-activated #header .select2-chosen i, .select2-results .select2-result-label i {
    display: none;
  }

  .select2-drop-active {
    border: 1px solid #f4f4f4;
    border-width: 0 1px 1px 1px;
  }

  .select2-search input {
    border: 1px solid #e2e2e2;
    margin: 10px 0 0 0;
  }
  .select2-search::before {
    top: 45%;
  }

  .switchview-box .select2-dropdown-open .select2-choice {
    border: 1px solid #f4f4f4;
    border-width: 1px 1px 0 1px;
  }

  /*custom search*/
  .btncstmsrch {
    float: right;
    margin: 0;
    top: 0;
    padding: 0 11px 0 10px;
    height: 44px;
    line-height: 44px;
    text-decoration: none !important;
  }
  .btncstmsrch i {
    font-size: 18px;
    color: var(--white);
    vertical-align: inherit;
  }
  .btncstmsrch.actv {
    background-color: var(--white);
  }

  .mobile-view-activated .header-searchwrap.active dl {
    border: 1px solid #e2e2e2;
    border-radius: 0;
  }
  .mobile-view-activated #header .select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
  }

  .header-searchwrap {
    display: none;
  }
  .header-searchwrap .select2-container .select2-choice {
    border-radius: 0;
    line-height: 28px;
  }
  .header-searchwrap.active {
    display: block;
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    padding: 10px;
    background-color: var(--white);
    box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
  }
  .header-searchwrap.active .dl-horizontal {
    border-radius: 0;
  }

  /*logo*/
  #logo {
    margin: 0 10px;
    padding: 0 !important;
    height: 44px;
    line-height: 44px;
  }
  #logo i[class*=icon] {
    font-size: 18px;
    margin: 0;
    width: auto;
    top: 0;
    height: 44px;
    line-height: 44px;
  }
  #logo .icon-logodark {
    font-size: 14px !important;
  }

  /*#notificationwidget .enscrollwrapper.hasscroll{ max-height:100%!important;}*/
  #notificationsList {
    background: var(--panel-bg-color);
  }

  #notificationwidget .profile-message {
    border-bottom: 0;
    width: 100%;
  }

  .ta-search-for-comments label.fa.icon-search {
    padding: 0;
    margin: 10px 0 0 0;
  }

  h3#comments-tray-title {
    margin: 0 !important;
  }

  .chat-body li.message.standalone-survey-comment > div > .img {
    width: 23px;
  }

  .activity-dropdown.active:after {
    left: 75%;
    border-bottom-color: #ccefe9;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  .topnavbtns {
    width: 75%;
  }
}
@media (min-width: 240px) and (max-width: 639px) {
  #hide-menu a, .topnavbtns .btn-group > a {
    margin-left: 2px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  #userProfileDrpDown img {
    position: relative;
    top: -2px;
  }
}
@media (min-width: 768px) {
  .topnavbtns i {
    position: relative;
    top: -3px;
  }

  .btn-logn i {
    top: 0;
  }

  #searchBtn i {
    top: -2.5px;
  }
}
@media (min-width: 200px) and (max-width: 767px) {
  .topnavbtns i {
    position: relative;
    top: -2px;
  }
}
/* Modal */
.modal-backdrop {
  opacity: 0.5;
}

.betamodal {
  width: auto !important;
}

.modal .modal-header .close {
  font-size: 35px;
  margin: -5px 0 0 0;
  padding: 0;
  color: var(--grey-icon-color);
  opacity: 1;
  float: right;
  background-color: transparent;
  border: none;
}
@media (max-width: 736px) {
  .modal .modal-header .close {
    margin: 0 0 0 5px;
    height: 25px;
    line-height: 25px;
  }
}
.modal .modal-header .close smx-icon,
.modal .modal-header .close svg {
  fill: var(--grey-icon-color);
  margin-bottom: 7px;
}
.modal .modal-header .ico-help {
  fill: var(--grey-icon-color);
  padding-top: 0px !important;
}
.modal .modal-header p {
  margin: 0 0 9px;
}
.popupcontent .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .nav-tabs {
  border: 0;
}
.modal .nav-tabs li a {
  padding: 13px 13px 12px;
  font-size: 14px;
  font-weight: 500 !important;
}
.modal .nav-tabs li.active a:before, .modal .nav-tabs li.active a:after {
  display: none;
}
.modal.fixed {
  overflow-y: hidden;
}
.modal.fixed .modal-dialog {
  margin: 0;
  height: 100%;
  width: 100%;
}
.modal.fixed .modal-content {
  height: 100%;
}
.modal.fixed .modal-body {
  position: absolute;
  bottom: 0;
  top: auto;
  overflow: auto;
}
.modal .modal-body {
  overflow: auto;
}
.modal .modal-body .jumbotron {
  font-size: 24px;
  background-color: transparent;
  padding: 0;
}
.modal .modal-body .jumbotron p {
  font-size: 13px;
}
.modal .modal-body.more-pads {
  padding-left: 80px;
  padding-right: 80px;
}
.modal .modal-body p {
  margin: 0 0 9px;
}
.modal .modal-body i[class^=icon-]::before {
  content: none;
}
.modal .modal-body i[class^=icon-] smx-icon,
.modal .modal-body i[class^=icon-] svg {
  fill: var(--filter-icon);
}
.modal .modal-footer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.modal .modal-footer .btn-primary ~ .btn-primary {
  background-color: var(--white);
  border-color: var(--ribbon-okbtn-shadow);
  color: var(--survey-canbtn);
  -webkit-box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
  -moz-box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
  box-shadow: 0px 1px 0px var(--ribbon-okbtn-shadow);
  color: var(--survey-canbtn) !important;
}
.modal .modal-footer .btn-primary ~ .btn-primary i svg {
  fill: var(--survey-canbtn);
}
.modal .modal-footer .btn-primary ~ .btn-primary i:before {
  border-color: var(--survey-canbtn);
}
.modal .modal-footer .btn-primary ~ .btn-primary:hover, .modal .modal-footer .btn-primary ~ .btn-primary:focus, .modal .modal-footer .btn-primary ~ .btn-primary.focus, .modal .modal-footer .btn-primary ~ .btn-primary:active, .modal .modal-footer .btn-primary ~ .btn-primary.active {
  background-color: var(--dashboard-delbtn-hover);
  border-color: var(--ribbon-okbtn-shadow);
  color: var(--survey-canbtn);
  box-shadow: none;
}
.modal.approachlimit-modal span[class*=text-].text-danger {
  color: #ff8347;
}
.modal.approachlimit-modal span[class*=text-].text-info {
  color: rgba(63, 67, 73, 0.6);
}
.modal .logicblock .setlangrule {
  background-color: transparent;
}
.modal .logicblock .s-addremovebtns .s-button {
  border-radius: 50%;
  padding: 0;
  margin: 0 0 0 10px;
  line-height: 5px;
}
.modal .logicblock .s-custom-combolistinline-wrap.form-inline {
  margin-bottom: 13px;
}
.modal .logicblock .s-custom-combolistinline-wrap.form-inline .checkbox label {
  margin-right: 10px;
}
.modal .logicblock .s-custom-combolistinline-wrap + #conditionBlockCtr {
  padding: 13px;
}
.modal .logicblock .errormsg.alert {
  margin: 0;
  padding: 0;
  display: block;
}
.modal .logicblock .lang-rule-row {
  padding: 13px;
  background-color: #eaeaea;
}
.modal .logicblock .lang-rule-row + .lang-rule-row {
  padding-top: 0;
}
.modal .logicblock .lang-rule-row [class*=col-] {
  padding-right: 0;
}
.modal .logicblock .lang-rule-row [class*=col-]:last-child {
  padding-right: 13px;
}
.modal .logicblock .lang-rule-row .form-group {
  display: block;
  margin-bottom: 0;
}
.modal .logicblock .lang-rule-row .form-group #conditionContainer .select2-container {
  width: 100% !important;
}
.modal .logicblock .lang-rule-row .form-group .smart-form .checkbox {
  margin: 0 !important;
  display: inline-block;
  line-height: 32px;
}
.modal .logicblock .lang-rule-row .form-group .smart-form .checkbox i {
  top: 7px;
}
.modal .logicblock .lang-rule-row .form-group .smart-form .checkbox p {
  padding-left: 20px;
  font-size: 11px;
}
.modal .logicblock .lang-rule-row .form-group .smart-form .s-addorremove-btns {
  margin-top: 5px;
}
.modal .logicblock .lang-rule-row .form-group .smart-form .s-addorremove-btns .btn-link {
  height: 20px;
  line-height: 18px;
  padding: 0;
  width: 20px;
}
.modal .logicblock .lang-rule-row .form-group .smart-form .s-addorremove-btns .btn-link i::before {
  content: none;
}
.modal .logicblock .lang-rule-row .form-group .smart-form .s-addorremove-btns .btn-link i smx-icon,
.modal .logicblock .lang-rule-row .form-group .smart-form .s-addorremove-btns .btn-link i svg {
  fill: var(--filter-icon);
  width: 20px;
  height: 20px;
}
.modal .logicblock .lang-rule-row .form-group .errormsg {
  color: var(--error-color);
  margin-top: 3px;
  display: block;
  font-size: 12px;
}
.modal .logicblock .lang-rule-row .form-group .errormsg i {
  display: none;
}
.modal .logicblock .lang-rule-row .form-control {
  width: 100%;
}
.modal .logicblock .langConditionBlock + .langConditionBlock .lang-rule-row {
  padding-top: 0;
}
.modal .logicblock .s-alertmessage-wrap.errorheader {
  margin: 0;
}
.modal .logicblock .s-alertmessage-wrap.errorheader .alert {
  margin: 0 0 13px 0;
}
.modal .logicblock .s-alertmessage-wrap.errorheader .alert i {
  margin: 0 7px;
}
.modal .alert-validationgrid {
  text-align: left;
}
.modal .s-uploadcnct-table {
  text-align: left;
}
.modal.landingpopup .close {
  font-size: 28px;
  color: #007CBE;
  font-weight: 500;
  margin: 1px 8px 0 0;
}
.modal.landingpopup .modal-body {
  padding-top: 0 !important;
}
.modal.landingpopup .modal-body.ar-LandingPage {
  padding: 13px 13px 30px 13px;
}
.modal.landingpopup .modal-body.ar-LandingPage h1 {
  text-align: center;
  color: var(--dark-theme-color);
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 0px 0;
}
.modal.landingpopup .modal-body.ar-LandingPage .info {
  margin-left: 23px;
}
.modal.landingpopup .modal-body.ar-LandingPage ul {
  margin-top: 13px;
  margin-bottom: 39px;
}
.modal.landingpopup .modal-body.ar-LandingPage ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  font-size: 12px;
}
.modal.landingpopup .modal-body.ar-LandingPage ul li span {
  font-size: 13px;
}
.modal.landingpopup .modal-body.ar-LandingPage ul li a {
  font-weight: 500;
}
.modal.landingpopup .modal-body.ar-LandingPage .btn-panel {
  text-align: center;
}
.modal.landingpopup .modal-body.ar-LandingPage .btn-panel .btn {
  padding: 13px 26px;
  font-size: 14px;
}
.modal.trialexpiry .modal-footer .icon-nice-satmetrix-logo,
.modal.trialexpiry .modal-footer .icon-nice-satmetrix {
  font-size: 30px;
}
.modal .modal-content.manage-filter-fields .modal-header .s-datawrapper p {
  margin: 0;
}
.modal .modal-content.manage-filter-fields .modal-body .s-gridlayout {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.modal .modal-content.manage-filter-fields .modal-body .s-gridlayout .s-grid-row-head {
  padding: 5px 7px;
}
.modal .modal-content.manage-filter-fields .modal-body .s-gridlayout .s-grid-row-head h4 {
  margin: 0;
}
.modal .modal-content.manage-filter-fields .modal-body .s-gridlayout .s-grid-row-body .s-layout-fluid .row {
  padding-top: 2px;
  padding-bottom: 5px;
}
.modal .modal-content.manage-filter-fields .modal-body .s-gridlayout .s-grid-row-body .attrname label {
  display: block;
  margin: 4px 0 0 7px;
}
.modal .modal-content.manage-filter-fields .modal-body .s-gridlayout .smxtoggle .toggle-sty {
  margin-left: -13px;
}
.modal.popup-best-practices .modal-title {
  margin-top: 13px;
}
.modal.popup-best-practices .close .icon-remove {
  font-size: 18px;
}
.modal.popup-best-practices .badge-best-practices img {
  max-width: 100%;
}

.modal-open-fixed {
  overflow: hidden !important;
}

.inline-modal {
  position: relative;
}
.inline-modal .modal-backdrop {
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.inline-modal .modal {
  position: absolute;
  overflow-y: hidden;
}
.inline-modal .modal .modal-dialog {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  margin: 30px auto !important;
}

body.modal-inline {
  position: relative !important;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
body.modal-inline #header {
  z-index: 10030;
}
body.modal-inline #left-panel {
  z-index: 10000;
}

.modal-fixed {
  top: 0px;
  bottom: 0;
  overflow: hidden;
}
.modal-fixed .modal-dialog {
  margin: 0px 0 0 0;
  height: 100%;
  max-width: 100%;
}
.modal-fixed .modal-content {
  border-radius: 0;
  box-shadow: none;
  border-width: 0px;
  height: auto;
}
.modal-fixed .modal-body {
  position: fixed;
  top: 44px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #fff;
}

.theme-popup {
  border: none;
  border-radius: 0;
  background-clip: unset;
}
.theme-popup .modal-title {
  font-size: 20px !important;
  color: #707070;
}

/* ------- End */
/* App Messages */
@media (min-width: 0px) and (max-width: 736px) {
  .MessageBoxButtonSection button {
    float: left;
    margin-right: 5px;
    padding: 4px 8px;
    font-size: 13px;
  }
}
/* Analytics Folder Messages */
.analytics-message {
  text-align: center;
}
.analytics-message p {
  margin: 0 0 26px 0;
  font-size: 13px;
}
.analytics-message p.icn {
  font-size: 18px;
  font-weight: 500;
}
.analytics-message p.icn i {
  font-size: 64px;
  color: #fff;
  margin-bottom: 10px;
}
.analytics-message p.icn i[class*=icon-]::before {
  content: none;
}
.analytics-message p.icn i[class*=icon-] smx-icon,
.analytics-message p.icn i[class*=icon-] svg {
  fill: var(--filter-icon);
  width: 48px;
  height: 48px;
}
.analytics-message p.btn {
  margin-bottom: 0;
}
.analytics-message p.btn .btn {
  margin: 0 7px;
  border-radius: 0;
  font-size: 13px;
}
.analytics-message ul {
  margin: 0 auto;
  padding: 0;
  display: block;
  width: 580px;
}
.analytics-message ul li {
  display: block;
  list-style: none;
  text-align: left;
  margin-bottom: 10px;
}
.analytics-message ul li .checkbox {
  margin: 0;
}
.analytics-message ul li .checkbox input {
  width: auto;
}
.analytics-message ul li .checkbox span {
  color: var(--btn-bgcolor);
}
.analytics-message .MessageBoxButtonSection.folderManagementDeleteFlow {
  text-align: center;
  padding: 0;
  margin: 26px auto;
  width: 155px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* optional */
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.analytics-message .MessageBoxButtonSection.folderManagementDeleteFlow .btn {
  float: none;
  margin: 0 7px;
  font-weight: 500;
}
.analytics-message .MessageBoxButtonSection.folderManagementDeleteFlow .btn.botTempo {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.analytics-message .MessageBoxButtonSection.folderManagementDeleteFlow .btn.botTempo + .botTempo {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

/* Popover */
#content .dboard .titlepanel .popover.editable-container.editable-popup {
  margin: 34px 0 0 6px;
}
#content .dboard .popover.editable-container.editable-popup {
  width: 250px;
  margin: 40px 0 0 10px;
}
#content .dboard .popover.editable-container.editable-popup small {
  display: block;
  color: #bbb;
  font-size: 11px;
  margin-bottom: 1px;
}
#content .dboard .popover.editable-container.editable-popup .popover-title {
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 10px 26px 7px 10px;
  font-size: 14px;
}
#content .dboard .popover.editable-container.editable-popup .popover-title .form-control {
  border: 0;
  padding: 0 !important;
  height: auto;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
}
#content .dboard .popover.editable-container.editable-popup .popover-content {
  padding: 0 26px 0 10px;
  padding-top: 0;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-input {
  width: 200px;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-input .form-control {
  border: 0 !important;
  color: #999;
  font-style: normal;
  font-size: 13px;
  width: 100%;
  height: 26px;
  padding: 0 !important;
  overflow: hidden;
  resize: none;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-input .editable-clear-x {
  display: none;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons {
  width: 27px;
  height: 66px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  display: block;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons .btn {
  background-color: #f7f7f7;
  border: 1px solid #fff;
  height: 33px;
  line-height: 33px;
  width: 27px;
  padding: 0;
  margin: 0;
  display: block;
  box-shadow: none;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons .btn i {
  margin: 0 !important;
  font-size: 13px !important;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons .btn i::before {
  content: none;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons .btn i smx-icon,
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons .btn i svg {
  fill: var(--dark-theme-color);
  width: 16px;
  height: 16px;
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons .btn:hover {
  background-color: var(--dark-theme-color);
}
#content .dboard .popover.editable-container.editable-popup .popover-content .editable-buttons .btn:hover svg {
  fill: var(--white) !important;
}
#content .dboard .popover.editable-container.editable-popup.has-error .popover-title {
  padding-bottom: 0;
}
#content .dboard .popover.editable-container.editable-popup.has-error .popover-title .form-control {
  border: 1px dashed red;
  padding: 3px !important;
}
#content .dboard .popover.editable-container.editable-popup.has-error .popover-title label {
  color: red;
  margin: 3px 0 0 0;
  display: block;
  font-style: italic;
  font-size: 12px;
}

.popover img {
  max-width: 100%;
}

.titlepanel {
  margin-bottom: 15px;
}
.titlepanel hr {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 5px 0;
}
.titlepanel p:last-child {
  margin-bottom: 0;
}

#content .surveyfixedwrap {
  background-color: transparent !important;
}
#content .surveyfixedwrap .jarviswidget > div {
  background-color: transparent !important;
}
#content .surveyfixedwrap .titlepanel {
  margin-bottom: 0;
}
#content .surveyfixedwrap .titlepanel .surveytype {
  display: inline-block;
  margin-left: 30px;
}
#content .surveyfixedwrap .titlepanel .surveytype [class*=icon-] {
  font-size: 24px;
  color: #aaa;
  position: relative;
  top: 4px;
}
#content .titlepanel .btn-link {
  float: right;
  color: #4c4f53;
  font-size: 12px;
  margin-top: 5px;
}
#content .titlepanel .btn-link .icon-ncount {
  display: inline-block !important;
  margin-left: 7px;
  color: #777;
  vertical-align: top;
}
#content .titlepanel .btn-link.prevButton {
  float: left;
}
#content .titlepanel .btn-link.prevButton i::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#content .titlepanel .btn-link.nextButton {
  float: left;
}
#content .titlepanel .btn-link.nextButton i::before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
#content .titlepanel .pagination-box .btn-link {
  margin-top: 0;
  padding-top: 3px;
}
#content .titlepanel .pagination-box span.btn + .btn {
  float: left;
}

/* Effects */
.open .dropdown-menu, .select2-drop-active, .ui-datepicker {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.opencustomrange .custom-range .calendar-wrap .calendar {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 0px) and (max-width: 736px) {
  .opencustomrange .custom-range .calendar-wrap .calendar {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fast {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -ms-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -ms-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
/*TK-4170 - Popup animation - zoomIn*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/*copyright*/
#copyrightModal.modal {
  color: var(--black-text);
  text-align: left;
}
#copyrightModal.modal h4 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
#copyrightModal.modal h4 a {
  text-decoration: none !important;
  color: var(--btn-bgcolor) !important;
}
#copyrightModal.modal h4.prvcy {
  margin-bottom: 0;
}
#copyrightModal.modal .modal-body {
  padding: 30px;
}
#copyrightModal.modal .modal-header {
  padding: 30px 30px 0 30px;
  text-align: center;
  display: inline-block;
  border-bottom-width: 0px;
}
#copyrightModal.modal .modal-header h4 {
  font-size: 15px;
  margin-bottom: 0;
}
#copyrightModal.modal .modal-header .close {
  margin-top: 0;
}
#copyrightModal.modal .modal-header .close:not(.s-button) {
  font-size: 24px;
}
#copyrightModal.modal p {
  margin-bottom: 15px;
}

html.registration {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  background-color: var(--white);
}

.npxnow-freetrial .row {
  margin-left: -17px;
  margin-right: -17px;
}
.npxnow-freetrial .row [class*=col-] {
  padding-left: 17px;
  padding-right: 17px;
}
.npxnow-freetrial .row-grid > [class*=col-]:first-child {
  padding-left: 0;
}
.npxnow-freetrial .row-grid > [class*=col-]:last-child {
  padding-right: 0;
}
.npxnow-freetrial i {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.npxnow-freetrial .select2-container .select2-choice {
  border: 0;
  background-color: #3a3a3c;
  color: var(--black-text);
  font-style: italic;
  height: 50px;
  line-height: 49px;
  font-size: 14px;
}
.npxnow-freetrial .select2-container .select2-choice .select2-chosen {
  color: var(--black-text);
  font-style: italic;
  margin: 0;
}
.npxnow-freetrial .select2-container .select2-choice .select2-arrow {
  border-left: 0;
  background-color: #3a3a3c;
}
.npxnow-freetrial .select2-container.select2-container--open.select2-container--above .select2-selection--single {
  border-bottom-width: 1px;
}
.npxnow-freetrial .select2-results .select2-result-label {
  border: 0;
}
.npxnow-freetrial .select2-drop.select2-drop-active {
  background-color: #3a3a3c;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.npxnow-freetrial .select2-with-searchbox .select2-search {
  border: 0;
}
.npxnow-freetrial .select2-with-searchbox .select2-search input {
  color: var(--black-text);
}
.npxnow-freetrial #main {
  margin-left: 0;
  background-color: transparent;
  height: 100%;
  min-height: inherit;
}
.npxnow-freetrial #main #content.container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row {
  margin: 0 -26px;
  background-color: var(--white);
}
.npxnow-freetrial #main #content .freetrial-row .bx-form {
  color: var(--black-text);
  padding: 0;
  width: 100%;
  background-color: var(--white);
  position: fixed;
  margin-left: 0;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  padding-bottom: 0px;
  width: 525px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 {
  color: var(--black-text);
  font-size: 29px;
  font-weight: 500;
  margin: 44px 13px 16px 13px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 .logo {
  display: block;
  margin-bottom: 15px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 .trial-text {
  display: block;
  margin-top: -20px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 .trial-text mark {
  background-color: transparent;
  color: var(--black-text);
  vertical-align: middle;
  font-size: 65px;
  font-weight: lighter;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 .trial-text label {
  margin: 0 0 0 3px;
  vertical-align: middle;
  line-height: normal;
  font-size: 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 small {
  display: block;
  color: #007CBE;
  margin-bottom: 13px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .heading {
  border: 1px solid var(--black-text);
  border-width: 0px 0 1px 0;
  margin: 0 13px 5px 13px;
  padding: 10px 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .heading .dl-horizontal {
  display: table;
  table-layout: fixed;
  height: 100%;
  margin: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .heading .dl-horizontal > * {
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .heading .dl-horizontal dt {
  width: 1%;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .heading .dl-horizontal dt h1 {
  background-color: transparent;
  color: var(--black-text);
  vertical-align: middle;
  font-size: 72px;
  line-height: 72px;
  font-weight: lighter;
  margin: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .heading .dl-horizontal dd {
  width: 100%;
  padding-left: 15px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .heading .dl-horizontal dd h3 {
  font-size: 16px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .fieldset {
  padding-top: 15px !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info {
  border: 1px solid #666;
  border-width: 0px 0 0 0;
  margin: 0 13px 10px 13px;
  padding: 10px 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .price {
  display: block;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .price sup {
  font-size: 24px;
  top: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .price mark {
  background-color: transparent;
  color: var(--black-text);
  vertical-align: middle;
  font-size: 65px;
  line-height: 65px;
  font-weight: lighter;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .price label {
  display: block;
  margin: 0 0 0 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .package {
  display: block;
  font-size: 14px;
  margin-top: 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .package small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .package small a {
  text-decoration: none !important;
  color: var(--black-text);
  margin-left: 7px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .package small a i {
  vertical-align: middle;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .link-back {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 5px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .link-back:hover {
  text-decoration: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-info .package {
  margin-top: 7px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount {
  border: 1px solid var(--black-text);
  border-width: 1px 0;
  margin: 0 13px 0px 13px;
  padding: 15px 0 10px 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount p {
  margin: 0 0 13px 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount small {
  display: block;
  font-size: 12px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount label {
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount label.form-control {
  margin: 0;
  padding: 14px 0;
  text-align: center;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .spinner .input-group-btn-vertical {
  display: flex;
  flex-direction: column;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .spinner .input-group-btn-vertical .btn {
  height: 25px;
  display: block;
  background-color: var(--white);
  padding: 0;
  border: 1px solid var(--survey-draft);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  width: 16px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .spinner .input-group-btn-vertical .btn.ui-disabled {
  opacity: 1 !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .spinner .input-group-btn-vertical .btn .icon-angleup:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .spinner .input-group-btn-vertical .btn .icon-angledown:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-style: solid;
  border-color: var(--black-text);
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  display: inline-block;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .row-grid + .row-grid {
  margin-top: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount > .form-group {
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount > .form-group + .preloader {
  margin-top: 13px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .promo-btn {
  margin-top: 13px;
  margin-right: 5px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .form-promodiv .row-grid {
  table-layout: auto;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .bill-amount .form-promodiv .row-grid .col-xs-8 {
  width: 100%;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .number-wrapper .col-6 + .col-6 {
  padding-left: 0px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .card-info {
  padding-top: 15px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .card-info h6 {
  margin-bottom: 9px;
  font-size: 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .card-info form > .form-group {
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .card-info form > .form-group + .form-group {
  margin-top: 15px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .card-info form > .form-group.row {
  margin-left: -17px;
  margin-right: -17px;
  padding: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h6 {
  font-style: italic;
  font-size: 14px;
  margin: 0 0 22px;
  font-weight: 500;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form h6 mark {
  background-color: transparent;
  color: var(--black-text);
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-primary {
  width: 100%;
  text-align: center;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well {
  background-color: transparent;
  margin: 0;
  padding: 0 13px 34px 13px;
  border: 0;
  box-shadow: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .common-error {
  color: #b94a48;
  display: block;
  margin-bottom: 3px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group {
  vertical-align: top;
  padding-right: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group + .form-group {
  margin-left: 0;
  padding-right: 17px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group .form-control {
  width: 100%;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.ccv {
  position: relative;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.ccv .ccv-help {
  position: absolute;
  right: 27px;
  top: 16px;
  color: var(--black-text);
  text-decoration: none !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.ccv .ccv-help i::before {
  content: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.ccv .ccv-help i smx-icon,
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.ccv .ccv-help i svg {
  fill: var(--black-text);
  width: 14px;
  height: 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap {
  width: 100%;
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap label {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap label a {
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 2px;
  text-decoration: none !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap label a i::before {
  content: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap label a i smx-icon,
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap label a i svg {
  fill: var(--black-text);
  width: 14px;
  height: 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap a {
  color: var(--black-text);
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap .input-group-addon {
  background-color: transparent !important;
  border-width: 0px !important;
  color: var(--black-text) !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap .input-group-addon a {
  font-size: 13px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.domain-wrap .input-group-addon a {
  font-size: 13px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.verify .form-group {
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.verify .form-group:first-child {
  padding-right: 17px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.verify .form-group:last-child {
  padding-left: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.verify .form-group.has-error {
  margin-bottom: 13px !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.expire .form-group {
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.expire .form-group label {
  display: block;
  line-height: 32px;
  margin: 0;
  font-style: italic;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well .form-group.expire .form-group:last-child {
  padding-left: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well.row .form-group {
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well.row .form-group.has-error {
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .well.row.verify .form-group {
  margin-bottom: 0px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .form-control {
  height: 50px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .form-control#domain {
  margin-right: 3px;
  width: 68%;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .form-control[disabled] {
  opacity: 0.5;
  border: 1px dashed #b94a48;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap h6 {
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li {
  display: inline-block;
  margin: 20px 13px 20px 0;
  padding: 5px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li.active {
  background-color: var(--btn-bgcolor);
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li:last-child {
  margin-right: 0;
  background-color: transparent;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li:last-child a {
  color: var(--black-text);
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li:last-child.active {
  background-color: transparent;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li a {
  text-decoration: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li a img {
  width: 24px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li #refreshCaptcha .fa-rotate-right::before {
  content: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li #refreshCaptcha .fa-rotate-right smx-icon,
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li #refreshCaptcha .fa-rotate-right svg {
  fill: var(--black-text);
  width: 14px;
  height: 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul.text-center li {
  float: none;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities #captcha-error {
  color: #b94a48;
  display: block;
  margin-bottom: 13px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .privacy {
  padding-top: 7px;
  margin-bottom: 15px !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .privacy h6 {
  margin: 0;
  font-size: 14px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .privacy h6 small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #007CBE;
  font-style: normal;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap {
  text-align: center;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap .btn {
  margin-top: 11px;
  font-size: 14px;
  display: block;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap .loading {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-left: 7px;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap .link-buy-now {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  padding: 6px 0px 4px 0px;
  text-decoration: none;
  color: var(--black-text);
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
  border-bottom: 1px solid var(--black-text);
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap .link-buy-now:hover {
  text-decoration: none;
  border-bottom: 0px solid var(--black-text);
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap.valid .link-buy-now {
  opacity: 1;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap.text-center .col-xs-6 {
  float: none;
  margin: 0 auto;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form.pg-purchase .loading {
  margin-top: 0 !important;
}
.npxnow-freetrial #main #content .freetrial-row .bx-form .enscroll-track .vertical-handle {
  border-radius: 0;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite {
  padding: 0;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 66%;
  display: block;
  background: url(../images/xpui/loading-now_37a822ddcb3cad825c9c3f68f69d759f_md5.gif) center center no-repeat #666666;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now {
  position: absolute;
  left: 0;
  top: 0;
  margin: 3% 0 0 5%;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo {
  margin: 0;
  display: block;
  margin-left: 11px;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo i {
  color: var(--black-text);
  padding-right: 10px;
  font-size: 30px;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo i + i {
  font-size: 18px !important;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo-npx-now {
  display: block;
  color: var(--black-text);
  margin-top: 106px;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo-npx-now * {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo-npx-now label {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  display: block;
  margin: 0;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo-npx-now i {
  color: var(--black-text);
  font-size: 40px;
  margin-right: 10px;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .wrap-now #logo-npx-now small {
  display: block;
  font-size: 20px;
  margin-top: 20px;
  margin-left: 52px;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .hilite {
  position: absolute;
  left: 0;
  top: 0;
  margin: 45% 0 0 11%;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .hilite ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .hilite ul li {
  color: var(--black-text);
  font-size: 14px;
  margin: 0 0 10px 0;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .hilite ul li:before {
  color: #a2d06d;
  /* set color to red */
  content: "•";
  /* /2022 is the numerical unicode for &bull; */
  position: relative;
  top: -3px;
  border-radius: 5px;
  padding: 0px 3px;
  margin-right: 10px;
  background-color: #a2d06d;
  font-size: 6px;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .testim-now {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 13px 10%;
  border: 0;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .testim-now p {
  margin: 26px 0 0 0;
  font-style: italic;
  font-size: 12px;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .testim-now .bx-user {
  float: left;
  width: 35%;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .testim-now .bx-user img {
  width: 80px;
  border: 2px solid var(--black-text);
  margin-right: 13px;
  float: left;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .testim-now .bx-user h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 20px 0 0 0;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite .testim-now .bx-user h3 label {
  font-size: 12px;
  font-weight: lighter;
  font-style: italic;
  margin: 0;
}
.npxnow-freetrial #main #content .freetrial-row .spotlite + .bx-form {
  margin-left: 66%;
  width: 34%;
  padding-right: 0px;
}
@media (max-width: 980px) {
  .npxnow-freetrial #main #content .freetrial-row .spotlite + .bx-form {
    margin-left: 0%;
    width: 100%;
  }
}
.npxnow-freetrial #main #content .freetrial-row .form-inline,
.npxnow-freetrial #main #content .freetrial-row .form-group {
  margin-bottom: 15px;
}
.npxnow-freetrial #main #content .freetrial-row .form-inline em.lbl,
.npxnow-freetrial #main #content .freetrial-row .form-inline span.lbl,
.npxnow-freetrial #main #content .freetrial-row .form-group em.lbl,
.npxnow-freetrial #main #content .freetrial-row .form-group span.lbl {
  font-style: italic;
  display: block;
  margin-top: 3px;
  color: #888888;
  font-size: 12px;
}
.npxnow-freetrial #main #content .freetrial-row .form-inline.has-error em,
.npxnow-freetrial #main #content .freetrial-row .form-group.has-error em {
  color: #b94a48;
}
.npxnow-freetrial #main #content .freetrial-row .form-inline.padtop,
.npxnow-freetrial #main #content .freetrial-row .form-group.padtop {
  margin-top: 26px;
  margin-bottom: 0;
}
.npxnow-freetrial #main #content .freetrial-row .form-inline > .form-group {
  margin-bottom: 0;
}
.npxnow-freetrial #foot {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4c4c4d;
  padding: 22px;
  color: var(--black-text);
}
.npxnow-freetrial .tooltip-inner {
  background-color: var(--black-text);
  color: var(--white);
}
.npxnow-freetrial .tooltip.top .tooltip-arrow, .npxnow-freetrial .tooltip.top-left .tooltip-arrow, .npxnow-freetrial .tooltip.top-right .tooltip-arrow {
  border-top-color: var(--black-text);
}
.npxnow-freetrial .tooltip.right .tooltip-arrow {
  border-right-color: var(--black-text);
}
.npxnow-freetrial .tooltip.left .tooltip-arrow {
  border-left-color: var(--black-text);
}
.npxnow-freetrial .tooltip.bottom .tooltip-arrow, .npxnow-freetrial .tooltip.bottom-left .tooltip-arrow, .npxnow-freetrial .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: var(--black-text);
}
.npxnow-freetrial .select2-container .select2-selection--single {
  height: 50px;
}
.npxnow-freetrial .select2-container .select2-selection--single .select2-selection__arrow {
  background-color: var(--white);
  border-width: 0px;
  height: 48px;
}
.npxnow-freetrial .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.npxnow-freetrial .select2-container.select2-container--focus .select2-selection--single {
  border-color: rgba(0, 124, 190, 0.8);
  box-shadow: 0 0 3px rgba(0, 124, 190, 0.3);
}
.npxnow-freetrial .select2-container .select2-selection__rendered {
  color: var(--black-text);
}
.npxnow-freetrial .select2-container--open .select2-dropdown .select2-search:before {
  color: #aaa !important;
  background-color: var(--white);
  top: 11px;
}
.npxnow-freetrial .select2-container--open .select2-dropdown .select2-search:after {
  top: 23px;
}
.npxnow-freetrial .select2-container--open .select2-dropdown .select2-search__field {
  background-image: none;
  padding-left: 25px;
}

.hilite {
  background-color: var(--light-theme-color);
  padding: 13px;
  margin: 0 !important;
}
.hilite .control-label {
  padding-right: 7px;
}
.hilite .col-md-9 {
  padding-right: 0;
  padding-left: 6px;
}

.academy-wrap,
#academyIframe {
  border: none;
  margin: 0px;
  padding: 0px;
}

.academy-wrap {
  margin-top: -44px;
  margin-left: -22px;
  margin-right: -22px;
}

@media (min-width: 0px) and (max-width: 768px) {
  html.registration {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }

  .npxnow-freetrial #main #content .freetrial-row .spotlite {
    display: none;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form {
    width: 100%;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form h1 .logo,
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 .trial-text {
    text-align: center;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form h1 .logo label,
.npxnow-freetrial #main #content .freetrial-row .bx-form h1 .trial-text label {
    text-align: left;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .form-control#domain {
    width: 56%;
    display: inline-block;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap h6 {
    text-align: center;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap + .form-group h6 {
    text-align: center;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap em {
    text-align: center;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul {
    text-align: center;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .captcha-wrap .visualCaptcha-possibilities ul li {
    float: none;
    margin-right: 12px;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap {
    text-align: center;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap .link-buy-now {
    width: auto;
  }
  .npxnow-freetrial #main #content .freetrial-row .bx-form .btn-wrap [class*=col-] {
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 0px) and (max-width: 360px) {
  .nowhead .topnavbtns {
    width: 59%;
  }
}
.promo-sec a {
  line-height: 55px;
}

.striked {
  display: inline-block;
  line-height: 100%;
  overflow: hidden;
  position: relative;
}
.striked:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background-color: var(--black-text);
  content: "";
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

#login {
  background: var(--btn-bgcolor);
  overflow: visible;
  margin: 0;
  height: 100% !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #login {
    /* IE10+ CSS styles go here */
    /*background:url(../images/xpui/bgimg-signin-ver2_841212eb03ee93196e962047e25bb13a_md5.jpg) no-repeat center center fixed !important;*/
    margin: 0;
  }
}
#login .container {
  border: 0;
}
#login #header {
  margin: 0;
  overflow: hidden;
  background-clip: padding-box;
  border-width: 0;
  min-height: 28px;
  margin-bottom: 0;
  padding-right: 5px;
}

#login-header-space {
  float: right;
  text-align: right;
  display: block;
  vertical-align: middle;
  margin-top: 5px;
  color: var(--white);
}
#login-header-space > :first-child {
  font-size: 13px;
  margin-right: 0;
  vertical-align: -3px;
  font-weight: 400;
}
#login-header-space > * {
  display: inline-block;
}

.mobile-fixed-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /*background:url(../images/xpui/bgimg-signin-ver2_841212eb03ee93196e962047e25bb13a_md5.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-fixed-bg {
    display: block;
  }
}

body#login {
  /* visual captcha style  */
}
body#login header#header {
  background-color: var(--rail1);
}
body#login .select2-container .select2-choice {
  height: 46px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
body#login .select2-container .select2-choice .select2-chosen {
  height: 46px;
  font-size: 16px;
  line-height: 46px;
}
body#login .select2-container .select2-choice .select2-arrow {
  background-color: transparent;
  border: 0;
}
body#login .select2-container .select2-choice .select2-arrow b {
  margin-top: -8px;
}
body#login .select2-container .select2-choice .select2-arrow b:before, body#login .select2-container .select2-choice .select2-arrow b:after {
  color: #555555;
  margin-top: 25px;
}
body#login .select2-container.select2-dropdown-open .select2-choice {
  border-radius: 3px 0px 0px 0;
}
body#login .smart-form fieldset {
  padding-bottom: 25px;
}
body#login #main {
  background-color: transparent;
  margin: 0;
  min-height: 100px;
}
body#login #content .card {
  background-color: var(--box-color);
  border: none;
  box-shadow: none;
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 10px;
}
body#login #content .card .s-brwsrinfo-popup {
  color: var(--black-text);
}
body#login #content .card label:not(.input) {
  color: var(--black-text);
}
body#login #content .card header {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-color: var(--white);
  text-align: center;
  color: var(--black-text);
  font-size: 22px;
}
body#login #content .card header .icon-collectivetouchpoint-2::before {
  content: none;
}
body#login #content .card header .icon-collectivetouchpoint-2 smx-icon,
body#login #content .card header .icon-collectivetouchpoint-2 svg {
  fill: var(none);
  width: 32px;
  height: 32px;
}
body#login #content .card footer {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px !important;
  padding-right: 25px !important;
}
body#login #content .card .input-group-append {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  background-color: var(--rail1);
}
body#login #content .card label {
  font-size: 13px;
}
body#login #content .card label.checkbox,
body#login #content .card .s-frgtpswdcntainer a {
  font-size: 12px;
  color: var(--btn-bgcolor);
}
body#login #content .card.form-container input[type=text],
body#login #content .card.form-container input[type=email],
body#login #content .card.form-container input[type=password] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 46px;
  line-height/*\**/: 46px\9 ;
  font-size: 16px;
  border-width: 0px;
  border: none !important;
}
body#login #content .card.form-container input[type=password]::-ms-reveal, body#login #content .card.form-container input[type=password]::-ms-clear {
  display: none;
}
body#login #content .card.form-container .input-group .custom-input {
  display: inline-block;
  width: 100%;
  height: 46px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black-text);
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
body#login #content .card.form-container .input-group .input-group-append {
  background-color: var(--domain-bg-color);
}
body#login #content .card.form-container .input-group .input-group-append .input-group-text {
  height: 46px;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border-width: 0px;
}
body#login #content .card.form-container .input-group input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
body#login #content .card.form-container .selectpicker-arrow {
  line-height: 44px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
body#login #content .card.form-container .selectpicker-arrow b::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-style: solid;
  border-color: var(--survey-draft);
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
  position: relative;
  left: 10px;
}
body#login #content .footer {
  color: var(--black-text);
  border-radius: 0;
  background-color: var(--box-color);
}
body#login #content .footer a {
  color: var(--black-text);
  font-size: 13px;
}
body#login #content .footer .selectpicker {
  background: none;
  border: none;
  display: inline-block;
  color: var(--black-text);
  padding: 3px 16px 6px 0px !important;
}
body#login #content .footer .selectpicker-arrow {
  background: none;
  border: none;
  line-height: 24px;
  width: 16px;
}
body#login #content .footer .selectpicker-arrow b {
  color: var(--black-text);
}
body#login #content .footer ul {
  margin: 0;
  padding: 0;
}
body#login #content .footer ul li a:hover {
  text-decoration: none;
}
body#login #content .footer ul li + li {
  border-left-color: var(--black-text);
}
body#login #content .footer .icon-logo-nps {
  margin-left: 0;
  padding-right: 3px;
  position: relative;
  top: 1px;
  font-size: 24px;
}
body#login #content .footer .dropdown-menu {
  min-width: 160px !important;
}
body#login #content .footer .dropdown-menu > li {
  text-align: left;
  padding: 0;
}
body#login #content .footer .dropdown-menu > li > a {
  color: var(--black-text);
}
body#login .form-container .selectpicker {
  font-size: 16px;
  color: inherit;
  border: none;
  height: 46px;
}
body#login .smart-form fieldset {
  padding-left: 25px;
  padding-right: 25px;
}
body#login .smart-form section {
  margin-bottom: 0px !important;
}
body#login .smart-form section + section {
  margin-top: 20px;
}
body#login .smart-form section.chkbox_container {
  margin-top: 5px;
}
body#login .smart-form section.chkbox_container + section {
  margin-top: 5px;
}
body#login .smart-form section.chkbox_container[style*=display][style*=none] + section {
  margin-top: 20px;
}
body#login .smart-form section + .s-frgtpswdcntainer {
  margin-top: 5px;
}
body#login .select-language .dropdown-toggle + .dropdown-menu {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 150px;
}
body#login .select-language .dropdown-toggle + .dropdown-menu > li > a {
  display: block;
  white-space: nowrap;
}
body#login #loginButton {
  color: var(--white);
}
body#login #resetButton {
  color: var(--white);
}
body#login .alert-danger {
  border: none;
  padding: 0;
  font-size: 15px;
  color: var(--error-color);
  background: transparent;
  text-shadow: none;
  text-align: center;
}
body#login .alert-danger.sitename {
  font-size: 11px;
  font-style: italic;
  color: #cccccc;
  margin-bottom: 6px;
  display: block;
  text-align: left;
}
body#login .hero {
  height: 360px;
  width: 100%;
  float: left;
}
body#login h4.paragraph-header {
  color: #565656;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  width: 270px;
}
body#login h5.about-heading {
  color: #565656;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px;
}
body#login .login-header-big {
  font-weight: 400;
}
body#login .login-desc-box-l {
  min-height: 350px;
  width: 50%;
}
body#login .login-app-icons {
  vertical-align: top;
  margin-top: 90px;
  width: 300px;
}
body#login .visualCaptcha-button-group {
  margin-right: 0;
}
body#login .visualCaptcha-button-group a.btn {
  margin-right: 0;
}
body#login .visualCaptcha-button-group i svg {
  fill: var(--white);
}
@media (min-width: 768px) and (max-width: 880px) {
  body#login #header {
    padding: 0 5px !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 679px) {
  body#login #header {
    padding: 0 5px !important;
  }
}
body#login .visualCaptcha-possibilities .img {
  float: left;
  padding: 5px;
  background: var(--white);
  margin: 15px 4px;
  border-radius: 50%;
  cursor: pointer;
}
body#login .visualCaptcha-possibilities .img.active {
  background: var(--btn-bgcolor);
}
body#login .visualCaptcha-button-group {
  margin-right: 0px;
  float: right;
}
body#login .visualCaptcha-button-group a.btn {
  height: 38px;
  padding: 0px;
  line-height: 38px;
  margin: 15px 4px;
  width: 38px;
  background-color: var(--refresh-btn-color);
  border: 1px solid var(--refresh-btn-color);
  color: var(--white);
}
@media (min-width: 0px) and (max-width: 320px) {
  body#login .visualCaptcha-button-group {
    display: block;
    margin: 0;
    text-align: center;
    float: none;
  }
  body#login .visualCaptcha-button-group a.btn {
    margin-bottom: 0;
  }
  body#login .visualCaptcha-possibilities .img:first-child {
    margin-left: 13px;
  }
}
body#login .visualCaptcha-possibilities #captcha0 {
  margin-left: 0;
}
body#login .checkbox.s-fieldfocus {
  display: block;
  outline: 1px dotted rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
body#login .bootstrap-select button:focus span.filter-option {
  background: var(--btn-bgcolor);
  color: var(--white);
  width: auto !important;
}
body#login .bootstrap-select.open button:focus span.filter-option {
  background: transparent;
  color: var(--black-text);
}
body#login .col-lg-4 {
  width: 33.3333% \9 ;
  margin: 0 auto\9 ;
  float: none\9 ;
}
body#login .reset-pwd-sec .select2-container {
  width: 100.1% !important;
}
body#login .reset-pwd-sec .select2-container .select2-choice {
  border-radius: 3px;
}
body#login #header #logo-group {
  width: 220px;
}
body.trial.npxnow, body.trial.npx {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}
body.trial.npxnow #header,
body.trial.npxnow #left-panel,
body.trial.npxnow #main, body.trial.npx #header,
body.trial.npx #left-panel,
body.trial.npx #main {
  display: none;
}
body.trial.npxnow {
  background-image: url(../images/xpui/bgimg-gettingstarted_fac3916e6f17f3b6a44d9b2296a95f55_md5.jpg);
}
body.trial.npx {
  background-image: url(../images/xpui/bgimg-signin_d3ef2c64cee73450dfcdbb5dc842e91a_md5.jpg);
}

.trialexpiry .btn {
  background-color: #007CBE;
}

#login.npx .mobile-fixed-bg {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  transition: opacity 1s linear;
  display: inherit;
  background-position: center !important;
  background-image: url(../images/bg-login_841212eb03ee93196e962047e25bb13a_md5.jpg) !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#login.npx.imgloaded .mobile-fixed-bg {
  opacity: 1;
  display: inherit;
}

@media (min-width: 768px) and (max-width: 1366px) {
  #login.npx,
.mobile-fixed-bg {
    background-position: inherit !important;
  }
}
#header #logo-group #logo .icon-collectivetouchpoint-2 {
  display: none;
}

#login #logo .logodark img {
  margin-top: 0px !important;
  top: -1px !important;
}

#login #logo-group > #logo .brand-name {
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: 0px;
  color: var(--black-text);
}

@media (min-width: 992px) and (max-width: 1199px) {
  #login .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  #login .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#login #logo {
  margin-left: 10px;
}
#login #logo i[class*=icon] {
  width: auto;
  margin-left: 0;
  padding: 0;
}
#login #logo i[class*=icon].icon-nice-satmetrix::before {
  content: none;
}
#login #logo i[class*=icon].icon-nice-satmetrix smx-icon,
#login #logo i[class*=icon].icon-nice-satmetrix svg {
  fill: var(none);
  width: 32px;
  height: 32px;
}
#login #logo img {
  top: 14px;
}

@media (min-width: 0px) and (max-width: 736px) {
  #login #content .footer {
    border-radius: 3px;
  }
  #login #content .footer a {
    font-size: 12px;
  }
  #login #content .footer ul li + li {
    padding: 0 0 0 8px;
    margin: 0 0 0 5px;
  }
  #login #reset-header + fieldset {
    padding: 15px 25px !important;
  }
  #login #reset-header + fieldset label {
    color: var(--black-text);
  }
  #login .smart-form fieldset {
    padding: 0 15px 25px 15px;
  }
  #login .smart-form section + section {
    margin-top: 15px !important;
  }
  #login .smart-form section + .s-frgtpswdcntainer {
    margin-top: 10px;
  }
  #login .smart-form .input input {
    background-color: var(--white);
    font-size: 14px !important;
    color: var(--black-text);
  }
  #login .smart-form #loginButton {
    background-color: var(--btn-bgcolor);
    border: 0;
    box-shadow: none;
  }
  #login .loginwrap {
    padding: 50px 25px;
    margin: 0 !important;
  }

  #rememberMelabel.checkbox {
    color: var(--black-text) !important;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  #login #header > *:first-child {
    width: 190px;
  }
  #login .smart-form fieldset {
    padding: 0 15px 25px 15px;
  }
  #login .smart-form section + section {
    margin-top: 15px !important;
  }
  #login .smart-form .input input {
    font-size: 11px !important;
  }
  #login .smart-form #loginButton {
    border: 0;
    box-shadow: none;
  }
  #login .loginwrap {
    padding: 50px 25px;
    margin: 0 !important;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #login .row-field [class*=col-]:first-child {
    padding-right: 13px;
  }
}
.body-ie11 #content .card {
  background-color: var(--login-pnl-bg);
}
.body-ie11 .footer {
  background-color: var(--login-pnl-bg);
}

/* Animation - Slide Up */
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(342px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(342px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideUp {
  0% {
    opacity: 0;
    -o-transform: translateY(342px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(342px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Animation - Slide Down */
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-342px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-342px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-342px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-342px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Animation - Scale Up */
@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.scaleUp {
  -webkit-animation-name: scaleUp;
  -moz-animation-name: scaleUp;
  -o-animation-name: scaleUp;
  animation-name: scaleUp;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Animation - Scale Down */
@-webkit-keyframes scaleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.scaleDown {
  -webkit-animation-name: scaleDown;
  -moz-animation-name: scaleDown;
  -o-animation-name: scaleDown;
  animation-name: scaleDown;
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=npx-login.css.map */
