@charset "UTF-8";
@import url(../libs/bootstrap.css);
/* main font family */
/* end of main font family */
/* use SFProDisplay font family if font >= 20px */
/* end of SFProDisplay font */
/* common fonts */
/* end of common fonts */
@import url(../libs/bootstrap.css);
/* line 179, ../_mixins.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 421, ../_mixins.scss */
.mc-bold {
  font-family: 'SFProText-Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: initial;
}

/* line 425, ../_mixins.scss */
.mc-medium {
  font-family: 'SFProText-Medium', 'Helvetica Neue Regular', Helvetica, Arial,sans-serif;
}

@font-face {
  font-family: 'SFProText-Regular';
  src: local("SF-Pro-Text-Regular"), url("/business-chat/assets/fonts/SF-Pro-Text-Regular.otf") format("otf");
}
@font-face {
  font-family: 'SFProText-Light';
  src: local("SF-Pro-Text-Light"), url("/business-chat/assets/fonts/SF-Pro-Text-Light.otf") format("otf");
}
@font-face {
  font-family: 'SFProText-Semibold';
  src: local("SFProText-Semibold"), url("/business-chat/assets/fonts/sf-pro-text_semibold.woff") format("woff");
}
@font-face {
  font-family: 'SFProText-Medium';
  src: local("SF-Pro-Text-Medium"), url("/business-chat/assets/fonts/sf-pro-text_medium.woff") format("woff");
}
@font-face {
  font-family: 'SFProText-Bold';
  src: local("SF-Pro-Text-Bold"), url("/business-chat/assets/fonts/sf-pro-text-bold.woff") format("woff");
}
@font-face {
  font-family: 'SFProDisplay Thin';
  src: local("SFProDisplay Thin"), local("SF-Pro-Display-Thin"), url("/business-chat/assets/fonts/SF-Pro-Display-Thin.woff") format("woff");
}
@font-face {
  font-family: 'SFProDisplay Light';
  src: local("SFProDisplay Light"), local("SF-Pro-Display-Light"), url("/business-chat/assets/fonts/SF-Pro-Display-Light.woff") format("woff");
}
@font-face {
  font-family: 'SFProDisplay Regular';
  src: local("SFProDisplay Regular"), url("/business-chat/assets/fonts/SF-Pro-Display-Regular.woff") format("woff");
}
@font-face {
  font-family: 'SFProDisplay Medium';
  src: local("SFProDisplay Medium"), url("/business-chat/assets/fonts/SF-Pro-Display-Medium.woff") format("woff");
}
@font-face {
  font-family: 'SFProDisplay Bold';
  src: local("SFProDisplay Bold"), url("/business-chat/assets/fonts/SF-Pro-Display-Bold.woff") format("woff");
}
@font-face {
  font-family: 'SFProDisplay SemiBold';
  src: local("SFProDisplay SemiBold"), url("/business-chat/assets/fonts/SF-Pro-Display-SemiBold.woff") format("woff");
}
@font-face {
  font-family: 'SFProText-Regular';
  src: local("SF-Pro-Text-Regular"), url("/business-chat/assets//assets/fonts/SF-Pro-Text-Regular.otf") format("otf");
}
/* line 64, ../_main.scss */
html, body {
  height: 100%;
}

/* line 67, ../_main.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'SFProText-Light', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  min-width: 960px;
  min-height: 484px;
}

/* line 81, ../_main.scss */
body.bp-lang-ja {
  font-family: Apple TP, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

/* line 85, ../_main.scss */
body.bp-lang-ja * {
  font-family: Apple TP, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

/** BEGIN styling to achieve sticky footer **/
/* line 91, ../_main.scss */
.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -38px 0;
}

/* line 98, ../_main.scss */
.footer-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 38px;
}

/* line 104, ../_main.scss */
.content-wrapper {
  width: 100%;
}

/* line 107, ../_main.scss */
.footer-wrapper, .content-wrapper {
  min-width: 960px;
}

/** END styling to achieve sticky footer **/
/** BEGIN link and button link styling **/
/* Firefox get rid of dotted outline on focus */
/* line 116, ../_main.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* IE hide text field and password field buttons */
/* line 122, ../_main.scss */
::-ms-clear,
::-ms-reveal {
  display: none;
}

/* line 126, ../_main.scss */
select::-ms-expand {
  display: none;
}

/* line 129, ../_main.scss */
select:focus::-ms-value {
  background: #fafafa;
  color: #1a1a1a;
}

/* line 131, ../_main.scss */
a {
  color: #0169D9;
}

/* line 135, ../_main.scss */
a:focus {
  outline: none;
}

/* line 139, ../_main.scss */
.linkButton:hover {
  text-decoration: none;
  color: #0063cc;
}

/* line 144, ../_main.scss */
a:hover {
  color: #0063cc;
}

/* line 148, ../_main.scss */
.linkButton {
  background: none;
  border: none;
  color: #007aff;
  text-decoration: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  padding: 0;
}

/* line 158, ../_main.scss */
.linkButton.light {
  font-weight: 300;
}

/* line 162, ../_main.scss */
a.next,
a.bold,
.linkButton.next {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
}

/* line 169, ../_main.scss */
a.disabled,
.linkButton.disabled {
  color: rgba(0, 0, 0, 0.4) !important;
  cursor: not-allowed;
}

/* line 175, ../_main.scss */
.linkButton:focus {
  outline: none;
}

/* line 179, ../_main.scss */
.link-divider {
  font-weight: 100;
  opacity: 0.5;
  margin-left: 15px;
  margin-right: 15px;
}

/** END link and button link styling **/
/** BEGIN navigation bar styling **/
/* line 190, ../_main.scss */
.navbar {
  font-size: 19px;
  color: #2a2a2a;
  line-height: 45px;
  margin-bottom: 0;
  border-radius: 0;
  min-height: 45px;
  background-color: #212121;
  background-color: rgba(26, 26, 26, 0.95);
  font-family: 'SFProText-Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: initial;
}

/* line 202, ../_main.scss */
.navbar a,
.footer a {
  color: white;
}

/* line 207, ../_main.scss */
.navbar a:focus {
  background-color: transparent !important;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 212, ../_main.scss */
.navbar a:hover,
.footer a:hover {
  color: #FFFFFF;
}

/* line 217, ../_main.scss */
.navbar a:hover {
  text-decoration: none;
}

/* line 221, ../_main.scss */
.navbar a:active,
.footer a:active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 226, ../_main.scss */
.navbar .bold {
  font-family: Myriad Set, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 21px;
}

/* line 232, ../_main.scss */
.navbar-left {
  float: left;
}

/* line 236, ../_main.scss */
.navbar-left-title {
  display: inline-block;
  float: left;
  cursor: default;
}

/* line 242, ../_main.scss */
.navbar-right .dropdown-menu {
  margin: 14px 0 0;
  padding: 0;
}

/* line 247, ../_main.scss */
.navbar-right .dropdown-menu:before {
  position: absolute;
  top: -13px;
  left: calc(50% - 12px);
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-bottom-color: #d3d3d3;
  content: '';
}

/* line 259, ../_main.scss */
.navbar-right .dropdown-menu:after {
  position: absolute;
  top: -12px;
  left: calc(50% - 12px);
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-bottom-color: white;
  content: '';
}

/* line 271, ../_main.scss */
.navbar .right-padding {
  padding-right: 3px;
  float: right;
}

/* line 276, ../_main.scss */
.navbar .left-padding {
  padding-left: 10px;
  float: right;
}

/* line 281, ../_main.scss */
.navbar .contactus {
  margin-top: -6px;
}

/* line 286, ../_main.scss */
.dropdown-toggle .mc-chevron-down {
  margin-left: 4px;
}

/* line 291, ../_main.scss */
#accountSettingsModal {
  width: 430px;
  height: 410px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* Centered between navbar bottom and bottom of page - shift by half of navbar height */
  margin-top: 22px;
}

/* line 305, ../_main.scss */
#accountSettingsModal .modal-body {
  padding: 22px;
}

/* line 309, ../_main.scss */
#accountSettingsModal .modal-header {
  height: 70px;
  margin: 0;
  padding: 14px 22px;
  font-size: 27px;
}

/* line 316, ../_main.scss */
#accountSettingsModal .modal-dialog {
  width: 100%;
  height: 410px;
  margin: 0;
}

/* line 322, ../_main.scss */
#accountSettingsModal .modal-content {
  height: 100%;
}

/* line 326, ../_main.scss */
#accountSettingsModal select {
  width: 100%;
  height: 28px !important;
  padding: 1px 0 1px 8px !important;
  -webkit-appearance: none !important;
  background-image: url("/business-chat/assets/images/input/control_dropdown.png");
  background-repeat: no-repeat !important;
  background-position: right !important;
}

/* line 336, ../_main.scss */
#accountSettingsModal .modal-actions a {
  cursor: pointer;
}

/* line 340, ../_main.scss */
.signed-in-as, .lang-selection-header {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #212121;
  margin-bottom: 3px;
}

/* line 347, ../_main.scss */
.lang-subscribe {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial, sans-serif;
}

/* line 351, ../_main.scss */
.lang-subscribe-header {
  margin: 20px 0 2px;
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  font-size: 17px;
}

/* line 358, ../_main.scss */
.lang-subscribe-detail {
  font-size: 13px;
  line-height: 16px;
  color: #8c8c8c;
  padding-left: 25px;
}

/* line 365, ../_main.scss */
.language-selector .signed-in-as, .language-selector .lang-selection-header, .language-selector .lang-subscribe-header {
  color: #ffffff;
}

/* line 369, ../_main.scss */
.lang-selection + hr {
  margin-bottom: 25px;
}

/* line 373, ../_main.scss */
.footer-link-separator {
  margin-left: 5px;
}

/* line 377, ../_main.scss */
.border {
  border-right: 1px solid #b9b9b9;
  float: right;
  height: 23px;
  margin-top: 4px;
}

/* line 384, ../_main.scss */
.nav > li > a {
  padding: 0 15px 0 0;
}

/* line 388, ../_main.scss */
li.mc-help a {
  padding: 0;
}

/* line 392, ../_main.scss */
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

/* line 399, ../_main.scss */
.navbar-right .dropdown-menu {
  min-width: 160px;
}

/* line 403, ../_main.scss */
.navbar-right .dropdown-menu li {
  height: 37px;
  position: relative;
  width: 100%;
}

/* line 409, ../_main.scss */
.navbar-right .dropdown-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 418, ../_main.scss */
.navbar-right .dropdown-menu li:last-child {
  border-bottom: none;
}

/* line 422, ../_main.scss */
.navbar .dropdown-menu > li > a {
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 300;
  padding: 8px 13px;
}

/* line 428, ../_main.scss */
.navbar .dropdown-menu > li > a:hover {
  background-color: #E0EEFF;
}

/* line 432, ../_main.scss */
.chevron {
  background-image: url(/business-chat/assets/images/chevron/chevron_white.png);
  width: 24px;
  height: 24px;
}

/* line 437, ../_main.scss */
a:hover .chevron {
  background-image: url(/business-chat/assets/images/chevron/chevron_hover_white.png);
  width: 24px;
  height: 24px;
}

/* line 442, ../_main.scss */
a:active .chevron {
  background-image: url(/business-chat/assets/images/chevron/chevron_white.png);
  width: 24px;
  height: 24px;
}

/* line 448, ../_main.scss */
.chevron-right {
  background-image: url(/business-chat/assets/images/chevron/chevron_right.png);
  width: 8px;
  height: 12px;
}

/* line 454, ../_main.scss */
.mc-chevron-down {
  background-image: url(/business-chat/assets/images/chevron/chevron_down.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 6px;
}

/* line 463, ../_main.scss */
.mc-open-link {
  background-image: url(/business-chat/assets/images/chat/misc/open-link_2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 11px;
  height: 11px;
}

/* line 472, ../_main.scss */
.navbar-left .chevron {
  display: inline-block;
  margin-top: 5px;
}

/* line 476, ../_main.scss */
.navbar-right .chevron {
  float: right;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

/* line 485, ../_main.scss */
.navbar .help {
  background-image: url(/business-chat/assets/images/icon/reminders_help_normal.png);
  width: 24px;
  height: 27px;
  float: right;
  background-repeat: no-repeat;
  background-position: right 4px;
  margin-left: 10px;
}

/* line 495, ../_main.scss */
.navbar .nav-hr {
  background-image: url(/business-chat/assets/images/misc/hr.png);
  width: 5px;
  height: 22px;
  float: right;
  margin-top: 4px;
}

/** END navigation bar styling **/
/** BEGIN top nav bar styling **/
/* line 507, ../_main.scss */
.navbar-top .navbar-left {
  color: white;
}

/** END top nav bar styling **/
/** BEGIN footer bar styling **/
/* line 515, ../_main.scss */
.footer {
  font-size: 13px;
  padding-top: 10px;
  color: #fff;
}

/* line 521, ../_main.scss */
.footer-link-separator {
  border-right: 1px solid;
  height: 10px;
  margin-top: 4px;
  margin-right: 10px;
}

/* line 528, ../_main.scss */
.footer > .nav > span {
  float: right;
  padding-right: 5px;
}

/* line 532, ../_main.scss */
.footer > .nav > span:first-child {
  padding-right: 0;
}

/** END footer bar styling **/
/** BEGIN panel styling **/
/* line 540, ../_main.scss */
.panel-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  position: absolute;
}

/* line 546, ../_main.scss */
.container-fluid .panel-wrapper {
  left: 40px;
  right: 40px;
  top: 85px;
  min-width: 880px;
}

/* line 553, ../_main.scss */
.container .panel-wrapper {
  left: 12px;
  width: 936px;
}

@media only screen and (min-width: 960px) {
  /* line 559, ../_main.scss */
  .container .panel-wrapper {
    left: 50%;
    margin-left: -469px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 566, ../_main.scss */
  .container .panel-wrapper {
    left: 50%;
    width: inherit;
    margin-left: -486px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 573, ../_main.scss */
  .container .panel-wrapper {
    left: 50%;
    width: inherit;
    margin-left: -586px;
  }
}
/* Fixed height panel, vertically centered */
/* line 582, ../_main.scss */
.panel-wrapper.fixed {
  top: 50%;
  margin-top: -212px;
}

@media only screen and (max-height: 525px) {
  /* line 588, ../_main.scss */
  .panel-wrapper.fixed {
    top: 264px;
  }
}
/* line 593, ../_main.scss */
.panel-wrapper.fixed > .panel {
  min-height: 468px;
  height: 468px;
}

/* line 597, ../_main.scss */
.panel-wrapper.fixed .panel-body {
  max-height: 452px;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* line 604, ../_main.scss */
.panel {
  border: 0;
  border-radius: 0;
  padding: 15px 50px 0 50px;
  margin-bottom: 0;
  min-height: 468px;
}

/* line 613, ../_main.scss */
.panel-header .title {
  font-size: 35px;
}

/* line 617, ../_main.scss */
.panel-header .subtitle {
  font-size: 17px;
}

/* line 621, ../_main.scss */
.panel-header-border {
  margin-bottom: 13px;
}

/* line 625, ../_main.scss */
.panel-body {
  padding: 0;
}

/* line 629, ../_main.scss */
hr.bold {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 633, ../_main.scss */
hr.margin-bottom-med {
  margin-bottom: 15px;
}

/* line 637, ../_main.scss */
hr.margin-top-med {
  margin-top: 15px;
}

/* line 641, ../_main.scss */
.panel-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
  height: 45px;
  padding: 8px 20px;
  font-size: 17px;
  text-align: center;
}

/* line 658, ../_main.scss */
.panel-footer .linkButton {
  margin-top: -2px;
}

/* line 662, ../_main.scss */
.footer-progress {
  width: 400px;
  margin: 0 auto;
}

/* line 667, ../_main.scss */
.shape-circle {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}

/* line 676, ../_main.scss */
.shape-circle.active {
  border: 1px solid #007bff;
  background-color: inherit;
}

/* line 680, ../_main.scss */
.footer-progress .shape-circle {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 686, ../_main.scss */
.static .panel-header {
  font-size: 35px;
  margin-bottom: 7px;
}

/* line 690, ../_main.scss */
.static .panel-header.no-image {
  padding-top: 13%;
}

/* line 694, ../_main.scss */
.static .panel-message {
  font-size: 21px;
  margin-bottom: 30px;
  padding-left: 20%;
  padding-right: 20%;
  color: #9D9E9D;
}

/* line 702, ../_main.scss */
.static .panel-link {
  font-size: 21px;
}

/** END panel styling **/
/** BEGIN form element styling **/
/* line 710, ../_main.scss */
form {
  margin-bottom: 0;
}

/* line 714, ../_main.scss */
.form-group {
  margin-bottom: 43px;
  padding-top: 0;
}

/* line 718, ../_main.scss */
.form-group.error {
  margin-bottom: 22px;
}

/* line 721, ../_main.scss */
.form-group.margin-small {
  margin-bottom: 10px;
}

/* line 724, ../_main.scss */
.form-group.margin-small.error {
  margin-bottom: 5px;
}

/* line 727, ../_main.scss */
form > .form-group:last-child {
  margin-bottom: 10px !important;
}

/* line 730, ../_main.scss */
form > .form-group.error:last-child {
  margin-bottom: 0 !important;
}

/* line 734, ../_main.scss */
.form-group > label,
.control-label {
  padding-left: 0;
  font-size: 13px;
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  margin-bottom: 3px;
}

/* line 743, ../_main.scss */
.readonly-attr {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: -2px;
}

/* line 749, ../_main.scss */
.form-control {
  font-weight: 300;
  font-size: 17px;
  -webkit-font-smoothing: inherit;
  color: #1a1a1a;
  height: 28px;
  border-radius: 2px;
  padding: 0 7px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 763, ../_main.scss */
.form-control.placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* line 766, ../_main.scss */
textarea.form-control {
  padding-top: 2px;
}

/* line 770, ../_main.scss */
.form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px #3b7fca;
  -moz-box-shadow: 0 0 2px #3b7fca;
  box-shadow: 0 0 2px #3b7fca;
  border-color: #1780fb;
}

/* line 777, ../_main.scss */
.form-control[readonly]:focus,
.form-control[disabled]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(204, 204, 204, 0.8);
}

/* line 786, ../_main.scss */
input[type="submit"]:focus {
  outline: none;
  border: none;
}

/* line 791, ../_main.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* line 796, ../_main.scss */
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* line 801, ../_main.scss */
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* line 806, ../_main.scss */
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* line 811, ../_main.scss */
textarea {
  resize: none;
}

/* Dropdown select widget inside a parent form-group element */
/* line 816, ../_main.scss */
.form-group .form-group.dropdownselect {
  padding-top: 0;
  margin-bottom: 0;
}

/* line 821, ../_main.scss */
.select-wrapper {
  height: 28px;
  background-color: #fafafa;
  background-image: url(/business-chat/assets/images/input/dropdown_select.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* line 828, ../_main.scss */
.select-wrapper.dbl-arr {
  background-image: url(/business-chat/assets/images/input/control_dropdown.png);
}

/* line 831, ../_main.scss */
.select-wrapper > select {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-apperance: none;
  appearance: none;
  word-wrap: break-word;
  padding-right: 33px;
  text-indent: 0.01px;
  text-overflow: "";
  white-space: nowrap;
}

/* Firefox Mac */
/* line 848, ../_main.scss */
.form-control.ff,
.select-wrapper.ff {
  padding-bottom: 1px;
}

/* line 853, ../_main.scss */
.select-wrapper.ff {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 2px;
}

/* line 857, ../_main.scss */
.select-wrapper.ff.focus {
  -moz-box-shadow: 0 0 2px #3b7fca;
  box-shadow: 0 0 2px #3b7fca;
  border: 1px solid #1780fb;
}

/* line 862, ../_main.scss */
.select-wrapper.ff > select {
  -moz-appearance: window;
  padding-bottom: 3px;
}

/* line 866, ../_main.scss */
.select-wrapper.ff > select,
.select-wrapper.ff-win > select {
  padding-left: 3px;
}

/* line 871, ../_main.scss */
.select-wrapper > select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px #3b7fca;
  -moz-box-shadow: 0 0 2px #3b7fca;
  box-shadow: 0 0 2px #3b7fca;
  border: 1px solid #1780fb;
}

/* line 878, ../_main.scss */
.select-wrapper > .empty {
  color: rgba(0, 0, 0, 0.3);
}

/* line 882, ../_main.scss */
.form-group > .input-widget > input:not(:first-child) {
  margin-top: 8px;
}

/* line 886, ../_main.scss */
.multi-form-group {
  margin-bottom: 30px;
}

/* line 890, ../_main.scss */
.multi-form-group .form-group {
  margin-bottom: 4px;
}

/* line 894, ../_main.scss */
.input-row > .col-sm-6 {
  padding-left: 0;
  padding-right: 3px;
}

/* line 899, ../_main.scss */
.input-row > .col-sm-6:first-child {
  padding-left: 15px;
}

/* line 903, ../_main.scss */
.input-row > .col-sm-6:last-child {
  padding-right: 15px;
}

/* line 907, ../_main.scss */
.form-progress {
  border-top: 1px solid #E2E2E2;
  padding-top: 10px;
  background-color: #F3F3F3;
}

/* line 913, ../_main.scss */
.errors {
  padding-left: 4px;
  color: #f00;
  position: relative;
  top: 2px;
}

/** END form element styling **/
/** BEGIN input element styling **/
/* line 924, ../_main.scss */
.segmented-picker {
  margin: 0 auto;
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  font-size: 13px;
}

/* line 930, ../_main.scss */
.segmented-picker > .tab {
  cursor: pointer;
  color: #007aff;
  border: 1px solid #007aff;
  border-left: none;
  width: 90px;
  display: inline-block;
  padding: 4px 0 5px;
  float: left;
}

/* line 940, ../_main.scss */
.segmented-picker > .tab.active {
  background-color: #007aff;
  color: white;
}

/* line 944, ../_main.scss */
.segmented-picker > .tab:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #007aff;
}

/* line 949, ../_main.scss */
.segmented-picker > .tab:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 953, ../_main.scss */
.segmented-picker > .tab.disabled {
  color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-left: none;
  cursor: not-allowed;
}

/* line 959, ../_main.scss */
.segmented-picker > .tab.disabled:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 962, ../_main.scss */
.segmented-picker > .tab.active.disabled {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  border-color: transparent;
}

/** END input element styling **/
/** BEGIN image styling **/
/* line 972, ../_main.scss */
.apple_logo {
  background-image: url(/business-chat/assets/images/logo/Apple_Logo.png);
  width: 24px;
  height: 24px;
  float: right;
  background-repeat: no-repeat;
  margin-left: 0;
  margin-top: -5px;
}

/* line 982, ../_main.scss */
.apple_logo-grey {
  background-image: url(/business-chat/assets/images/logo/applelogo.png);
  width: 20px;
  height: 20px;
}

/* line 988, ../_main.scss */
.maps-title {
  background-image: url(/business-chat/assets/images/maps/maps_title_short_white.png);
  width: 81px;
  height: 29px;
  float: left;
  margin-top: 1px;
}

/* line 996, ../_main.scss */
.checkbox-custom {
  background-image: url(/business-chat/assets/images/checkbox/checkbox-normal.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  background-position: center -2px;
}

/* line 1007, ../_main.scss */
.checkbox-custom.active {
  background-image: url(/business-chat/assets/images/checkbox/checkbox-active-selected.png);
}

/* line 1011, ../_main.scss */
.checkbox-custom1 {
  opacity: 0;
  position: absolute;
}

/* When input of checkbox type is rendered */
/* line 1017, ../_main.scss */
.checkbox-custom1 + label {
  display: inline;
  margin: 0;
  margin-left: -2px;
  clear: none;
  padding: 0 0 4px 24px;
  cursor: pointer;
  background: url("/business-chat/assets/images/checkbox/checkbox-normal.png") no-repeat;
  height: 20px;
  width: 20px;
  background-size: contain;
  white-space: nowrap;
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
}

/* clear checkboxes styling on the label */
/* line 1034, ../_main.scss */
.checkbox-custom1:checked + label {
  background: url("/business-chat/assets/images/checkbox/checkbox-selected.png") no-repeat;
}

/* line 1038, ../_main.scss */
.checkbox-custom1:focus + label {
  background: url("/business-chat/assets/images/checkbox/checkbox-focused.png") no-repeat;
}

/* line 1042, ../_main.scss */
.checkbox-custom1:checked:focus + label {
  background: url("/business-chat/assets/images/checkbox/checkbox-focused-selected.png") no-repeat;
}

/* line 1046, ../_main.scss */
.checkbox-custom1:active + label {
  background-image: url(/business-chat/assets/images/checkbox/checkbox-active.png);
}

/* line 1050, ../_main.scss */
.checkbox-custom1:checked:active + label {
  background-image: url(/business-chat/assets/images/checkbox/checkbox-active-selected.png);
}

/* opaque checkboxes styling on the label */
/* line 1055, ../_main.scss */
.checkbox-custom1 + label.checkbox-opaq {
  background: url("/business-chat/assets/images/checkbox1/cb_unchecked_normal.png") no-repeat;
}

/* line 1059, ../_main.scss */
.checkbox-custom1:checked + label.checkbox-opaq {
  background: url("/business-chat/assets/images/checkbox1/cb_checked_normal.png") no-repeat;
}

/* line 1063, ../_main.scss */
.checkbox-custom1:focus + label.checkbox-opaq {
  background: url("/business-chat/assets/images/checkbox1/cb_unchecked_focus.png") no-repeat;
}

/* line 1067, ../_main.scss */
.checkbox-custom1:checked:focus + label.checkbox-opaq {
  background: url("/business-chat/assets/images/checkbox1/cb_checked_focus.png") no-repeat;
}

/* line 1071, ../_main.scss */
.checkbox-custom1:checked:focus:active + label.checkbox-opaq {
  background: url("/business-chat/assets/images/checkbox1/cb_checked_focus_press.png") no-repeat;
}

/* line 1075, ../_main.scss */
.checkbox-custom1:checked:active + label.checkbox-opaq {
  background: url("/business-chat/assets/images/checkbox1/cb_checked_press.png") no-repeat;
}

/* line 1079, ../_main.scss */
.checkbox-custom1:active + label.checkbox-opaq {
  background-image: url(/business-chat/assets/images/checkbox1/cb_unchecked_press.png);
}

/* line 1083, ../_main.scss */
.panel-image {
  margin: 80px auto 15px auto;
}

/* line 1087, ../_main.scss */
.maps-icon {
  background-image: url(/business-chat/assets/images/maps/maps_icon.png);
  width: 98px;
  height: 98px;
}

/* line 1093, ../_main.scss */
.maps-icon-med {
  background-image: url(/business-chat/assets/images/maps/maps_icon_med.png);
  width: 128px;
  height: 128px;
}

/* line 1099, ../_main.scss */
.maps-icon-error {
  background-image: url(/business-chat/assets/images/maps/maps_icon_error.png);
  width: 150px;
  height: 150px;
}

/* line 1105, ../_main.scss */
.business-icon {
  background-image: url(/business-chat/assets/images/logo/business.svg);
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 1113, ../_main.scss */
.maps-icon-error-mobile {
  background-image: url(/business-chat/assets/images/maps/icon_iphone@2x.png);
  width: 90px;
  height: 90px;
  background-size: 90px 90px;
}

/* line 1120, ../_main.scss */
.maps-dialogicon-normal {
  background-image: url(/business-chat/assets/images/maps/maps_dialogicon_normal.png);
  width: 67px;
  height: 67px;
}

/* line 1125, ../_main.scss */
.maps-dialogicon-error {
  background-image: url(/business-chat/assets/images/maps/maps_dialogicon_error.png);
  width: 67px;
  height: 67px;
}

/* line 1131, ../_main.scss */
.trafficlight-red,
.noaccess {
  background-image: url(/business-chat/assets/images/trafficlight/trafficlight_red.png);
  width: 161px;
  height: 77px;
  margin-top: 90px;
}

/* line 1138, ../_main.scss */
.trafficlight-yellow,
.noaccess-yellow {
  background-image: url(/business-chat/assets/images/trafficlight/trafficlight_yellow.png);
  width: 161px;
  height: 77px;
  margin-top: 90px;
}

/* line 1145, ../_main.scss */
.trafficlight-green {
  background-image: url(/business-chat/assets/images/trafficlight/trafficlight_green.png);
  width: 161px;
  height: 77px;
  margin-top: 90px;
}

/* line 1152, ../_main.scss */
.delete-icon {
  background: none;
  border: none;
  background-image: url(/business-chat/assets/images/icon/icon_delete_normal.png);
  width: 24px;
  height: 24px;
}

/* line 1160, ../_main.scss */
.warning-icon {
  background-image: url(/business-chat/assets/images/icon/warning.png);
  width: 35px;
  height: 33px;
}

/* line 1165, ../_main.scss */
.warning-icon-yellow {
  background-image: url(/business-chat/assets/images/icon/warning_yellow.png);
  width: 35px;
  height: 33px;
}

/* line 1171, ../_main.scss */
.icon-status.ok {
  background-image: url(/business-chat/assets/images/icon/icon_ok.png);
  width: 25px;
  height: 25px;
}

/* line 1176, ../_main.scss */
.icon-status.error {
  background-image: url(/business-chat/assets/images/icon/icon_error_normal.png);
  width: 25px;
  height: 25px;
}

/* line 1181, ../_main.scss */
.icon-status.error-small {
  background-image: url(/business-chat/assets/images/icon/icon_error_small.png);
  width: 18px;
  height: 18px;
}

/* line 1186, ../_main.scss */
.icon-status.info {
  background-image: url(/business-chat/assets/images/icon/icon_info_normal.png);
  width: 25px;
  height: 25px;
  cursor: pointer;
}

/* line 1192, ../_main.scss */
.icon-status.reload {
  background-image: url(/business-chat/assets/images/reload_icon.png);
  width: 25px;
  height: 25px;
  cursor: pointer;
}

/* line 1199, ../_main.scss */
.icon-alert-small {
  background-image: url(/business-chat/assets/images/icon/alert.png);
  width: 20px;
  height: 20px;
}

/* line 1205, ../_main.scss */
.contactus {
  background-image: url(/business-chat/assets/images/compose/compose_normal.png);
  width: 42px;
  height: 42px;
  cursor: pointer;
}

/* line 1211, ../_main.scss */
.contactus:hover {
  background-image: url(/business-chat/assets/images/compose/compose_hover.png);
}

/* line 1214, ../_main.scss */
.contactus:active {
  background-image: url(/business-chat/assets/images/compose/compose_down.png);
}

/* line 1218, ../_main.scss */
.pointer {
  background-image: url(/business-chat/assets/images/misc/pointer.png);
  width: 34px;
  height: 15px;
}

/* line 1223, ../_main.scss */
.pointer-yellow {
  background-image: url(/business-chat/assets/images/misc/pointer_yellow.png);
  width: 34px;
  height: 15px;
}

/* line 1228, ../_main.scss */
.pointer-top {
  background-image: url(/business-chat/assets/images/misc/pointer_top.png);
  width: 34px;
  height: 15px;
}

/* line 1234, ../_main.scss */
.arrow-greaterthan {
  background-image: url(/business-chat/assets/images/arrow/arrow_greaterthan_gold_normal.png);
  width: 6px;
  height: 10px;
}

/* line 1239, ../_main.scss */
.arrow-greaterthan:hover {
  background-image: url(/business-chat/assets/images/arrow/arrow_greaterthan_gold_hover.png);
}

/* line 1242, ../_main.scss */
.arrow-greaterthan:active {
  background-image: url(/business-chat/assets/images/arrow/arrow_greaterthan_gold_press.png);
}

/* line 1246, ../_main.scss */
.map-pin {
  background-image: url(/business-chat/assets/images/pin/pin.png);
  width: 33px;
  height: 43px;
}

/* line 1252, ../_main.scss */
.mc-arrow-out {
  background-image: url(/business-chat/assets/images/icon/arrow.svg);
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
}

/* line 1260, ../_main.scss */
.mc-arrow-out-blue {
  background-image: url(/business-chat/assets/images/icon/arrow-blue.svg);
  width: 9px;
  height: 10px;
  display: inline-block;
  background-size: cover;
}

/* line 1268, ../_main.scss */
.mc-arrow-gt {
  background-image: url(/business-chat/assets/images/arrow/arrow_greaterthan_normal.png);
  background-repeat: no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
  background-size: contain;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 1282, ../_main.scss */
  .maps-title {
    background-image: url(/business-chat/assets/images/maps/maps_title_short_white@2x.png);
    background-size: 81px 29px;
  }

  /* line 1287, ../_main.scss */
  .maps-icon {
    background-image: url(/business-chat/assets/images/maps/maps_icon@2x.png);
    background-size: 98px 98px;
  }

  /* line 1292, ../_main.scss */
  .maps-icon-med {
    background-image: url(/business-chat/assets/images/maps/maps_icon_med@2x.png);
    background-size: 128px 128px;
  }

  /* line 1297, ../_main.scss */
  .maps-icon-error {
    background-image: url(/business-chat/assets/images/maps/maps_icon_error@2x.png);
    background-size: 150px 150px;
  }

  /* line 1302, ../_main.scss */
  .maps-dialogicon-normal {
    background-image: url(/business-chat/assets/images/maps/maps_dialogicon_normal@2x.png);
    background-size: 67px 67px;
  }

  /* line 1306, ../_main.scss */
  .maps-dialogicon-error {
    background-image: url(/business-chat/assets/images/maps/maps_dialogicon_error@2x.png);
    background-size: 67px 67px;
  }

  /* line 1311, ../_main.scss */
  .apple_logo {
    background-image: url(/business-chat/assets/images/logo/Apple_Logo@2x.png);
    background-size: 24px 24px;
  }

  /* line 1316, ../_main.scss */
  .apple_logo-grey {
    background-image: url(/business-chat/assets/images/logo/applelogo@2x.png);
    background-size: 20px 20px;
  }

  /* line 1321, ../_main.scss */
  .chevron {
    background-image: url(/business-chat/assets/images/chevron/chevron_white@2x.png);
    background-size: 24px 24px;
  }

  /* line 1325, ../_main.scss */
  a:hover .chevron {
    background-image: url(/business-chat/assets/images/chevron/chevron_hover_white@2x.png);
    background-size: 24px 24px;
  }

  /* line 1329, ../_main.scss */
  a:active .chevron {
    background-image: url(/business-chat/assets/images/chevron/chevron_white@2x.png);
    background-size: 24px 24px;
  }

  /* line 1334, ../_main.scss */
  .chevron-right {
    background-image: url(/business-chat/assets/images/chevron/chevron_right@2x.png);
    background-size: 8px 12px;
  }

  /* line 1339, ../_main.scss */
  .navbar .help {
    background-image: url(/business-chat/assets/images/icon/reminders_help_normal@2x.png);
    background-size: 24px 24px;
  }

  /* line 1344, ../_main.scss */
  .navbar .nav-hr {
    background-image: url(/business-chat/assets/images/misc/hr@2x.png);
    background-size: 5px 22px;
  }

  /* line 1349, ../_main.scss */
  .checkbox-custom {
    background-image: url(/business-chat/assets/images/checkbox/checkbox-normal@2x.png);
    background-size: 20px 20px;
  }

  /* line 1354, ../_main.scss */
  .checkbox-custom.active {
    background-image: url(/business-chat/assets/images/checkbox/checkbox-active-selected@2x.png);
    background-size: 20px 20px;
  }

  /* clear checkboxes styling on the label */
  /* line 1360, ../_main.scss */
  .checkbox-custom1 + label {
    background-image: url(/business-chat/assets/images/checkbox/checkbox-normal@2x.png);
    background-size: 20px 20px;
  }

  /* line 1365, ../_main.scss */
  .checkbox-custom1:active + label {
    background-image: url(/business-chat/assets/images/checkbox/checkbox-active-selected@2x.png);
    background-size: 20px 20px;
  }

  /* line 1370, ../_main.scss */
  .checkbox-custom1:checked + label {
    background: url("/business-chat/assets/images/checkbox/checkbox-active-selected@2x.png") no-repeat;
    background-size: 20px 20px;
  }

  /* line 1375, ../_main.scss */
  .checkbox-custom1:checked:focus + label {
    background: url("/business-chat/assets/images/checkbox/checkbox-focused-selected@2x.png") no-repeat;
    background-size: 20px 20px;
  }

  /* line 1380, ../_main.scss */
  .checkbox-custom1:checked:active + label {
    background-image: url(/business-chat/assets/images/checkbox/checkbox-active-selected@2x.png);
    background-size: 20px 20px;
  }

  /* opaque checkboxes styling on the label */
  /* line 1386, ../_main.scss */
  .checkbox-custom1 + label.checkbox-opaq {
    background: url("/business-chat/assets/images/checkbox1/cb_unchecked_normal@2x.png") no-repeat;
    background-size: 20px 20px;
  }

  /* line 1391, ../_main.scss */
  .checkbox-custom1:checked + label.checkbox-opaq {
    background: url("/business-chat/assets/images/checkbox1/cb_checked_normal@2x.png") no-repeat;
    background-size: 20px 20px;
  }

  /* line 1396, ../_main.scss */
  .checkbox-custom1:focus + label.checkbox-opaq {
    background: url("/business-chat/assets/images/checkbox1/cb_unchecked_focus@2x.png") no-repeat;
    background-size: 20px 20px;
  }

  /* line 1401, ../_main.scss */
  .checkbox-custom1:checked:focus + label.checkbox-opaq {
    background: url("/business-chat/assets/images/checkbox1/cb_checked_focus@2x.png") no-repeat;
    background-size: 20px 20px;
  }

  /* line 1406, ../_main.scss */
  .checkbox-custom1:checked:focus:active + label.checkbox-opaq {
    background: url("/business-chat/assets/images/checkbox1/cb_checked_focus_press@2x.png") no-repeat;
    background-size: 20px 20px;
  }

  /* line 1411, ../_main.scss */
  .checkbox-custom1:active + label.checkbox-opaq {
    background-image: url(/business-chat/assets/images/checkbox1/cb_unchecked_press@2x.png);
    background-size: 20px 20px;
  }

  /* line 1416, ../_main.scss */
  .checkbox-custom1.checked:active + label.checkbox-opaq {
    background-image: url(/business-chat/assets/images/checkbox1/cb_checked_press@2x.png);
    background-size: 20px 20px;
  }

  /* line 1422, ../_main.scss */
  .trafficlight-green {
    background-image: url(/business-chat/assets/images/trafficlight/trafficlight_green@2x.png);
    background-size: 161px 77px;
  }

  /* line 1427, ../_main.scss */
  .trafficlight-yellow,
  .noaccess-yellow {
    background-image: url(/business-chat/assets/images/trafficlight/trafficlight_yellow@2x.png);
    background-size: 161px 77px;
  }

  /* line 1433, ../_main.scss */
  .trafficlight-red,
  .noaccess {
    background-image: url(/business-chat/assets/images/trafficlight/trafficlight_red@2x.png);
    background-size: 161px 77px;
  }

  /* line 1439, ../_main.scss */
  .delete-icon {
    background-image: url(/business-chat/assets/images/icon/icon_delete_normal@2x.png);
    background-size: 24px 24px;
  }

  /* line 1444, ../_main.scss */
  .warning-icon {
    background-image: url(/business-chat/assets/images/icon/warning@2x.png);
    background-size: 35px 33px;
  }

  /* line 1448, ../_main.scss */
  .warning-icon-yellow {
    background-image: url(/business-chat/assets/images/icon/warning_yellow@2x.png);
    background-size: 35px 33px;
  }

  /* line 1453, ../_main.scss */
  .icon-status.ok {
    background-image: url(/business-chat/assets/images/icon/icon_ok@2x.png);
    background-size: 25px 25px;
  }

  /* line 1458, ../_main.scss */
  .icon-status.error {
    background-image: url(/business-chat/assets/images/icon/icon_error_normal@2x.png);
    background-size: 25px 25px;
  }

  /* line 1462, ../_main.scss */
  .icon-status.error-small {
    background-image: url(/business-chat/assets/images/icon/icon_error_small@2x.png);
    background-size: 18px 18px;
  }

  /* line 1467, ../_main.scss */
  .icon-status.info {
    background-image: url(/business-chat/assets/images/icon/icon_info_normal@2x.png);
    background-size: 25px 25px;
  }

  /* line 1472, ../_main.scss */
  .icon-status.reload {
    background-image: url(/business-chat/assets/images/reload_icon@2x.png);
    background-size: 25px 25px;
  }

  /* line 1477, ../_main.scss */
  .icon-alert-small {
    background-image: url(/business-chat/assets/images/icon/alert@2x.png);
    background-size: 20px 20px;
  }

  /* line 1482, ../_main.scss */
  .contactus {
    background-image: url(/business-chat/assets/images/compose/compose_normal@2x.png);
    background-size: 42px 42px;
  }

  /* line 1486, ../_main.scss */
  .contactus:hover {
    background-image: url(/business-chat/assets/images/compose/compose_hover@2x.png);
  }

  /* line 1489, ../_main.scss */
  .contactus:active {
    background-image: url(/business-chat/assets/images/compose/compose_down@2x.png);
  }

  /* line 1493, ../_main.scss */
  .pointer {
    background-image: url(/business-chat/assets/images/misc/pointer@2x.png);
    background-size: 34px 15px;
  }

  /* line 1497, ../_main.scss */
  .pointer-yellow {
    background-image: url(/business-chat/assets/images/misc/pointer_yellow@2x.png);
    background-size: 34px 15px;
  }

  /* line 1501, ../_main.scss */
  .pointer-top {
    background-image: url(/business-chat/assets/images/misc/pointer_top@2x.png);
    background-size: 34px 15px;
  }

  /* line 1506, ../_main.scss */
  .indoor-icon-29 {
    background-image: url(/business-chat/assets/images/indoor/ip_29@2x.png);
    background-size: 29px 29px;
  }

  /* line 1510, ../_main.scss */
  .switcher-icon-indoor-80 {
    background-image: url(/business-chat/assets/images/indoor/ip_80px@2x.png);
    background-size: 80px 80px;
  }

  /* line 1514, ../_main.scss */
  .switcher-icon-indoor-100 {
    background-image: url(/business-chat/assets/images/indoor/switcher_IP@2x.png);
    background-size: 100px 100px;
  }

  /* line 1518, ../_main.scss */
  .switcher-icon-business-80 {
    background-image: url(/business-chat/assets/images/business/bp_80px@2x.png);
    background-size: 80px 80px;
  }

  /* line 1522, ../_main.scss */
  .switcher-icon-business-100 {
    background-image: url(/business-chat/assets/images/business/switcher_BP@2x.png);
    background-size: 100px 100px;
  }

  /* line 1527, ../_main.scss */
  .indoor-icon-29 {
    background-image: url(/business-chat/assets/images/indoor/ip_29@2x.png);
    background-size: 29px 29px;
  }

  /* line 1532, ../_main.scss */
  .arrow-greaterthan {
    background-image: url(/business-chat/assets/images/arrow/arrow_greaterthan_gold_normal@2x.png);
    background-size: 6px 10px;
  }

  /* line 1536, ../_main.scss */
  .arrow-greaterthan:hover {
    background-image: url(/business-chat/assets/images/arrow/arrow_greaterthan_gold_hover@2x.png);
  }

  /* line 1539, ../_main.scss */
  .arrow-greaterthan:active {
    background-image: url(/business-chat/assets/images/arrow/arrow_greaterthan_gold_press@2x.png);
  }

  /* line 1543, ../_main.scss */
  .select-wrapper {
    background-image: url(/business-chat/assets/images/input/dropdown_select@2x.png);
    background-size: 33px 28px;
  }

  /* line 1547, ../_main.scss */
  .select-wrapper.dbl-arr {
    background-image: url(/business-chat/assets/images/input/control_dropdown@2x.png);
    background-size: 33px 28px;
  }

  /* line 1552, ../_main.scss */
  .map-pin {
    background-image: url(/business-chat/assets/images/pin/pin@2x.png);
    background-size: 33px 44px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2.5), only screen and (-o-min-device-pixel-ratio: 5 / 2), only screen and (min--moz-device-pixel-ratio: 2.5), only screen and (min-device-pixel-ratio: 2.5) {
  /* line 1563, ../_main.scss */
  .icon-alert-small {
    background-image: url(/business-chat/assets/images/icon/alert@3x.png);
    background-size: 20px 20px;
  }
}
/* line 1569, ../_main.scss */
.spinner-icon {
  background-image: url(/business-chat/assets/images/icon/spinner.gif);
  background-size: 26px 26px;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}

/** END images **/
/* iPhone & iPad */
@media only screen and (max-device-width: 768px) {
  /* Remove viewport min-width restrictions on mobile */
  /* line 1582, ../_main.scss */
  body,
  .navbar-right,
  .content-wrapper,
  .footer-wrapper {
    min-width: 0;
  }

  /* line 1589, ../_main.scss */
  body {
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}
/* iPhone */
@media only screen and (max-device-width: 480px) {
  /* In desktop mode, the panel-wrapper has a set width based on the browser
     viewport width, which has a minimum value larger than what fits on mobile. */
  /* line 1599, ../_main.scss */
  .panel-wrapper {
    width: 95%;
  }
}
/* iPad in portrait mode */
@media only screen and (min-device-width: 481px) and (max-device-width: 768px) and (orientation: portrait) {
  /* line 1606, ../_main.scss */
  .panel-wrapper,
  .container .panel-wrapper {
    width: 880px;
  }

  /* line 1611, ../_main.scss */
  .container-fluid .panel-wrapper {
    left: 20px;
    right: 20px;
    min-width: 0;
    width: 860px;
  }
}
/* iPhone Portrait mode */
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  /* Fix the position of the panel from the top */
  /* line 1622, ../_main.scss */
  .panel-wrapper.fixed {
    top: 60px;
    margin-top: 0;
  }

  /* Reduce the left & right padding */
  /* line 1628, ../_main.scss */
  .panel {
    padding: 15px 30px 15px 30px;
  }

  /* Reduce the top margin */
  /* line 1633, ../_main.scss */
  .panel-image {
    margin-top: 50px;
  }

  /* Remove left & right padding */
  /* line 1638, ../_main.scss */
  .static .panel-message {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1644, ../_main.scss */
.mc-col-centered, body.mc-mobile .mc-section-imgs, .mc-col-c {
  display: flex !important;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}

/* line 1648, ../_main.scss */
.mc-row-centered, body.mc-standard .mc-action-result .mc-section-imgs, body.mc-tablet .mc-action-result .mc-section-imgs, .mc-row-c {
  display: flex !important;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: center;
}

/* line 1652, ../_main.scss */
.mc-row-centered-reverse {
  display: flex !important;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  display: -ms-flexbox;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: center;
}

/* line 1656, ../_main.scss */
.mc-row-start-reverse {
  display: flex !important;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  display: -ms-flexbox;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: center;
}

/* line 1660, ../_main.scss */
.mc-row-centered-start, .mc-row-c-s {
  display: flex !important;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: flex-start;
}

/* line 1664, ../_main.scss */
.mc-row-start, .mc-row-s {
  display: flex !important;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: flex-start;
}

/* line 1668, ../_main.scss */
.mc-row-centered-end, .mc-row-c-e {
  display: flex !important;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: flex-end;
}

/* line 1672, ../_main.scss */
.mc-row-centered-between, .mc-row-c-b {
  display: flex !important;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: space-between;
}

/* line 1676, ../_main.scss */
.mc-row-start-between, .mc-row-s-b {
  display: flex !important;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: space-between;
}

/* line 1680, ../_main.scss */
.mc-row-stretch-between, .mc-row-st-b {
  display: flex !important;
  display: -webkit-flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  display: -ms-flexbox;
  -ms-flex-direction: row;
  -ms-flex-pack: space-between;
}

/* line 1684, ../_main.scss */
.mc-col-start, .mc-col-s {
  display: flex !important;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: flex-start;
}

/* line 1688, ../_main.scss */
.mc-col-start-centered, .mc-col-s-c {
  display: flex !important;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: flex-start;
}

/* line 1692, ../_main.scss */
.mc-col-centered-start, .mc-col-c-s {
  display: flex !important;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
}

/* line 1696, ../_main.scss */
.mc-rel {
  position: relative;
}

/* line 1700, ../_main.scss */
.mc-ib {
  display: inline-block;
}

/* line 1704, ../_main.scss */
a:hover {
  text-decoration: underline;
}

/* line 1708, ../_main.scss */
.footer-content {
  width: 100%;
  text-align: right;
  font-size: 12px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 1715, ../_main.scss */
.footer-content a {
  color: inherit;
}

/* line 1721, ../_main.scss */
body.mc-mobile .footer-wrapper {
  line-height: 20px;
}
/* line 1724, ../_main.scss */
body.mc-mobile .footer-wrapper .footer-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
/* line 1730, ../_main.scss */
body.mc-mobile .footer-wrapper .footer-content .footer-link-separator {
  display: none;
}

/* line 1738, ../_main.scss */
.mc-phone-shadow {
  filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.4));
}

/* line 1743, ../_main.scss */
.mc-services-section {
  width: 980px;
  font-family: 'SFProText-Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: initial;
}
@media only screen and (max-device-width: 1023px) {
  /* line 1743, ../_main.scss */
  .mc-services-section {
    width: 100%;
  }
}
/* line 1751, ../_main.scss */
.mc-services-section .mc-sub-section-wrap:last-child {
  margin-bottom: 25px;
}
/* line 1755, ../_main.scss */
.mc-services-section .mc-sub-section {
  width: 290px;
  font-size: 15px;
  margin-top: 0;
  background: white;
  padding: 25px 35px;
  border-radius: 6px;
  align-self: stretch;
}
@media only screen and (max-device-width: 767px) {
  /* line 1755, ../_main.scss */
  .mc-services-section .mc-sub-section {
    width: 100%;
  }
}
/* line 1768, ../_main.scss */
.mc-services-section .mc-sub-section .mc-subsection-header {
  height: 40px;
}
/* line 1772, ../_main.scss */
.mc-services-section .mc-sub-section header {
  font-family: 'SFProDisplay SemiBold', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-size: 17px;
  width: 200px;
  line-height: 20px;
}
/* line 1780, ../_main.scss */
.mc-services-section .mc-sub-section .mc-bc-header .mc-beta {
  font-size: 14px;
  color: #EF5602;
}
/* line 1786, ../_main.scss */
.mc-services-section .mc-sub-section .mc-logo {
  width: 35px;
  margin-right: 10px;
}
/* line 1791, ../_main.scss */
.mc-services-section .mc-sub-section .mc-subsection-content {
  padding-top: 10px;
}
/* line 1795, ../_main.scss */
.mc-services-section .mc-sub-section a {
  font-size: 15px;
  padding-top: 2px;
}

/* line 1803, ../_main.scss */
.mc-separator {
  background: url("/assets/images/misc/Separator.png") no-repeat;
  background-size: cover;
  width: 1px;
  height: 22px;
  display: inline-block;
  vertical-align: text-bottom;
}

/* line 1808, ../_main.scss */
.btn-primary {
  background: #0169D9;
  border: 1.5px solid #0169D9;
}

/* main font family */
/* end of main font family */
/* use SFProDisplay font family if font >= 20px */
/* end of SFProDisplay font */
/* common fonts */
/* end of common fonts */
/* line 179, ../_mixins.scss */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 421, ../_mixins.scss */
.mc-bold {
  font-family: 'SFProText-Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: initial;
}

/* line 425, ../_mixins.scss */
.mc-medium {
  font-family: 'SFProText-Medium', 'Helvetica Neue Regular', Helvetica, Arial,sans-serif;
}

/* BEGIN Login page styling */
/* line 3, ../login/_login_common.scss */
body {
  background-color: #000000;
  font-family: 'SFProText-Light', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
/* line 9, ../login/_login_common.scss */
body.modal-open .wrapper {
  z-index: 1050;
}
/* line 14, ../login/_login_common.scss */
body .section {
  padding: 20px;
  padding-top: 70px;
  background: #fafafa;
  width: 100%;
}
/* line 20, ../login/_login_common.scss */
body .content-wrapper {
  padding: 0;
}
/* line 24, ../login/_login_common.scss */
body .mc-communicate-text {
  margin-top: 10px;
}
/* line 29, ../login/_login_common.scss */
body .login-error-popover .mc-close {
  width: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 37, ../login/_login_common.scss */
body .navbar {
  position: absolute;
}
/* line 42, ../login/_login_common.scss */
body.mc-mobile header {
  font-size: 28px !important;
  width: auto !important;
}
/* line 46, ../login/_login_common.scss */
body.mc-mobile header.header-main {
  font-size: 31px;
}
/* line 51, ../login/_login_common.scss */
body.mc-mobile .navbar-wrap {
  padding-left: 20px;
}
/* line 55, ../login/_login_common.scss */
body.mc-mobile .footer-wrapper {
  bottom: 0;
  position: relative;
  padding-left: 20px;
}
/* line 61, ../login/_login_common.scss */
body.mc-mobile .login-panel {
  padding: 90px 20px 50px;
  width: 100%;
}
/* line 66, ../login/_login_common.scss */
body.mc-mobile .mc-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 60px 60px;
}
@media only screen and (device-width: 375px) and (orientation: landscape) {
  /* line 75, ../login/_login_common.scss */
  body.mc-mobile .mc-login-splash .login-panel .mc-content {
    width: 500px;
  }
}
/* line 82, ../login/_login_common.scss */
body.mc-tablet .footer-wrapper {
  bottom: 0;
  position: absolute;
  padding-left: 20px;
}
/* line 90, ../login/_login_common.scss */
body.mc-standard .navbar-left, body.mc-tablet .navbar-left {
  padding-left: 15px;
}
/* line 95, ../login/_login_common.scss */
body.mc-standard .navbar-right .dropdown-menu, body.mc-tablet .navbar-right .dropdown-menu {
  margin-top: 0;
}
/* line 99, ../login/_login_common.scss */
body.mc-standard .navbar-right .dropdown-toggle .mc-user-name, body.mc-tablet .navbar-right .dropdown-toggle .mc-user-name {
  display: inline-block;
  margin-right: 5px;
}
/* line 105, ../login/_login_common.scss */
body.mc-standard .mc-icon, body.mc-tablet .mc-icon {
  width: 60px;
  height: 60px;
}
/* line 110, ../login/_login_common.scss */
body.mc-standard .section, body.mc-tablet .section {
  padding-bottom: 50px;
}
/* line 115, ../login/_login_common.scss */
body a {
  cursor: pointer;
}

/* line 120, ../login/_login_common.scss */
.screen {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 124, ../login/_login_common.scss */
.wrapper {
  position: relative;
  z-index: 10;
}

/* line 129, ../login/_login_common.scss */
.footer-wrapper {
  z-index: 10;
  bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #f2f2f2;
  color: #888888;
  padding-right: 20px;
  width: 100%;
}

/* line 141, ../login/_login_common.scss */
.footer-label .left-label {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
}
/* line 145, ../login/_login_common.scss */
.footer-label .right-label {
  margin-left: -3px;
}

/* line 150, ../login/_login_common.scss */
.mc-standard .navbar-wrap {
  margin-bottom: 0;
  color: white;
  width: 100%;
  margin: 0 auto;
  font-size: 19px;
  font-family: 'SFProText-Medium', 'Helvetica Neue Regular', Helvetica, Arial,sans-serif;
}

/* line 159, ../login/_login_common.scss */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  background: black;
}

/* line 167, ../login/_login_common.scss */
.navbar-right {
  color: rgba(255, 255, 255, 0.75);
}
/* line 170, ../login/_login_common.scss */
.navbar-right li {
  display: inline-block !important;
  padding: 0 2px 0 0;
}
/* line 174, ../login/_login_common.scss */
.navbar-right li:not(:last-child) {
  margin-right: 15px;
}

/* line 180, ../login/_login_common.scss */
.footer-link-separator {
  color: inherit;
}

/* line 184, ../login/_login_common.scss */
.landing-image {
  margin-left: auto;
  margin-right: auto;
  margin-top: -13px;
}

/* line 190, ../login/_login_common.scss */
.mc-hide {
  display: none !important;
}

/* line 194, ../login/_login_common.scss */
.mc-show {
  display: block !important;
}

/* line 200, ../login/_login_common.scss */
.mc-standard .mc-login-splash .mc-content {
  width: 600px;
}
/* line 204, ../login/_login_common.scss */
.mc-standard .mc-login-splash .mc-header {
  font-size: 32px !important;
}
/* line 208, ../login/_login_common.scss */
.mc-standard .mc-login-splash .header-main {
  font-size: 48px;
  text-align: center;
  width: 800px;
  font-family: 'SFProDisplay SemiBold', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}
/* line 216, ../login/_login_common.scss */
.mc-login-splash .login-panel {
  position: relative;
  z-index: 1;
  height: auto;
  color: white;
  padding: 80px 20px;
  max-width: 980px;
}
/* line 224, ../login/_login_common.scss */
.mc-login-splash .login-panel .mc-content {
  width: 750px;
  text-align: center;
  font-family: 'SFProText-Regular', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: initial;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  /* line 216, ../login/_login_common.scss */
  .mc-login-splash .login-panel {
    max-width: 100%;
  }
  /* line 232, ../login/_login_common.scss */
  .mc-login-splash .login-panel .mc-content {
    width: 100%;
  }
}
/* line 237, ../login/_login_common.scss */
.mc-login-splash .login-panel .mc-header {
  font-size: 22px;
  font-family: 'SFProDisplay Medium', 'SFNSText Medium', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: initial;
  margin-bottom: 20px;
}
/* line 243, ../login/_login_common.scss */
.mc-login-splash .login-panel .mc-content {
  font-size: 17px;
  margin-top: 20px;
  line-height: 1.3;
  padding-left: 1px;
}
/* line 250, ../login/_login_common.scss */
.mc-login-splash .login-panel .login-form {
  margin: 30px 0 25px;
  padding-left: 2px;
  position: relative;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 414px) {
  /* line 250, ../login/_login_common.scss */
  .mc-login-splash .login-panel .login-form {
    margin: 0;
  }
}
/* line 260, ../login/_login_common.scss */
.mc-login-splash .login-panel .mc-demo-link {
  margin-top: 13px;
}
/* line 263, ../login/_login_common.scss */
.mc-login-splash .login-panel .mc-demo-link .mc-demo-play {
  margin-right: 7px;
  font-size: 18px;
}
/* line 268, ../login/_login_common.scss */
.mc-login-splash .login-panel .mc-demo-link img {
  width: 17px;
}

/* line 276, ../login/_login_common.scss */
.mc-mobile-landscape .mc-action-content-right {
  padding: 110px 25px;
}
/* line 280, ../login/_login_common.scss */
.mc-mobile-landscape .mc-actions-wrap .mc-phone-action {
  width: 295px;
}

/* line 285, ../login/_login_common.scss */
.login-subtext {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  margin-top: 20px;
}
/* line 292, ../login/_login_common.scss */
.login-subtext a {
  color: rgba(255, 255, 255, 0.75);
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
/* line 299, ../login/_login_common.scss */
.login-subtext a:hover {
  color: #FFFFFF;
}
/* line 302, ../login/_login_common.scss */
.login-subtext a:active {
  color: rgba(255, 255, 255, 0.75);
}

/** BEGIN images **/
/* line 310, ../login/_login_common.scss */
.title-mapsconnect {
  background-image: url(/business-chat/assets/images/text/title_mapsconnect.png);
  width: 366px;
  height: 215px;
  background-repeat: no-repeat;
}

/* line 317, ../login/_login_common.scss */
.password-button {
  background-image: url(/business-chat/assets/images/signin/btn_signin_disabled.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
}
/* line 322, ../login/_login_common.scss */
.password-button.active {
  background-image: url(/business-chat/assets/images/signin/btn_signin_enabled.png);
  cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 329, ../login/_login_common.scss */
  .title-mapsconnect {
    background-image: url(/business-chat/assets/images/text/title_mapsconnect@2x.png);
    background-size: 366px 215px;
  }

  /* line 333, ../login/_login_common.scss */
  .password-button {
    background-image: url(/business-chat/assets/images/signin/btn_signin_disabled@2x.png);
    background-size: 26px 26px;
  }
  /* line 336, ../login/_login_common.scss */
  .password-button.active {
    background-image: url(/business-chat/assets/images/signin/btn_signin_enabled@2x.png);
    cursor: pointer;
  }
}
/** END images **/
/* line 345, ../login/_login_common.scss */
.mc-login-wrap {
  color: white;
}
/* line 347, ../login/_login_common.scss */
.mc-login-wrap .mc-help-text {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
}
/* line 350, ../login/_login_common.scss */
.mc-login-wrap .mc-button {
  margin-top: 20px;
  display: inline-block;
}

/* line 356, ../login/_login_common.scss */
.mc-button {
  color: #fff;
  background-color: #1d9bd9;
  background: -webkit-linear-gradient(#3baee7, #08c);
  background: linear-gradient(#3baee7, #0088cc);
  border-radius: 4px !important;
  border: none;
  padding: 5px 20px;
  font-size: 17px !important;
  line-height: 22px;
}
/* line 366, ../login/_login_common.scss */
.mc-button:hover, .mc-button:focus {
  background: linear-gradient(#4ab4e8, #1491d0);
  color: #fff;
}

/* line 372, ../login/_login_common.scss */
.right-button {
  position: absolute;
  top: 56px;
  right: 10px;
}

/* line 378, ../login/_login_common.scss */
.errors {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* line 387, ../login/_login_common.scss */
.form-group {
  margin-bottom: 0;
}

/* line 391, ../login/_login_common.scss */
form > .form-group:nth-child(2) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 396, ../login/_login_common.scss */
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
}
/* line 399, ../login/_login_common.scss */
input[type="text"], input[type="password"] {
  border-width: 0 0 0 0;
  border-radius: 0;
  font-size: 19px;
  -webkit-font-smoothing: inherit;
  color: #404040;
  font-weight: 300;
  height: 45px;
  width: 100%;
  max-width: 300px;
  padding: 1px 10px 1px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 414, ../login/_login_common.scss */
input:-webkit-autofill {
  background-color: #ffffff !important;
}
/* line 417, ../login/_login_common.scss */
input[type="text"]:-webkit-autofill, input[type="password"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.97) inset;
}
/* line 420, ../login/_login_common.scss */
input[type="text"]:focus {
  outline: none;
}
/* line 423, ../login/_login_common.scss */
input[type="password"] {
  padding-right: 50px;
  float: left;
}
/* line 424, ../login/_login_common.scss */
input[type="password"]:focus {
  outline: none;
}
/* line 431, ../login/_login_common.scss */
input[type="text"].placeholder {
  padding-right: 50px;
  float: left;
}
/* line 435, ../login/_login_common.scss */
input[type="text"][id="login"] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 439, ../login/_login_common.scss */
input[type="text"][id="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 446, ../login/_login_common.scss */
input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 452, ../login/_login_common.scss */
input.placeholder {
  color: rgba(0, 0, 0, 0.3);
}

/* line 457, ../login/_login_common.scss */
.form-group > .input-widget > input:not(:first-child) {
  margin-top: 0;
}

/*** Errors ***/
/* line 463, ../login/_login_common.scss */
.popover.login-error-popover.bottom {
  margin-top: 9px;
}

/* line 468, ../login/_login_common.scss */
.login-error-popover {
  width: 250px;
  background-color: #f6e2a1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
/* line 477, ../login/_login_common.scss */
.login-error-popover:before {
  position: absolute;
  top: 100%;
  right: calc(50% - 12px);
  display: inline-block;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.15);
  content: '';
  z-index: 1;
}
/* line 481, ../login/_login_common.scss */
.login-error-popover:after {
  position: absolute;
  top: calc(100% - 1px);
  right: calc(50% - 12px);
  display: inline-block;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-top-color: #e3e3e3;
  content: '';
  z-index: 1;
}
/* line 485, ../login/_login_common.scss */
.login-error-popover.bottom {
  top: 445px !important;
}
/* line 489, ../login/_login_common.scss */
.login-error-popover.top {
  background-color: #e3e3e3;
}
/* line 494, ../login/_login_common.scss */
.login-error-popover .custom-popover-arrow {
  position: absolute;
  top: 0;
  margin-top: -15px;
  margin-left: -17px;
  left: 50%;
}
/* line 501, ../login/_login_common.scss */
.login-error-popover .custom-popover-arrow.pointer-top {
  top: calc(100% + 15px);
}
/* line 505, ../login/_login_common.scss */
.login-error-popover .popover-content {
  padding: 4px 20px 4px 9px;
  color: #503E30;
}
/* line 509, ../login/_login_common.scss */
.login-error-popover .error-text {
  float: left;
  margin-bottom: 3px;
}
/* line 513, ../login/_login_common.scss */
.login-error-popover .bold {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
}
/* line 517, ../login/_login_common.scss */
.login-error-popover .light {
  margin-top: -1px;
}
/* line 520, ../login/_login_common.scss */
.login-error-popover .iforgot-btn > .btn {
  background-color: #f9e7a9;
  border: 1px solid #c6b481;
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  color: #503E30;
  font-size: 15px;
  padding: 4px 9px;
  margin: 5px 0;
  float: right;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}
/* line 560, ../login/_login_common.scss */
.zoomIn {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* line 569, ../login/_login_common.scss */
.modal-backdrop.in {
  opacity: 0.2;
}

/* line 573, ../login/_login_common.scss */
.error-modal {
  top: 50%;
  margin-top: -100px;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  overflow: visible;
}
/* line 580, ../login/_login_common.scss */
.error-modal .modal-dialog {
  width: 450px;
  margin: 0;
}
/* line 584, ../login/_login_common.scss */
.error-modal .modal-content {
  min-height: 200px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 590, ../login/_login_common.scss */
.error-modal .modal-body {
  padding: 25px;
}
/* line 592, ../login/_login_common.scss */
.error-modal .modal-body .left {
  width: 75px;
  float: left;
  display: inline-block;
  margin-right: 6px;
}
/* line 598, ../login/_login_common.scss */
.error-modal .modal-body .right {
  display: inline-block;
  width: 310px;
}
/* line 601, ../login/_login_common.scss */
.error-modal .modal-body .right .message-header {
  font-size: 19px;
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
  color: #313131;
}
/* line 607, ../login/_login_common.scss */
.error-modal .modal-body .right .message-body {
  font-size: 17px;
  color: #474747;
  line-height: 21px;
  margin-top: 5px;
}
/* line 612, ../login/_login_common.scss */
.error-modal .modal-body .right .message-body .message-text {
  margin-bottom: 36px;
}
/* line 616, ../login/_login_common.scss */
.error-modal .modal-body .right .message-body .actions > span {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
}
/* line 620, ../login/_login_common.scss */
.error-modal .modal-body .right .message-body .actions > span:first-child {
  padding-right: 20px;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
}
/* line 625, ../login/_login_common.scss */
.error-modal .modal-body .right .message-body .actions > span:last-child {
  padding-right: 0;
  padding-left: 14px;
  border-right: 0;
}
/* line 631, ../login/_login_common.scss */
.error-modal .modal-body .right .message-body .actions .ok {
  font-family: 'Helvetica Neue Medium', Helvetica, Arial,sans-serif;
  font-weight: 500;
}

@media only screen and (max-height: 600px) {
  /* line 642, ../login/_login_common.scss */
  .error-modal {
    top: 300px;
  }
}
@media only screen and (max-width: 960px) and (min-device-width: 769px) {
  /* line 648, ../login/_login_common.scss */
  .error-modal {
    left: 480px;
  }
}
/* iPhone & iPad */
@media only screen and (max-device-width: 768px) {
  /* line 655, ../login/_login_common.scss */
  body {
    -webkit-text-size-adjust: 100%;
  }

  /* Remove min-width on the login panel and background images*/
  /* line 659, ../login/_login_common.scss */
  .login-panel, .bg {
    min-width: 0;
  }
}
/* iPhone */
@media only screen and (max-device-width: 480px) {
  /* line 666, ../login/_login_common.scss */
  body {
    min-height: 0;
  }

  /* line 669, ../login/_login_common.scss */
  .bg {
    min-height: 0;
  }
  /* line 671, ../login/_login_common.scss */
  .bg.screen {
    background-color: rgba(0, 0, 0, 0.25);
  }

  /* line 675, ../login/_login_common.scss */
  .navbar {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    background-color: black;
    min-height: 0;
    padding-top: 0;
  }
  /* line 683, ../login/_login_common.scss */
  .navbar .navbar-left {
    margin-left: -1px;
  }
  /* line 687, ../login/_login_common.scss */
  .navbar .navbar-right {
    margin-top: 4px;
  }
  /* line 690, ../login/_login_common.scss */
  .navbar .maps-title {
    background-size: 60px 22px;
    background-repeat: no-repeat;
    width: 60px;
    height: 22px;
  }
  /* line 696, ../login/_login_common.scss */
  .navbar .navbar-left-title, .navbar .navbar-right-text {
    padding-top: 1px;
  }

  /* line 701, ../login/_login_common.scss */
  input[type="text"], input[type="password"] {
    font-size: 17px;
  }

  /* line 705, ../login/_login_common.scss */
  .error-msg-mobile {
    color: white;
    text-align: center;
    font-size: 12px;
    margin: 12px 15px 0 15px;
  }

  /* line 711, ../login/_login_common.scss */
  .error-msg-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 1px;
  }

  /* line 721, ../login/_login_common.scss */
  .footer-wrapper {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 34px;
    line-height: 34px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
  }

  /* line 730, ../login/_login_common.scss */
  .footer {
    font-size: 10px;
    padding-top: 1px;
  }
  /* line 733, ../login/_login_common.scss */
  .footer .nav.navbar-left {
    display: none;
  }
  /* line 736, ../login/_login_common.scss */
  .footer > .nav > span {
    color: white;
  }
  /* line 738, ../login/_login_common.scss */
  .footer > .nav > span:not(:first-child) {
    display: none;
  }

  /* line 743, ../login/_login_common.scss */
  .error-modal {
    width: 300px;
    margin-left: -150px;
    top: 250px;
  }
  /* line 747, ../login/_login_common.scss */
  .error-modal .modal-dialog {
    width: 100%;
  }
  /* line 750, ../login/_login_common.scss */
  .error-modal .modal-body {
    padding-bottom: 15px;
  }
  /* line 752, ../login/_login_common.scss */
  .error-modal .modal-body .left {
    display: none;
  }
  /* line 755, ../login/_login_common.scss */
  .error-modal .modal-body .right {
    width: 100%;
    text-align: center;
  }
  /* line 758, ../login/_login_common.scss */
  .error-modal .modal-body .right .message-header {
    font-size: 17px;
  }
  /* line 761, ../login/_login_common.scss */
  .error-modal .modal-body .right .message-body {
    font-size: 14px;
  }
  /* line 763, ../login/_login_common.scss */
  .error-modal .modal-body .right .message-body .message-text {
    margin-bottom: 15px;
  }
  /* line 766, ../login/_login_common.scss */
  .error-modal .modal-body .right .message-body .actions {
    float: none !important;
    font-size: 17px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0px -25px;
  }
  /* line 772, ../login/_login_common.scss */
  .error-modal .modal-body .right .message-body .actions .ok {
    display: inline-block;
    margin-top: 15px;
  }
}
@media only screen and (max-device-width: 480px) and (max-device-height: 600px) {
  /* line 784, ../login/_login_common.scss */
  html, body {
    height: 100%;
    height: 100%;
  }
}
@media only screen and (max-device-width: 480px) and (min-device-height: 601px) {
  /* line 791, ../login/_login_common.scss */
  html, body {
    height: 100%;
    height: 100%;
  }
}
/* line 797, ../login/_login_common.scss */
.mc-help {
  cursor: pointer;
}

/*hide help on mobile*/
@media only screen and (max-device-width: 480px) {
  /* line 803, ../login/_login_common.scss */
  .nav > li.mc-help {
    display: none;
  }
}
/* line 808, ../login/_login_common.scss */
header {
  font-size: 40px;
  line-height: 1.1;
  font-family: 'SFProDisplay Medium', 'SFNSText Medium', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  font-weight: initial;
}

/* line 814, ../login/_login_common.scss */
#debug-footer {
  background-color: #f5f5f5;
  bottom: 0;
  font-size: 14px;
  padding: 3px 5px;
  position: fixed;
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-animation: hideAnimation 20s;
  -moz-animation: hideAnimation 20s;
  -o-animation: hideAnimation 20s;
  -ms-animation: hideAnimation 20s;
  animation: hideAnimation 20s;
}

/* line 831, ../login/_login_common.scss */
.mc-icon-powerful {
  background-image: url(/business-chat/assets/images/login/Small/icons/icon-powerful.svg);
}

@-webkit-keyframes hideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes hideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hideAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 856, ../login/_login_common.scss */
.mc-icon-personal {
  background-image: url(/business-chat/assets/images/login/Small/icons/icon-personal.svg);
}

/* line 860, ../login/_login_common.scss */
.mc-icon-seamless {
  background-image: url(/business-chat/assets/images/login/Small/icons/icon-seamless.svg);
}

/* line 864, ../login/_login_common.scss */
.mc-logo-genesis-small {
  background-image: url(/business-chat/assets/images/login/large/logos/logo-genesys.png);
}

/* line 868, ../login/_login_common.scss */
.mc-logo-liveperson-small {
  background-image: url(/business-chat/assets/images/login/large/logos/logo-liveperson.png);
}

/* line 872, ../login/_login_common.scss */
.mc-logo-nuance-small {
  background-image: url(/business-chat/assets/images/login/large/logos/logo-nuance.png);
}

/* line 876, ../login/_login_common.scss */
.mc-logo-salesforce-small {
  background-image: url(/business-chat/assets/images/login/large/logos/logo-salesforce.png);
}

/* line 880, ../login/_login_common.scss */
.copyright {
  width: 980px;
  margin: 0 auto;
  font-size: 12px;
}

/* line 886, ../login/_login_common.scss */
.mc-secondary-action {
  color: #0169D9;
  font-size: 17px;
  border: 1px solid #0169D9;
  padding: 5px 20px;
  border-radius: 5px;
  background: white;
  font-family: 'SFProText-Medium', 'Helvetica Neue Regular', Helvetica, Arial,sans-serif;
  cursor: pointer;
}
/* line 896, ../login/_login_common.scss */
.mc-secondary-action:hover {
  color: #4EA2FF;
}
/* line 900, ../login/_login_common.scss */
.mc-secondary-action:active {
  background: #4EA2FF;
  font-family: 'SFProText-Medium', 'Helvetica Neue Regular', Helvetica, Arial,sans-serif;
}
/* line 905, ../login/_login_common.scss */
.mc-secondary-action.mc-alert-action {
  color: #FF3B30;
  border: 1px solid #FF3B30;
}

/* line 912, ../login/_login_common.scss */
.btn-primary a {
  color: white;
}

/* line 917, ../login/_login_common.scss */
.mc-signin {
  font-family: 'SFProText-Medium', 'Helvetica Neue Regular', Helvetica, Arial,sans-serif;
  font-size: 17px;
  margin: 25px 0;
  min-width: 150px;
}

/* line 924, ../login/_login_common.scss */
.mc-signin-with-connect-wrap {
  margin-top: 20px;
}
/* line 927, ../login/_login_common.scss */
.mc-signin-with-connect-wrap .mc-signin-with-connect {
  color: #0169D9;
}
/* line 930, ../login/_login_common.scss */
.mc-signin-with-connect-wrap .mc-signin-with-connect:hover {
  color: #75b7fe;
}
/* line 934, ../login/_login_common.scss */
.mc-signin-with-connect-wrap .mc-signin-with-connect.mc-dark-bg {
  color: white;
  text-decoration: underline;
}
/* line 938, ../login/_login_common.scss */
.mc-signin-with-connect-wrap .mc-signin-with-connect.mc-dark-bg:hover {
  color: white;
}

/* line 945, ../login/_login_common.scss */
.mc-non-breaking {
  white-space: nowrap;
}

/* line 949, ../login/_login_common.scss */
.mc-disabled {
  pointer-events: none;
}

/* line 953, ../login/_login_common.scss */
.mc-m-t-5 {
  margin-top: 5px !important;
}

/* line 957, ../login/_login_common.scss */
.mc-m-t-10 {
  margin-top: 10px !important;
}

/* line 961, ../login/_login_common.scss */
.mc-m-l-10 {
  margin-left: 10px;
}

/* line 965, ../login/_login_common.scss */
.mc-clickable {
  cursor: pointer;
}

/* line 969, ../login/_login_common.scss */
.dropdown-menu {
  top: calc(100% + 8px) !important;
}
/* line 973, ../login/_login_common.scss */
.dropdown-menu li:not(.mc-no-hover):hover .bp-arrow-right {
  background: url("../img_mc/../img/svg/arrow_right_large.svg") no-repeat;
  background-size: contain;
  width: 4px;
  height: 8px;
  display: inline-block;
}
/* line 979, ../login/_login_common.scss */
.dropdown-menu.mc-menu-right-pos:before {
  position: absolute;
  top: -12px;
  right: 20px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-bottom-color: lightgray;
  content: '';
  z-index: 1;
  left: auto !important;
}
/* line 984, ../login/_login_common.scss */
.dropdown-menu.mc-menu-right-pos:after {
  position: absolute;
  top: -11px;
  right: 20px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-bottom-color: white;
  content: '';
  z-index: 1;
  left: auto !important;
}
/* line 991, ../login/_login_common.scss */
.dropdown-menu.mc-menu-left-pos:before {
  position: absolute;
  top: -12px;
  left: 10px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-bottom-color: lightgray;
  content: '';
  z-index: 1;
}
/* line 995, ../login/_login_common.scss */
.dropdown-menu.mc-menu-left-pos:after {
  position: absolute;
  top: -11px;
  left: 10px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  border-left: 8px solid transparent;
  border-bottom-color: white;
  content: '';
  z-index: 1;
}
/* line 1001, ../login/_login_common.scss */
.dropdown-menu.bp-no-arrow:before, .dropdown-menu.bp-no-arrow:after {
  display: none;
}

/* line 1007, ../login/_login_common.scss */
.mc-visible {
  visibility: visible !important;
}

/* line 1011, ../login/_login_common.scss */
.mc-hidden {
  visibility: hidden;
}

/* line 5, ../login/_login.scss */
body.mc-standard .mc-action-result, body.mc-tablet .mc-action-result {
  padding: 70px 20px;
  max-width: 980px;
  width: 100%;
}
/* line 10, ../login/_login.scss */
body.mc-standard .mc-action-result:nth-child(odd), body.mc-tablet .mc-action-result:nth-child(odd) {
  background: white !important;
}
/* line 14, ../login/_login.scss */
body.mc-standard .mc-action-result .mc-section-desc, body.mc-tablet .mc-action-result .mc-section-desc {
  width: 690px;
  margin-top: 30px;
  margin: 30px auto;
  font-size: 18px;
}
/* line 21, ../login/_login.scss */
body.mc-standard .mc-action-result .mc-section-desc-demo, body.mc-tablet .mc-action-result .mc-section-desc-demo {
  width: 500px;
}
/* line 25, ../login/_login.scss */
body.mc-standard .mc-action-result .mc-section-imgs, body.mc-tablet .mc-action-result .mc-section-imgs {
  margin-top: 55px;
}
/* line 30, ../login/_login.scss */
body.mc-standard .mc-action-result .mc-section-imgs .mc-phone-action:first-child, body.mc-tablet .mc-action-result .mc-section-imgs .mc-phone-action:first-child {
  margin-right: 25px;
}
/* line 36, ../login/_login.scss */
body.mc-standard .mc-action-result .mc-content, body.mc-tablet .mc-action-result .mc-content {
  margin-top: 15px;
  min-height: 75px;
}
/* line 44, ../login/_login.scss */
body.mc-mobile .mc-login-splash .login-panel .login-form {
  margin-top: 30px;
}
/* line 48, ../login/_login.scss */
body.mc-mobile .mc-section-imgs {
  position: relative;
}
/* line 52, ../login/_login.scss */
body.mc-mobile .mc-section-imgs .mc-phone-action {
  margin-top: 20px;
}
/* line 56, ../login/_login.scss */
body.mc-mobile .mc-section-imgs .mc-phone-action:not(.mc-active) {
  display: none;
}
/* line 61, ../login/_login.scss */
body.mc-mobile .mc-actions-wrap .mc-action-result {
  padding-top: 70px;
  overflow: hidden;
}
/* line 67, ../login/_login.scss */
body.mc-mobile .mc-logo.mc-itc-logo {
  height: 20px;
  width: auto;
}
/* line 74, ../login/_login.scss */
body .mc-carousel-wrap {
  margin-top: 25px;
}
/* line 77, ../login/_login.scss */
body .mc-carousel-wrap .mc-item:not(.mc-active) {
  opacity: 0.32;
}
/* line 82, ../login/_login.scss */
body .mc-carousel-wrap .mc-nav {
  width: 40px;
  height: 40px;
}
/* line 86, ../login/_login.scss */
body .mc-carousel-wrap .mc-nav:not(.mc-disabled) {
  cursor: pointer;
}
/* line 90, ../login/_login.scss */
body .mc-carousel-wrap .mc-nav.mc-prev {
  margin-right: 40px;
  display: inline-block;
  background: url(/business-chat/assets/images/arrow/leftarrow_gray_bg.png);
  background-size: contain;
}
/* line 95, ../login/_login.scss */
body .mc-carousel-wrap .mc-nav.mc-prev.mc-disabled {
  background: url(/business-chat/assets/images/arrow/leftdisabledarrow_gray_bg.png);
  background-size: contain;
}
/* line 101, ../login/_login.scss */
body .mc-carousel-wrap .mc-nav.mc-next {
  margin-left: 40px;
  display: inline-block;
  background: url(/business-chat/assets/images/arrow/rightarrow_gray_bg.png);
  background-size: contain;
}
/* line 106, ../login/_login.scss */
body .mc-carousel-wrap .mc-nav.mc-next.mc-disabled {
  background: url(/business-chat/assets/images/arrow/rightdisabledarrow_gray_bg.png);
  background-size: contain;
}
@media only screen and (max-height: 600px), only screen and (max-width: 960px) {
  /* line 115, ../login/_login.scss */
  body .bg {
    background-attachment: scroll;
  }
}
/* line 120, ../login/_login.scss */
body .indoor-login {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 6px;
}
/* line 128, ../login/_login.scss */
body .mc-blue-arrow-right {
  background: url("/assets/images/arrow/arrow_right_blue.svg") no-repeat;
  height: 11px;
}
