/* line 4, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 18, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table,
div, span, object, iframe, p,
pre, a, abbr, acronym, address,
code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend,
caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 21, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote, q {
  quotes: "" "";
}
/* line 67, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 22, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
th, td, caption {
  float: none !important;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 23, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 24, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/reset/_utilities.scss */
a img {
  border: none;
}

/* line 53, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
html, body {
  height: 100%;
}

/* line 57, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
body {
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  height: 100%;
  min-height: 100%;
}

/* line 66, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
header, nav, article, footer, address {
  display: block;
}

/* line 70, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
header {
  background: #1a1a1a;
  background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(black));
  background: -moz-linear-gradient(top, #333333, black);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#333333', endColorstr='black');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#333333', endColorstr='black')";
  font-family: "Arial", sans-serif;
  font-weight: normal;
  height: 45px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
/* line 79, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
header .logo {
  background-image: url(new_logo_4.png);
  background-repeat: no-repeat;
  background-position: middle left;
  margin-top: 6px;
  margin-left: 4em;
  width: 300px;
  height: 40px;
  float: left;
}

header .verizon-logo {
  background-repeat: no-repeat;
  background-position: middle left;
  margin-top: 6px;
  margin-left: 1em;
  width: 350px;
  height: 40px;
  float: left;
}

header .verizon-logo p {
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  padding-left: 2em;
  padding-top: 0.5em;
}

/* line 88, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
header .logo p {
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  padding-left: 2em;
  padding-top: 0.5em;
}
/* line 97, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
header .menu {
  display: none;
}
/* line 101, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
header .tagline {
  font-size: 1.2em;
  float: right;
  width: 60%;
  height: 1em;
  text-align: right;
  vertical-align: middle;
  padding-top: 0.9em;
  padding-right: 3em;
  color: #ccc;
  font-weight: bold;
  font-style: italic;
}
header .verizon-tagline {
  font-size: 1.2em;
  float: right;
  width: 60%;
  height: 1em;
  text-align: right;
  vertical-align: middle;
  padding-right: 3em;
  color: #ccc;
  font-weight: bold;
  font-style: italic;
}
/* line 117, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.layout {
  background: #555555;
}

/* line 262, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.controller_controls button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 4px 0;
  padding: 8px 10px;
  border: 2px solid #988f8f;
  font-size: 1em;
  vertical-align: text-bottom;
  outline: none;
  background: white;
  display: inline;
}
/* line 134, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.controller_controls button:focus {
  border: 2px solid #f7b40e;
  color: #3b687b;
}
/* line 138, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.controller_controls button:hover {
  background: #f7efda;
}

/* line 267, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main {
  padding: 15px;
  height: 100%;
  width: 100%;
  min-width: 540px;
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  z-index: 10;
}
/* line 149, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .details {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 12px;
  color: #4a4444;
}
/* line 155, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .details .title, .wizard_main .details .step-title {
  font-size: 1.6em;
  font-weight: bold;
}
/* line 161, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .details .step-info {
  font-style: italic;
  font-size: 1.6em;
  font-size: 1.25em;
  padding: 0em;
}
/* line 170, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .details .title, .wizard_main .details .title > h1, .wizard_main .details .step-info {
  vertical-align: text-bottom;
}
/* line 174, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content {
  padding: 1em;
  margin-right: auto;
  max-width: 600px;
  font-size: 0.9em;
  background: white;
  background-image: url("logo_only.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
}
/* line 186, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content p {
  margin-bottom: 1em;
}
/* line 190, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content form {
  padding: 1em;
  font-size: 0.9em;
}
/* line 194, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content .field-group {
  overflow: hidden;
}
/* line 197, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content .validation-error {
  margin: 6px;
  padding: 8px 0 6px 0;
}
/* line 202, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content label, .wizard_main .content input {
  display: block;
}
/* line 206, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content label {
  font-weight: bold;
  margin-top: 15px;
}
/* line 210, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content input {
  width: 200px;
}
/* line 213, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content input, .wizard_main .content button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 4px 0;
  padding: 8px 10px;
  border: 2px solid #988f8f;
  font-size: 1em;
  vertical-align: text-bottom;
  outline: none;
  background: white;
  display: inline;
}
/* line 134, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content input:focus, .wizard_main .content button:focus {
  border: 2px solid #f7b40e;
  color: #3b687b;
}
/* line 138, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content input:hover, .wizard_main .content button:hover {
  background: #f7efda;
}
/* line 216, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content label {
  margin: 4px 0;
  padding: 8px 10px;
  font-size: 1em;
  vertical-align: text-bottom;
  display: inline;
}
/* line 223, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content img {
  vertical-align: text-bottom;
  display: inline;
}
/* line 229, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content button:hover {
  background: #fad371;
}
/* line 233, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content button[disabled], .wizard_main .content button[disabled="disabled"], .wizard_main .content button.disabled {
  background: #eee;
}
/* line 238, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content button#next {
  background-image: url(rs.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
/* line 246, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content .gwt-CheckBox input {
  float: left;
  width: auto;
  border: none;
}
/* line 251, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content .gwt-CheckBox label {
  display: inline;
  position: relative;
  top:0.4em;
}
/* line 255, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content .panel_validated {
  padding-top: 1em;
}
/* line 275, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content div div .field-group .field-textbox {
  float: left;
  width: 255px;
}
/* line 278, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content div div .field-group .field-textbox .gwt-Label {
  font-size: 18px;
}
/* line 282, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content div div .field-group a {
  display: block;
  margin-top: 30px;
}
/* line 288, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content .button-panel {
  color: #6A6A6A;
  text-align: left;
  padding: 5px 0 10px 10px;
  width: 300px;
  clear: both;
  float: left;
}
/* line 297, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard_main .content div .field-input {
  color: #6A6A6A;
  text-align: left;
  padding: 5px 0 10px 10px;
  width: 300px;
  float: left;
  clear: both;
}

/* line 308, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main {
  padding: 15px;
  height: 100%;
  width: 100%;
  min-width: 540px;
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  z-index: 10;
  margin: 3em auto 0 3em;
  position: relative;
}
/* line 149, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .details {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  overflow: hidden;
  padding: 8px 12px;
  color: #4a4444;
}
/* line 155, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .details .title, .wizard-main .details .step-title {
  font-size: 1.6em;
  font-weight: bold;
}
/* line 161, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .details .step-info {
  font-style: italic;
  font-size: 1.6em;
  font-size: 1.25em;
  padding: 0em;
}
/* line 170, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .details .title, .wizard-main .details .title > h1, .wizard-main .details .step-info {
  vertical-align: text-bottom;
}
/* line 174, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content {
  padding: 1em;
  margin-right: auto;
  max-width: 610px;
  font-size: 0.9em;
  background: white;
  background-image: url("logo_only.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
}
/* line 186, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content p {
  margin-bottom: 1em;
}
/* line 190, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content form {
  padding: 1em;
  font-size: 0.9em;
}
/* line 194, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content .field-group {
  overflow: hidden;
}
/* line 197, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content .validation-error {
  margin: 6px;
  padding: 8px 0 6px 0;
}
/* line 202, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content label, .wizard-main .content input {
  display: block;
}
/* line 206, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content label {
  font-weight: bold;
  margin-top: 15px;
}
/* line 210, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content input {
  width: 200px;
}
/* line 213, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content input, .wizard-main .content button {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 4px 0;
  padding: 8px 10px;
  border: 2px solid #988f8f;
  font-size: 1em;
  vertical-align: text-bottom;
  outline: none;
  background: white;
  display: inline;
}
/* line 134, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content input:focus, .wizard-main .content button:focus {
  border: 2px solid #f7b40e;
  color: #3b687b;
}
/* line 138, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content input:hover, .wizard-main .content button:hover {
  background: #f7efda;
}
/* line 216, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content label {
  margin: 4px 0;
  padding: 8px 10px;
  font-size: 1em;
  vertical-align: text-bottom;
  display: inline;
}
/* line 223, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content img {
  vertical-align: text-bottom;
  display: inline;
}
/* line 229, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content button:hover {
  background: #fad371;
}
/* line 233, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content button[disabled], .wizard-main .content button[disabled="disabled"], .wizard-main .content button.disabled {
  background: #eee;
}
/* line 238, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content button#next {
  background-image: url(rs.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
/* line 246, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content .gwt-CheckBox input {
  width: auto;
  border: none;
}
/* line 251, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content .gwt-CheckBox label {
  display: inline;
}
/* line 255, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .content .panel_validated {
  padding-top: 1em;
}
/* line 318, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.wizard-main .details {
  border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
}

/* line 325, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.layout {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -52px;
}

/* line 333, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.layout-footer, #footer {
  height: 20px;
}

/* line 337, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#footer {
  background: #c9c4c4;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1dfdf), to(#b0aaaa));
  background: -moz-linear-gradient(top, #e1dfdf, #b0aaaa);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#e1dfdf', endColorstr='#b0aaaa');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e1dfdf', endColorstr='#b0aaaa')";
  color: #151313;
  padding: 20px 16px 12px 16px;
  position: relative;
}
/* line 343, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#footer p.tag {
  text-shadow: 0px 1px 0px white;
  float: left;
}
/* line 348, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#footer p.footer-menu {
  font-size: 0.9em;
  float: right;
}
/* line 353, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#footer a, #footer a:active, #footer a:visited {
  padding: 5px;
  color: black;
  text-decoration: none;
}
/* line 357, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#footer a:hover, #footer a:active:hover, #footer a:visited:hover {
  color: #f7b40e;
  background: black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 366, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
body.loading {
  background: white;
}
/* line 368, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
body.loading p#loadingText {
  font-weight: bold;
  padding: 1em 0;
}
/* line 372, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
body.loading div#loadingIconParent {
  height: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
}
/* line 380, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
body.loading div#loadingIcon {
  height: 100%;
  min-height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding-top: 100px;
}
/* line 390, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
body.loading img#loadingIcon {
  cursor: wait;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 474, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel {
  padding-top: 13px;
}
/* line 414, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel tr td {
  empty-cells: show !important;
  vertical-align: top;
}
/* line 419, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupTopLeft, .gwt-DecoratedPopupPanel .popupTopRight, .gwt-DecoratedPopupPanel .popupBottomLeft, .gwt-DecoratedPopupPanel .popupBottomRight, .gwt-DecoratedPopupPanel .popupMiddleLeft, .gwt-DecoratedPopupPanel .popupMiddleRight, .gwt-DecoratedPopupPanel .popupTopLeft, .gwt-DecoratedPopupPanel .popupTopRight {
  width: 15px !important;
  height: 15px !important;
}
/* line 424, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupTopLeft, .gwt-DecoratedPopupPanel .popupTopRight, .gwt-DecoratedPopupPanel .popupBottomLeft, .gwt-DecoratedPopupPanel .popupBottomRight, .gwt-DecoratedPopupPanel .popupTopLeft, .gwt-DecoratedPopupPanel .popupTopRight {
  display: block !important;
}
/* line 428, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupTopLeft {
  background: transparent url(/activation/idOnDemand/styles/images/popup/top-left.png) no-repeat scroll left top !important;
}
/* line 432, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupTopRight {
  background: transparent url(/activation/idOnDemand/styles/images/popup/top-right.png) no-repeat scroll left top !important;
}
/* line 436, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupBottomLeft {
  background: transparent url(/activation/idOnDemand/styles/images/popup/bottom-left.png) no-repeat scroll left top !important;
}
/* line 440, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupBottomRight {
  background: transparent url(/activation/idOnDemand/styles/images/popup/bottom-right.png) no-repeat scroll left top !important;
}
/* line 444, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupMiddleCenter {
  height: 99%;
}
/* line 449, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupMiddleCenter, .gwt-DecoratedPopupPanel .popupMiddleLeft, .gwt-DecoratedPopupPanel .popupMiddleRight,
.gwt-DecoratedPopupPanel .popupBottomCenter, .gwt-DecoratedPopupPanel .popupTopCenter {
  background: white !important;
}
/* line 452, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupTopCenter, .gwt-DecoratedPopupPanel .popupBottomCenter {
  height: 15px !important;
  _width: 96% !important;
}
/* line 457, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupTopCenter .popupTopCenterInner {
  height: 15px !important;
  background: none;
  display: inline;
  position: relative;
}
/* line 462, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratedPopupPanel .popupTopCenter .popupTopCenterInner .cancel-button {
  width: 35px;
  height: 28px;
  float: right;
  margin: -13px 0 0;
  _margin: -16px 0 0;
  _position: relative !important;
  display: inline;
}

/* line 483, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel {
  padding-top: 13px;
}
/* line 414, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel tr td {
  empty-cells: show !important;
  vertical-align: top;
}
/* line 419, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .topLeft, .gwt-DecoratorPanel .topRight, .gwt-DecoratorPanel .bottomLeft, .gwt-DecoratorPanel .bottomRight, .gwt-DecoratorPanel .middleLeft, .gwt-DecoratorPanel .middleRight, .gwt-DecoratorPanel .topLeft, .gwt-DecoratorPanel .topRight {
  width: 15px !important;
  height: 15px !important;
}
/* line 424, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .topLeft, .gwt-DecoratorPanel .topRight, .gwt-DecoratorPanel .bottomLeft, .gwt-DecoratorPanel .bottomRight, .gwt-DecoratorPanel .topLeft, .gwt-DecoratorPanel .topRight {
  display: block !important;
}
/* line 428, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .topLeft {
  background: transparent url(/activation/idOnDemand/styles/images/popup/top-left.png) no-repeat scroll left top !important;
}
/* line 432, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .topRight {
  background: transparent url(/activation/idOnDemand/styles/images/popup/top-right.png) no-repeat scroll left top !important;
}
/* line 436, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .bottomLeft {
  background: transparent url(/activation/idOnDemand/styles/images/popup/bottom-left.png) no-repeat scroll left top !important;
}
/* line 440, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .bottomRight {
  background: transparent url(/activation/idOnDemand/styles/images/popup/bottom-right.png) no-repeat scroll left top !important;
}
/* line 444, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .middleCenter {
  height: 99%;
}
/* line 449, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .middleCenter, .gwt-DecoratorPanel .middleLeft, .gwt-DecoratorPanel .middleRight,
.gwt-DecoratorPanel .bottomCenter, .gwt-DecoratorPanel .topCenter {
  background: white !important;
}
/* line 452, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .topCenter, .gwt-DecoratorPanel .bottomCenter {
  height: 15px !important;
  _width: 96% !important;
}
/* line 457, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .topCenter .topCenterInner {
  height: 15px !important;
  background: none;
  display: inline;
  position: relative;
}
/* line 462, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-DecoratorPanel .topCenter .topCenterInner .cancel-button {
  width: 35px;
  height: 28px;
  float: right;
  margin: -13px 0 0;
  _margin: -16px 0 0;
  _position: relative !important;
  display: inline;
}

/* line 491, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.error-pop {
  width: 550px !important;
  height: 400px !important;
  margin: 100px auto;
}
/* line 498, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.error-pop .popupMiddleCenter .popupMiddleCenterInner.popupContent .error-mesg {
  height: 300px;
  overflow: scroll;
  background: #E3E3E3;
  padding: 10px;
  width: 550px;
}
/* line 504, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.error-pop .popupMiddleCenter .popupMiddleCenterInner.popupContent .error-mesg P {
  text-align: left;
  font-size: 0.814em;
  font-family: sans-serif;
  line-height: 1.3em;
}
/* line 511, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.error-pop .popupMiddleCenter .popupMiddleCenterInner.popupContent .error-close, .error-pop .popupMiddleCenter .popupMiddleCenterInner.popupContent .error-logo {
  float: left;
  height: 80px !important;
  width: 285px;
  background: white;
  display: inline;
}
/* line 520, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.error-pop .popupMiddleCenter .popupMiddleCenterInner.popupContent .error-logo IMG {
  position: relative;
  top: 10px;
  left: -5px;
}
/* line 527, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.error-pop .popupMiddleCenter .popupMiddleCenterInner.popupContent .error-close BUTTON {
  height: 83px !important;
  width: 275px;
  border: none;
  background: white url(/activation/idOnDemand/styles/images/buttons/error-close.png) no-repeat;
}

/* line 538, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.gwt-HTML {
  background: transparent;
}

/* line 542, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
a {
  text-decoration: none;
  color: #323232;
}
/* line 545, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
a:hover {
  color: #D59A10;
}

/* line 550, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls {
  padding: 0.5em;
}
/* line 552, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls #content {
  padding-top: 2em;
}
/* line 556, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls #heading h1 {
  font-weight: bold;
  font-size: x-large;
}
/* line 559, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls #heading h1 strong {
  display: block;
  font-size: small;
}
/* line 565, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls #step {
  padding-bottom: 0.5em;
}
/* line 567, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls #step .gwt-Image {
  padding-left: 2em;
}
/* line 570, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls #step .downloadImage, #web-controls #step #downloadImage {
  padding-bottom: 1em;
}
/* line 574, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls .note {
  font-size: small;
  font-style: italic;
}
/* line 577, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
#web-controls .note a {
  font-weight: bold;
}

/* line 584, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.glass-label {
  border-color: white;
  padding: 2em;
  background-color: white;
  color: black;
  border-radius: 1em;
  font-weight: bold;
  font-family: sans-serif;
}

/* line 596, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.panel_validated img {
  padding: 14px 0.3em;
}

/* line 602, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.shadow-holding {
  position: relative;
  width: 210px;
}
/* line 605, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.shadow-holding span {
  position: absolute;
  top: 13px;
  left: 12px;
  color: #999;
  font-size: 15px;
}

/* line 612, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
SPAN.tooltip-show {
  display: block;
  position: absolute;
  padding: 10px 0px 0;
  width: 200px;
  color: #FFF;
  text-align: left;
  font-size: 12px;
  font-family: sans-serif;
  line-height: 18px;
  filter: alpha(opacity=95);
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  z-index: 1;
}

/* line 629, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.tooltip-show SPAN.top {
  display: block;
  padding: 35px 8px 0;
  background: url(../idOnDemand/styles/images/tooltips/bubble.gif) no-repeat top;
}
/* line 633, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.tooltip-show SPAN.middle {
  /*different middle bg for stretch*/
  display: block;
  padding: 0 10px 0 15px;
  background: url(../idOnDemand/styles/images/tooltips/bubble_filler.png) repeat bottom;
}
/* line 638, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.tooltip-show SPAN.bottom {
  display: block;
  padding: 3px 8px 10px;
  background: url(../idOnDemand/styles/images/tooltips/bubble.gif) no-repeat bottom;
}

/* line 645, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
div.panel_validated span#required {
  color: red;
  font-size: 25px;
  position: relative;
  top: 12px;
  left: 3px;
}
/* line 651, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
div.panel_validated > input {
  float: left;
}
/* line 654, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
div > span.tooltip-float, div > span.tooltip-normal {
  top: 20px;
}
/* line 656, ../../src/main/resources/styles/scss/sass/partials/_idod.scss */
.imageRotate {
	margin-left: 50px;
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); /* IE 9 */
    -webkit-transform:rotate(-90deg);
}
.wizard_main .content .gwt-CheckBox input,  .wizard_main .content .gwt-CheckBox label  {
    height:30px;
    margin:0px;
    padding: 0px;
    margin-right:15px;
    margin-bottom:15px;
}