/* "Helvetica LT Std" could be used, but it looks funny in some browsers */
/* line 10, ../../scss/app/widgets/_accordion.scss */
.w_accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 12, ../../scss/app/widgets/_accordion.scss */
.w_accordion .accordion-summary {
  cursor: pointer;
  background-color: #414141;
  font-family: "Segoe UI", Calibri, Arial, sans-serif;
  font-size: 0.875rem;
  color: white;
  font-weight: bold;
  padding: 0.5rem 0.9375rem;
  text-transform: uppercase;
  border-bottom: 1px solid #656668;
  position: relative;
  text-decoration: none;
  -webkit-transform: rotate(0.0deg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 306, ../../scss/vzrf/base/_global.scss */
.w_accordion .accordion-summary:hover {
  text-decoration: none;
}
/* line 310, ../../scss/vzrf/base/_global.scss */
.w_accordion .accordion-summary:before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.375rem;
  display: inline;
  position: relative;
}
/* line 26, ../../scss/app/widgets/_accordion.scss */
.w_accordion .accordion-summary:before {
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0.625rem;
  content: "\e678";
  color: white;
}
/* line 35, ../../scss/app/widgets/_accordion.scss */
.w_accordion .accordion-summary.open:before {
  content: "\e680";
}
/* line 41, ../../scss/app/widgets/_accordion.scss */
.w_accordion .accordion-details {
  padding: 0.9375rem;
}

/* line 50, ../../scss/app/widgets/_accordion.scss */
.m_checklist > li {
  padding: 0 !important;
  border: none !important;
  min-height: 0 !important;
}
/* line 55, ../../scss/app/widgets/_accordion.scss */
.m_checklist > li input[type="checkbox"] + label:not(.island) {
  padding: 0.3125rem 1.5625rem;
}
/* line 59, ../../scss/app/widgets/_accordion.scss */
.m_checklist > li .checklist-review {
  margin: 0.5rem 0 0 0;
  /*float:left;*/
}
/* line 64, ../../scss/app/widgets/_accordion.scss */
.m_checklist > li .vzicon {
  margin: -0.3125rem 0.5rem 0 0.5rem;
  float: left;
}
/* line 67, ../../scss/app/widgets/_accordion.scss */
.m_checklist > li .vzicon:before {
  font-size: 1.875rem;
}

/* line 74, ../../scss/app/widgets/_accordion.scss */
.m_list-control > li {
  padding-left: 1.5625rem !important;
}
/* line 78, ../../scss/app/widgets/_accordion.scss */
.m_list-control .m_accordion-summary {
  position: relative;
}
/* line 81, ../../scss/app/widgets/_accordion.scss */
.m_list-control .m_accordion-summary:before {
  display: block;
  position: relative;
  float: right;
  top: 20px;
  margin-right: 20px !important;
}

/* line 91, ../../scss/app/widgets/_accordion.scss */
.m_panel {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #a3a3a3;
  padding: 0.625rem !important;
}
/* line 95, ../../scss/app/widgets/_accordion.scss */
.m_panel > p {
  margin-bottom: 0 !important;
}

/* line 100, ../../scss/app/widgets/_accordion.scss */
.incomplete-list {
  float: left;
  margin: 0.3125rem 0 0.625rem 0;
  min-width: 11.875rem;
}

/* line 1, ../../scss/app/components/_side-tab.scss */
.side-tab {
  display: inline-block;
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: 3.125rem;
  background-color: #ed1c24;
  color: white;
  font-family: "ApexBold";
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.25rem 0.625rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  z-index: 400;
}
/* line 17, ../../scss/app/components/_side-tab.scss */
.side-tab:hover {
  color: white;
  background-color: #c0171d;
}

/* line 21, ../../scss/app/app.scss */
.show-for-desktop {
  display: none !important;
}

/* line 25, ../../scss/app/app.scss */
html.desktop {
  background-color: #fff;
}
/* line 28, ../../scss/app/app.scss */
html.desktop body {
  background-color: #fff;
}

/* line 34, ../../scss/app/app.scss */
body.desktop,
html.desktop {
  background-color: #fff;
}
/* line 38, ../../scss/app/app.scss */
body.desktop .show-for-desktop,
html.desktop .show-for-desktop {
  display: inherit !important;
}
/* line 42, ../../scss/app/app.scss */
body.desktop .hide-for-desktop,
html.desktop .hide-for-desktop {
  display: none !important;
}
/* line 46, ../../scss/app/app.scss */
body.desktop .desktop-padding-top-zero,
html.desktop .desktop-padding-top-zero {
  padding-top: 0 !important;
}
/* line 49, ../../scss/app/app.scss */
body.desktop .desktop-margin-top-zero,
html.desktop .desktop-margin-top-zero {
  margin-top: 0 !important;
}
/* line 53, ../../scss/app/app.scss */
body.desktop .desktop-padding-top-tiny,
html.desktop .desktop-padding-top-tiny {
  padding-top: 0.625rem !important;
}
/* line 57, ../../scss/app/app.scss */
body.desktop .desktop-margin-bottom-large,
html.desktop .desktop-margin-bottom-large {
  margin-bottom: 1.25rem !important;
}

/* line 65, ../../scss/app/app.scss */
html.hide-top-bar .w_top-bar,
body.hide-top-bar .w_top-bar {
  display: none;
}
/* line 68, ../../scss/app/app.scss */
html.hide-top-bar .main,
body.hide-top-bar .main {
  padding-top: 0;
}

/* line 73, ../../scss/app/app.scss */
[data-back-button] {
  display: none !important;
}

/* line 79, ../../scss/app/app.scss */
body.show-back [data-back-button],
html.show-back [data-back-button] {
  display: inline-block !important;
}

/* line 84, ../../scss/app/app.scss */
body.hide-percent #completion {
  display: none !important;
}

/* line 20, ../../scss/app/_neue-haas.scss */
.nhg-display-roman {
  font-family: 'nhgDisplayRoman', Arial;
}

/* line 24, ../../scss/app/_neue-haas.scss */
.nhg-text-roman {
  font-family: 'nhgTextRoman', Arial;
}

/* line 28, ../../scss/app/_neue-haas.scss */
.nhg-display-bold {
  font-family: 'nhgDisplayBold', Arial;
}

/* line 32, ../../scss/app/_neue-haas.scss */
.nhg-text-bold {
  font-family: 'nhgTextBold', Arial;
}

/* line 36, ../../scss/app/_neue-haas.scss */
.text-10 {
  font-size: 0.625rem;
}

/* line 40, ../../scss/app/_neue-haas.scss */
.text-12 {
  font-size: 0.75rem;
}

/* line 44, ../../scss/app/_neue-haas.scss */
.text-14 {
  font-size: 0.875rem;
}

/* line 48, ../../scss/app/_neue-haas.scss */
.text-16 {
  font-size: 1rem;
}

/* Helper Classes */
/* line 3, ../../scss/app/widgets/_helpers.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../../scss/app/widgets/_helpers.scss */
.button-100 {
  width: 100px;
}

/* line 10, ../../scss/app/widgets/_helpers.scss */
.button-160 {
  width: 160px;
}

/* line 13, ../../scss/app/widgets/_helpers.scss */
.col-w-270 {
  max-width: 270px;
}
.col-w-200 {
  max-width: 250px;
}
/* line 16, ../../scss/app/widgets/_helpers.scss */
.col-w-80 {
  max-width: 80px;
}

/* line 19, ../../scss/app/widgets/_helpers.scss */
.col-w-300 {
  max-width: 300px;
}

/* line 22, ../../scss/app/widgets/_helpers.scss */
.col-w-400 {
  max-width: 400px;
}

/* line 25, ../../scss/app/widgets/_helpers.scss */
.col-w-500 {
  max-width: 500px;
}

/* line 28, ../../scss/app/widgets/_helpers.scss */
.col-w-600 {
  max-width: 600px;
}

/* Repair Ticket Styles */
/* VZRF Edits */
/* line 4, ../../scss/app/widgets/_repair-ticket.scss */

/* line 8, ../../scss/app/widgets/_repair-ticket.scss */
.main {
  /* Change Font-Family here */
  font-family: ApexBook;
}

/* line 13, ../../scss/app/widgets/_repair-ticket.scss */
h4 {
  font-size: 1.25rem;
}

h4.gs {
  font-size: 1.12rem;
}

/* line 16, ../../scss/app/widgets/_repair-ticket.scss */
.text-18 {
  font-size: 1.125rem;
}

/* line 19, ../../scss/app/widgets/_repair-ticket.scss */
.text-20 {
  font-size: 1.25rem;
}

/* line 23, ../../scss/app/widgets/_repair-ticket.scss */
#btnSubmit {
  margin-right: 0.625rem;
}

@media screen and (min-width: 768px) {
  /* line 28, ../../scss/app/widgets/_repair-ticket.scss */
  .button-space {
    display: none;
  }
}
/* Repair Ticket Login Page */
/* line 34, ../../scss/app/widgets/_repair-ticket.scss */
#userNand, #zipNand {
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  /* line 38, ../../scss/app/widgets/_repair-ticket.scss */
  #userNand, #zipNand {
    display: none;
  }
}
/* line 42, ../../scss/app/widgets/_repair-ticket.scss */
#repairId {
  margin-bottom: 0.9375rem;
}

/* Review Repair & Details Page */
/* line 47, ../../scss/app/widgets/_repair-ticket.scss */
#reviewRepair,
#repairDetails {
  margin-bottom: 0.9375rem;
}

/* line 51, ../../scss/app/widgets/_repair-ticket.scss */
.review-ticket-details p,
.review-shipping-details p {
  font-size: 0.875rem;
}

/* Reschedule Date Page */
/* line 57, ../../scss/app/widgets/_repair-ticket.scss */
.activation-date {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #2e67b2;
}

/* line 62, ../../scss/app/widgets/_repair-ticket.scss */
.other-date {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #428944;
}

/* Thank You Page */
/* line 69, ../../scss/app/widgets/_repair-ticket.scss */
#thankYou {
  margin-bottom: 0.9375rem;
}

/* UpdateInfo Page */
/* line 74, ../../scss/app/widgets/_repair-ticket.scss */
#updateInfo {
  margin-bottom: 0.9375rem;
}
#ticketNumber,#ticketlabel
{
	margin-left:20px;
	width :250px;
}
#zipCode,#zipCodelabel
{
	margin-left:20px;
}
