body {
  overflow: hidden;
}
@font-face {
  font-family: "Xerox Sans UI";
  src: url("../fonts/XeroxSansUI-Regular.ttf") format("truetype");
  src: url("../fonts/XeroxSansUI-Regular.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: "Xerox Sans UI";
  src: url("../fonts/XeroxSansUI-Bold.ttf") format("truetype");
  src: url("../fonts/XeroxSansUI-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "Xerox Sans UI";
  src: url("../fonts/XeroxSansUILight-Regular.ttf") format("truetype");
  src: url("../fonts/XeroxSansUILight-Regular.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "XeroxGlyphRegular";
  src: url("../fonts/XeroxGlyph-Regular.otf") format("opentype");
  font-weight: 300;
}

.xrx-action-bar-label {
  font-weight: 300;
}

.action-selector-container {
  position: absolute;
  width: 100%;
  margin-top: 92px;
}

.center-text {
  text-align: center;
}

.white-text {
  color: white;
}
.violet-text {
  color: #380a2e;
}

.text-right {
  text-align: right;
}

.float-right {
  float: right;
}

.center-activity {
  margin: auto;
  width: 17%;
}

.xrx-activity-indicator {
  margin: 0 auto !important;
}

.privacy-statement p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  margin-bottom: 10px;
}

.privacy-statement h4 {
  margin-bottom: 20px;
}

.privacy-statement ul {
  margin-bottom: 20px;
}

.privacy-statement ul li {
  font-size: 16px;
  text-align: justify;
}

.privacy-statement p.subtitle {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.avoid-clicks {
  pointer-events: none;
}

.preview-lower-toolbar {
  width: 100%;
}

.preview-lower-left {
  width: 33%;
  float: left;
}

.preview-lower-center {
  width: 34%;
  text-align: center;
  margin: 0 auto;
}

.preview-lower-right {
  width: 33%;
  float: right;
  text-align: right;
}

.invalid-input {
  border-color: #ef3e41 !important;
  box-shadow: 0 0 0 1px #fff, inset 1px 1px 2px rgba(239, 62, 65, 0.5) !important;
  background-color: rgba(239, 62, 65, 0.35) !important;
}
.invalid-field-message {
  color: #bc1620;
  text-shadow: #fff 0 1px 0;
  font-size: small;
}

.invalid-field-glyph {
  color: #ef3e41;
  text-shadow: #fff 0 1px 0;
  font-size: small;
}

.scan-options-table {
  margin-bottom: 10px;
}

.scan-options-separator {
  height: 10px;
}

.scan-options-short-separator {
  height: 5px;
}

.scan-options-long-separator {
  height: 15px;
}

.scan-option-icon {
  height: 42px;
  width: 42px;
  margin-top: -5px;
  border-radius: 5px;
  background: white;
  padding: 2px;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
}

.no-side-margins {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

p.navy {
  color: #062148;
}

.clearfix {
  overflow: auto;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .xrx-glyphicon {
  position: absolute;
  padding-left: 20px;
  padding-top: 15px;
  pointer-events: none;
}

.forced-enabled-text {
  color: #062148 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

/* align icon */
.left-addon .xrx-glyphicon {
  left: 0px;
}
.right-addon .xrx-glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 70px !important;
}
.right-addon input {
  padding-right: 60px !important;
}

.xrx-glyphicon-relative {
  position: relative !important;
  left: 0 !important;
  vertical-align: middle;
}

button.disabled {
  color: rgba(6, 33, 72, 0.35) !important;
  border-color: rgba(6, 33, 72, 0.35) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.xrxBanner.popup-xw-banner {
  z-index: 999;
}

.toggle-wrapper {
  float: right;
}
.toggle-wrapper .xrx-toggleswitch {
  margin-right: 0 !important;
}