@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
::selection {
  background: rgba(65, 168, 222, 0.5);
  color: inherit;
  text-shadow: none;
}
body {
  font: 81.25%/1.5 Arial, Helvetica, sans-serif;
  font-family: "Segoe WP", "Nimbus Sans L", Arial, "Helvetica Neue", "Helvetica", sans-serif;
  color: #454545;
  min-width: 998px;
  background: #f2eff5;
  background: #f2f5ef;
  background: #f5f2ef;
  background: #f0f3f6;
}
abbr[title] {
  cursor: help;
}
sup {
  font-size: .6em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  text-decoration: none;
  color: #138ed5;
  cursor: pointer !important;
}
a:hover {
  text-decoration: underline;
}
.pt-link__disabled {
  cursor: not-allowed;
  color: #757575;
}
.pt-link__disabled:hover {
  text-decoration: none;
}
.pt-button-container {
  padding-left: 2px;
  padding-bottom: 5px;
  white-space: nowrap;
  clear: both;
  margin: 1em 0 1em;
  display: block;
}
.pt-button-container:after {
  content: '';
  display: block;
  clear: both;
}
.pt2-button {
  display: inline-block;
  color: #29a7e6;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff 0%, #fcfcfc 100%);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  min-width: 10em;
  margin: 0 .7em 0 0;
  text-transform: uppercase;
  border: none;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  padding: .3em .8em .5em .8em;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: background-color 0.25s cubic-bezier(0.35, 0, 0.25, 1), -webkit-box-shadow 0.25s cubic-bezier(0.35, 0, 0.25, 1), color 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: background-color 0.25s cubic-bezier(0.35, 0, 0.25, 1), -moz-box-shadow 0.25s cubic-bezier(0.35, 0, 0.25, 1), color 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: background-color 0.25s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.25s cubic-bezier(0.35, 0, 0.25, 1), color 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: background-color 0.25s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.25s cubic-bezier(0.35, 0, 0.25, 1), color 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
.pt2-button__primary {
  background: #29a7e6;
  color: #fff;
}
.pt2-button__primary:hover {
  background: #1891ce;
}
.pt2-button__inverted {
  border: 2px solid #29a7e6;
}
.pt2-button__secondary {
  background: #f76719;
  color: #fff;
}
.pt2-button__secondary:hover {
  background: #df5408;
}
.pt2-button__cancel {
  background: #ececec;
  color: #000;
}
.pt2-button__cancel:hover {
  background: #d8d8d8;
}
.pt2-button__max {
  width: 100%;
}
.pt2-button__min {
  min-width: 0;
}
.pt2-button__confirm {
  background: #6eb72a;
  color: #fff;
}
.pt2-button__confirm:hover {
  background: #5a9622;
}
.pt2-button__disabled {
  background: #757575;
  color: #fff;
  cursor: not-allowed;
}
.pt2-button__disabled:hover {
  background: #616161;
}
.pt2-button-flat {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.pt2-button-flat:hover {
  color: #fff;
  background: #29a7e6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.pt2-button-flat__secondary:hover {
  background: #f76719;
}
.pt2-button-flat__cancel:hover {
  background: #ececec;
  color: #000;
}
.pt2-button-flat__confirm:hover {
  background: #6eb72a;
}
.pt2-button-container__affixed {
  position: fixed;
  bottom: -200px;
  left: 20em;
  height: 71px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(to bottom, #ffffff 0, rgba(255, 255, 255, 0.85) 100%);
  border-top: 1px solid #e0e0e0;
  margin: 0;
  right: 1.5em;
  padding: 1em 1em 1em 0em;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pt2-button-container__affixed__absolute {
  position: absolute;
  left: 0;
}
.pt2-button-container__affixed.affix {
  bottom: 0;
}
.pt2-button-container__affixed-plug {
  height: 71px;
}
.pt-tab {
  -webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  display: inline-block;
  color: #138ed5;
  min-width: 13em;
  margin: 0 -0.5em;
  /*text-transform: uppercase;*/
  border: none;
  outline: none;
  border-bottom: 3px solid transparent;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  padding: .3em 2.5em .7em;
  text-decoration: none !important;
  cursor: pointer;
}
.pt-tab__active {
  color: #212121;
  border-bottom-color: #29a7e6;
}
.pt-tab:hover {
  border-bottom-color: initial;
  border-bottom-color: #29a7e6;
}
.pt-tab__secondary {
  padding: 0.4em 1em 0.7em;
  float: left;
  margin-top: 1em;
}
.pt-tab__secondary:hover {
  border-bottom-color: transparent;
  background: #daeef9;
}
.pt-tab-step {
  border-bottom-color: initial;
}
.pt-tab-step__active ~ .pt-tab-step {
  border-bottom-color: transparent;
  color: #757575;
}
.pt-tab-step__active {
  font-weight: bold;
  border-bottom-color: initial;
  color: #29a7e6;
}
.pt-tab-step:hover {
  color: #29a7e6;
  border-bottom-color: initial;
}
.pt-tab-container {
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
  overflow: hidden;
}
.pt-tab__max {
  width: 100%;
}
.pt-tab__min {
  min-width: 0;
  padding: .3em .5em;
  margin: 0 .3em;
  margin: 0;
}
.pt-button-container {
  text-align: left;
  /*.pt-button-confirm {
        float: right;
    }*/
}
.pt-hidden {
  display: none;
}
.pt-hidden-legacy {
  display: none !important;
}
.pt-header {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.pt-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.pt-nav {
  background: #29a7e6;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0 1.5em;
  font-size: 1.2em;
}
.pt-nav-item {
  float: left;
  text-decoration: none;
  color: #fff;
  position: relative;
  min-width: 4em;
  text-align: center;
  padding: 1em .7em;
  padding: 0.6em 0.7em;
  display: block;
}
.pt-nav-item__first {
  margin-left: -1.5em;
  padding-left: 1.5em;
  padding-right: 20px;
}
.pt-nav-item__last {
  margin-right: -1.5em;
  padding-right: 1.5em;
  text-align: left;
}
.pt-nav-link {
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.pt-nav-link:hover,
.pt-nav-link.active {
  background: #178bc5;
  text-decoration: none;
}
.pt-nav-active {
  background: #178bc5;
}
.pt-nav__secondary {
  background: #F4FAFD;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
}
.pt-nav__secondary-link {
  color: initial;
  color: #138ed5;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-bottom: 0.5em;
  padding-top: 0.2em;
  margin: 0.2em -1px -1px 0;
  border: 1px solid transparent;
  border-top-width: 3px;
  /*&:nth-child(1):hover {
                border-top-color: #555;
            }
            &:nth-child(2):hover {
                border-top-color: #29a7e6;
            }
            &:nth-child(3):hover {
                border-top-color: #6eb72a;
            }
            &:nth-child(4):hover {
                border-top-color: #7029E6;
            }*/
}
.pt-nav__secondary-link:hover {
  border-color: #ccc;
  border-bottom-color: transparent;
  background: #f0f3f6;
  color: #212121;
}
.pt-nav__secondary-link__active {
  border-color: #ccc;
  border-bottom-color: transparent;
  border-top-color: #29a7e6;
  background: #f0f3f6;
  color: #212121;
}
.pt-nav__secondary-link__active:nth-child(5) {
  border-top-color: #f27f0d;
}
.pt2-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  left: 0;
  min-width: 13em;
  display: none;
  background: #fff;
  margin-right: -1.5em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
.pt2-dropdown__min {
  min-width: 1em !important;
  width: 5.65em;
}
.pt2-dropdown__min li {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.pt2-dropdown-container {
  position: relative;
}
.pt2-dropdown-container:hover .pt2-dropdown {
  display: block;
}
.pt2-dropdown--item {
  width: 100%;
  padding: .4em !important;
  text-align: left;
}
.pt-justified-list {
  text-align: justify;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #e9e9e9;
  padding: 6px 6px 0 6px;
  font-size: 0.9em;
}
.pt-justified-list ul,
.pt-justified-list a {
  display: inline;
}
.pt-justified-list li,
.pt-justified-list span {
  display: inline-block;
}
.pt-justified-list span {
  position: relative;
  width: 100%;
  height: 0;
}
.pt2-container {
  position: relative;
  padding: 3.5em 1.5em 0 20em;
  padding: 3em 1.5em 0 20em;
  -webkit-transition: padding 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: padding 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: padding 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: padding 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
.pt2-container__no-side-nav {
  padding-left: 1.5em;
}
.pt2-container__no-side-nav .pt2-side-nav {
  left: -100%;
}
.pt2-container__inverted {
  background: #f8f8f8;
}
.pt-content {
  width: 100%;
  margin-top: 1.5em;
}
.pt-content .panel {
  float: left;
  width: 49%;
}
.pt-content .right {
  float: right;
  width: 49%;
}
.pt-content #secondary {
  display: none;
}
.pt-gears {
  background-image: url(/Common/Images/loading/loading_transparent.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.pt-wait-gears {
  height: 16em;
  background-image: url(/Common/Images/loading/loading_transparent.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.pt-side-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pt-side-nav-item {
  padding: 0.4em 1em 0.4em 2.25em;
  display: block;
  color: #138ed5;
  border-left: 3px solid transparent;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.pt-side-nav-item__label {
  color: #757575;
  padding: 0 .4em !important;
}
.pt-side-nav-item__label:hover {
  background: transparent !important;
}
.pt-side-nav-item.active {
  color: #212121;
  font-weight: bold;
  border-color: #29a7e6;
}
.pt-side-nav-item:hover {
  background: #DAEEF9;
  text-decoration: none;
}
.pt-side-nav-panel {
  width: 18.5em;
  background: #fefefe;
  border-right: 1px solid #e9e9e9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  position: fixed;
  top: 3.5em;
  overflow-x: hidden;
  overflow-y: auto;
}
.pt-side-nav-panel h2,
.pt-side-nav-panel dt {
  font-size: 123%;
  font-weight: bold;
  padding-left: 1.5em;
}
.pt-side-nav-panel-wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6em;
}
.pt-side-nav-panel-gears {
  background-image: url(/Common/Images/loading/loading_transparent.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
.pt-side-nav-panel-footer {
  border-top: 1px solid #e9e9e9;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 6.2em;
  padding: 0.8em 1.5em;
  font-size: 13px;
}
.pt-side-nav-panel-footer-link {
  float: left;
}
.pt-side-nav-panel-footer-link + .pt-side-nav-panel-footer-link:before {
  content: '\ffed';
  margin-right: 0.5em;
}
.pt2-badge {
  display: inline-block;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  padding: 0px 8px 2px 7px;
  margin: -2px 0;
  margin: -0.2em 0;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.2em;
  min-width: 1.8em;
}
.pt2-badge__info,
.pt2-badge {
  background: #0b78cb;
  border-color: #0b78cb;
  background: #29a7e6;
  border-color: #29a7e6;
}
.pt2-badge__critical {
  background: #d70000;
  border-color: #d70000;
}
.pt2-badge__success {
  background: #6eb72a;
  border-color: #6eb72a;
}
.pt2-badge__warning {
  background: #d76f00;
  border-color: #d76f00;
}
.pt2-badge__muted {
  background: #949494;
  border-color: #949494;
}
.pt2-badge__loyalty {
  background: #ff8000;
  border-color: #ff8000;
  background: #f27f0d;
  border-color: #f27f0d;
}
.pt2-badge__small {
  font-size: .7em;
  text-transform: uppercase;
}
.pt2-badge__inverted {
  background: #fff;
}
.pt2-status__info {
  color: #0b78cb;
  color: #29a7e6;
}
.pt2-status__critical {
  color: #d70000;
}
.pt2-status__success {
  color: #6eb72a;
}
.pt2-status__warning {
  color: #d76f00;
}
.pt2-status__muted {
  color: #949494;
  color: #757575;
}
.pt-status {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.45em solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  margin: 0 0.4em 0 0;
}
.pt-status-info,
.pt-status {
  border-color: #0b78cb;
  box-shadow: 0 0 0 1px #ffffff;
}
.pt-status-muted {
  border-color: #757575;
  box-shadow: 0 0 0 1px #ffffff;
}
.pt-status-warning {
  border-color: #d76f00;
  box-shadow: 0 0 0 1px #ffffff;
}
.pt-status-danger {
  border-color: #d70000;
  box-shadow: 0 0 0 1px #ffffff;
}
.pt-status-success {
  border-color: #6eb72a;
  box-shadow: 0 0 0 1px #ffffff;
}
.pt-status-container {
  color: #fff;
  position: relative;
}
.pt-status-container-info,
.pt-status-container {
  background: #0b78cb;
}
.pt-status-container-muted {
  background: #757575;
}
.pt-status-container-warning {
  background: #d76f00;
}
.pt-status-container-danger {
  background: #d70000;
}
.pt-status-container-success {
  background: #6eb72a;
}
.pt2-column {
  display: block;
  float: left;
  margin: 0 0 0 1.6%;
  position: relative;
}
.pt2-column:first-child {
  margin-left: 0;
}
.pt2-column-container {
  zoom: 1;
  /* For IE 6/7 */
}
.pt2-column-container:before,
.pt2-column-container:after {
  content: "";
  display: table;
}
.pt2-column-container:after {
  clear: both;
}
.pt2-column__span-12-of-12 {
  width: 100%;
}
.pt2-column__span-11-of-12 {
  width: 91.53333333%;
}
.pt2-column__span-10-of-12 {
  width: 83.06666667%;
}
.pt2-column__span-9-of-12 {
  width: 74.6%;
}
.pt2-column__span-8-of-12 {
  width: 66.13333333%;
}
.pt2-column__span-7-of-12 {
  width: 57.66666667%;
}
.pt2-column__span-6-of-12 {
  width: 49.2%;
}
.pt2-column__span-5-of-12 {
  width: 40.73333333%;
}
.pt2-column__span-4-of-12 {
  width: 32.26666667%;
}
.pt2-column__span-3-of-12 {
  width: 23.8%;
}
.pt2-column__span-2-of-12 {
  width: 15.33333333%;
}
.pt2-column__span-1-of-12 {
  width: 6.86666667%;
}
.pt2-column__span-7-of-12 {
  width: 57.66666667%;
}
.pt2-column__span-6-of-12 {
  width: 49.2%;
}
.pt2-column__span-5-of-12 {
  width: 40.73333333%;
}
.pt2-column__span-4-of-12 {
  width: 32.26666667%;
}
.pt2-column__span-3-of-12 {
  width: 23.8%;
}
.pt2-column__span-2-of-12 {
  width: 15.33333333%;
}
.pt2-column__span-1-of-12 {
  width: 6.86666667%;
}
.pt-corner {
  position: absolute;
  top: 0;
  right: 0;
  overflow: visible;
  height: 0;
  width: 0;
  border: 1.3em solid transparent;
}
.pt-corner,
.pt-corner-mute {
  border-top-color: #eee;
  border-right-color: #eee;
}
.pt-corner-content {
  color: #fff;
  top: -1.3em;
  position: relative;
}
.pt-corner-warning {
  border-top-color: #d76f00;
  border-right-color: #d76f00;
}
.pt-corner-critical {
  border-top-color: #d70000;
  border-right-color: #d70000;
}
.pt-corner-approved {
  border-top-color: #6eb72a;
  border-right-color: #6eb72a;
}
.pt-card {
  -webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  white-space: normal;
  vertical-align: top;
  position: relative;
  /*opacity: 0.7;*/
  color: #29a7e6;
  border-width: 1px;
  border-style: solid;
  /*background: #fff;*/
  /*cursor: pointer;*/
  /*transform: scale(1) translateY(-2.5%);*/
}
.pt-card-selected {
  transform: scale(1.1) translateY(0);
  opacity: 1;
  box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.26);
}
.lte8 .pt-card-selected {
  border-width: 3px;
}
.pt-card-selected:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 1.3em solid transparent;
  border-top-color: #29a7e6;
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 0 -1.3em 0;
}
.pt-card-approved {
  color: #6eb72a;
}
.pt-card-approved:before {
  border-top-color: #6eb72a;
}
.pt-card-pending {
  color: #d76f00;
}
.pt-card-pending:before {
  border-top-color: #d76f00;
}
.pt-card-rejected {
  color: #d70000;
}
.pt-card-rejected:before {
  border-top-color: #d70000;
}
.pt-card-muted {
  color: #757575;
}
.pt-card-muted:before {
  border-top-color: #757575;
}
.pt-card-wrapper {
  margin: 0;
  color: #454545;
}
.pt-card__stacked {
  box-shadow: none;
  margin: 0 -1px 0 0;
}
.pt-card-work-queue {
  min-height: 11.5em;
  border-color: #ccc;
  cursor: initial;
  width: 13em;
  color: #888;
  overflow: visible;
  padding: .3em 1em .7em 1em;
  padding: 0 1em;
  text-align: left;
}
.pt-card-work-queue__selected,
.pt-card-work-queue:hover {
  opacity: 1;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  color: #585a5a;
  border-color: transparent;
}
.pt-card-work-queue:hover {
  opacity: 1;
  background: #fff;
}
.pt-card-quote-package {
  margin: 0.5em 1em 0.5em -2px;
  margin: 0.5em 9em 0.5em -8em;
  width: 16em;
  min-height: 22em;
  display: inline-block;
}
.pt-card-tutorial {
  margin: 0.5em 92.5% 0.5em -90%;
  width: 180%;
  display: inline-block;
  height: 9em;
}
.pt-card-tutorial:before {
  display: none;
}
.pt-card--title {
  text-align: center;
  margin-top: .5em;
}
.pt-card-container {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  margin: -1em -1em 0;
  padding: 1em 1em 0;
}
.pt-card__no-nipple:before {
  display: none;
}
.pt-card__no-transform {
  transform: none;
  transform: initial;
}
.pt-carousel {
  position: relative;
  left: 0;
  margin-left: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pt-carousel__supports-percentage-based-child-widths {
  width: 50%;
}
.pt-carousel-container {
  overflow: hidden;
  padding: 1em 4em;
  margin: -1em 0;
  position: relative;
  z-index: 0;
}
.pt-carousel-container:before {
  display: block;
  box-shadow: 0px 0px 20px 10px #fff;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  content: "";
  position: absolute;
  z-index: 1;
}
.pt-carousel-container:after {
  display: block;
  box-shadow: 0px 0px 20px 10px #fff;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  content: "";
  position: absolute;
  z-index: 1;
}
.pt-carousel-container__navless {
  padding: 1em 2.5em;
}
.pt-carousel-container__no-smooth-peek:before,
.pt-carousel-container__no-smooth-peek:after {
  display: none;
}
.pt-carousel-nav {
  position: absolute;
  top: 10em;
  padding: 1.5em 0;
  width: 4em;
  min-width: 0;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pt-carousel-nav-container {
  position: relative;
}
.pt-carousel-nav-prev {
  left: -1.5em;
  padding-right: .7em;
  border-radius: 0 999px 999px 0;
}
.pt-carousel-nav-next {
  right: -1.5em;
  padding-left: .7em;
  border-radius: 999px 0 0 999px;
}
.pt-carousel-nav__disabled {
  background: #757575;
}
.pt-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-embed-container {
  position: relative;
  height: 0;
}
.pt-embed-container__16-9 {
  padding: 0 0 56.25%;
  margin: 0 0 .5em;
}
.pt-vr {
  text-align: center;
  padding: 2em 0;
  overflow: hidden;
}
.pt-vr:before,
.pt-vr:after {
  display: block;
  content: "";
  height: 0;
  border-left: 1px dotted black;
  margin: 0 0 0 50%;
  left: 50%;
}
.pt-vr:before {
  margin-top: -999px;
  padding-top: 999px;
}
.pt-vr:after {
  margin-bottom: -999px;
  padding-bottom: 999px;
  margin-top: .3em;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-family: SegoeUI-Regular-final, 'Segoe UI', Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 100%;
  font-size: inherit;
}
input,
button {
  background: #fff;
}
/*input:not([type]), */
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="text"],
select,
textarea {
  border: 1px solid #c5cbd7;
  color: rgba(0, 0, 0, 0.87);
  width: 22em;
  max-width: 100%;
  font-size: inherit;
  padding: .3em 2px;
  margin: -0.3em 0.5em -0.3em 0;
  box-shadow: inset 0px 4px 10px -8px #aaa;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #29a7e6;
  outline: #29a7e6 auto 5px;
  background: #ffffcc;
}
textarea {
  font-family: SegoeUI-Regular-final, 'Segoe UI', Arial, Helvetica, sans-serif;
}
select {
  width: auto;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 3px;
}
.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
  background: transparent;
}
.pt2-input__max {
  width: 100% !important;
}
.pt-form {
  border: none;
  border-bottom: 1px solid #ebeff2;
  margin: 0 0 1em;
  padding: .5em 0;
  background: #f8f8f8;
}
.pt-form__inverted {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  padding: 1em;
  padding: 0;
}
.pt-form__inverted--content {
  margin-left: -1em;
  margin-right: -1em;
}
.pt-form-row {
  clear: left;
  padding: 6px 0;
  padding: .5em 0;
  border-left: 3px solid transparent;
  display: block;
}
.pt-form__vertical .pt-form-row {
  padding: .5em;
  padding: .5em 0 .5em 0.9em;
  margin-left: -1.1em;
  padding: .5em 0 .5em 0.7em;
  margin-left: 0em;
  margin-bottom: .5em;
}
.pt-form-row__valid {
  border-left: 3px solid green;
  background: #f5fff6;
  background: linear-gradient(to left, transparent 0%, #f5fff6);
}
.pt-form-row__invalid {
  border-left: 3px solid #ea0a0a;
  background: #feefef;
  background: linear-gradient(to left, transparent 0%, #feefef);
}
.pt-form-label {
  display: block;
  float: left;
  text-align: right;
  clear: left;
  width: 16em;
  padding-right: 1.3em;
  min-height: 1px;
  /*legacy labels layout when empty*/
  color: #999;
}
.pt-form__vertical .pt-form-label {
  margin: 0 0 .3em;
  float: none;
  text-align: left;
  clear: none;
  width: auto;
  padding-right: 0;
  margin: 0;
  color: #999;
}
.pt-form-control {
  display: block;
  margin-left: 16em;
}
.pt-form__vertical .pt-form-control {
  margin-left: 0;
}
.pt-form-control-description {
  display: block;
  color: #757575;
  margin: .5em 0;
}
.pt-form-control-validation {
  display: inline-block;
  color: #ea0a0a;
}
.pt-form-stack {
  display: inline-block;
  margin: -0.3em 0.5em -0.3em 0;
}
.pt-reason-input {
  width: 490px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.pt-content-table {
  table-layout: fixed;
  font-size: 100%;
  clear: both;
  text-align: left;
}
.pt-content-table td,
.pt-content-table th {
  padding: 0.5em 2em 0.5em 0;
  border-top: 1px solid #e0e0e0;
  text-align: left;
}
.pt-table {
  table-layout: fixed;
  font-size: 100%;
  width: 100%;
  clear: both;
  text-align: left;
}
.pt-table tbody tr:hover {
  background: #f1f8fe;
  background: #eaeaea;
  background: #f0f3f6;
}
.pt-table-condensed {
  font-size: 0.8em;
}
.pt-table-fixed {
  table-layout: fixed;
}
.pt-table-no-footer {
  border-bottom: 1px solid #e3e9ed;
}
.pt-table-header {
  color: #757575;
  color: rgba(0, 0, 0, 0.54);
  color: #5c5c5c;
  color: rgba(0, 0, 0, 0.64);
  font-weight: bolder;
  text-align: left !important;
  /*th:first-child {
            padding-left: 3px !important;
        }

        th:last-child {
            padding-right: 3px !important;
        }*/
}
.pt-table-header.sorting {
  color: #29a7e6;
}
.pt-table-header.sorting_asc {
  color: #29a7e6;
}
.pt-table-header.sorting_desc {
  color: #29a7e6;
}
.pt-table-footer {
  color: #757575;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
  background: #e3e9ed;
}
.pt-table th,
.pt-table td {
  padding: 0.5em 0.1em 0.5em;
  padding: 0.3em 1em 0.3em 0;
  /*ie7 can't apply border to tr elements*/
  border-bottom: 1px solid #e0e0e0;
  vertical-align: baseline;
  word-wrap: break-word;
  text-align: left;
  white-space: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pt-table th:first-child,
.pt-table td:first-child {
  padding-left: 1em;
}
.pt-table th:last-child,
.pt-table td:last-child {
  padding-right: 1em;
}
.pt-table-row {
  /*&__active {
            background: hsl(206, 89%, 97%);

        }*/
  /*&:hover,*/
}
.pt-table-row__active,
.pt-table-row__selected {
  background: #c2f0ff !important;
  background: #c2ebff !important;
  background: #DAEEF9;
}
.pt-table-row__active th,
.pt-table-row__selected th,
.pt-table-row__active td,
.pt-table-row__selected td {
  border-top-color: #fff;
}
.pt-table tr.active {
  background: #96ca64;
  color: #fff;
}
.pt-table tr.active a {
  color: #fff;
}
.pt-table tr.no-lines th,
.pt-table tr.no-lines td {
  border: none;
}
.pt-table-controls {
  padding: .5em 0;
  margin: 0;
}
.pt-table-controls-filters {
  float: left;
}
.pt-table-controls-pagination {
  float: right;
}
.pt2-data__abbr {
  width: 3em;
}
.pt2-data__flag {
  width: 3em;
}
@media only screen and (min-width: 1200px) {
  .pt2-data__flag {
    width: 3em;
  }
}
.pt2-data__status {
  width: 5em;
}
.pt2-data__action {
  width: 12em;
}
.pt2-data__requestid {
  width: 8em;
}
.pt2-data__claimno {
  width: 5em;
}
@media only screen and (min-width: 1200px) {
  .pt2-data__claimno {
    width: 8em;
  }
}
.pt2-data__rego {
  width: 5em;
}
.pt2-data__vehicle {
  width: 10em;
}
@media only screen and (min-width: 1200px) {
  .pt2-data__vehicle {
    width: 15em;
  }
}
.pt2-data__qty {
  width: 4em;
}
.pt2-data__customer {
  width: 10em;
}
.pt2-data__date {
  width: 7em;
}
.pt2-data__city {
  width: 8em;
}
.pt2-data__part-type {
  width: 8em;
  text-align: right;
}
.pt2-data__part-location {
  width: 5em;
}
.pt2-data__price {
  width: 6em;
  text-align: right;
}
.pt2-data__sortColumn {
  color: #138ed5;
}
.pt-sort__asc:after {
  font-family: 'FontAwesome';
  content: '\f0de';
  margin: 0 0 0 .5em;
  color: #29a7e6;
}
.pt-sort__desc:after {
  font-family: 'FontAwesome';
  content: '\f0dd';
  margin: 0 0 0 .5em;
  color: #29a7e6;
}
.pt2-message {
  border-left: 3px solid transparent;
  padding: .8em 1.3em;
  margin: 1em 0;
  clear: both;
  /*border-left: .3em solid #ea0a0a;
    padding: .8em 1.2em;
    margin: 1em -@sidenav_padding 1em -1.5em;*/
}
.pt2-message h3,
.pt2-message h4 {
  margin-top: 0;
}
.pt2-message .thumbnails {
  display: none;
}
.pt2-message__info {
  background: #deedf8;
  border-left-color: #0b78cb;
  background: #dde4e9;
  border-left-color: #558abb;
  /*& h3, & h4 {
            color: #0b78cb;
        }*/
}
.pt2-message__critical {
  background: #fcdede;
  border-left-color: #ea0a0a;
  background: #fad7d4;
  border-color: #f08a81;
  /*& h3, & h4 {
            color: #ea0a0a;
        }*/
}
.pt2-message-hero {
  background: #feebe0;
  border-left-color: #f76719;
}
.pt2-message-hero h3,
.pt2-message-hero h4 {
  color: #f76719;
}
.pt2-message__success {
  background: #ecf5e3;
  border-left-color: #6eb72a;
}
.pt2-message__success h3,
.pt2-message__success h4 {
  color: #6eb72a;
}
.pt2-message__warning {
  background: #faecdd;
  border-left-color: #d76f00;
  background: #fff4cc;
  border-left-color: #ffe070;
  /*& h3, & h4 {
            color: #d76f00;
        }*/
}
.pt2-message__mute {
  background: #f1f1f1;
  border-left-color: #949494;
}
.pt2-message__mute h3,
.pt2-message__mute h4 {
  color: #949494;
}
body {
  font-size: 75%;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1440px) {
  body {
    font-size: 100%;
  }
}
/*@media screen and (max-width: 1920) { //1600/1680
    //body { font-size: 100%;}
}
@media screen and (max-width: 1680) { //1600/1680
    body { font-size: 93.75%;}
    body { font-size: 87.5%;}
}
@media screen and (max-width: 1440px) {
    body { font-size: 87.5%;}
    body { font-size: 81.25%;}
}
@media screen and (max-width: 1280px) {
    body { font-size: 81.25%;}
    body { font-size: 75%;}
}
@media screen and (max-width: 1024px) {
    //body { font-size: 75%;}
}*/
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #454545;
  color: #212121;
}
.pt-list {
  list-style: none outside;
  margin-bottom: 1.5em;
  position: relative;
}
.pt-list li {
  margin-top: .5em;
  margin-bottom: .5em;
}
.pt-list__custom {
  padding-left: 5em;
  padding-right: 2em;
}
.pt-list__custom--counter {
  margin-left: -45px;
  float: left;
  opacity: .7;
  color: inherit;
  margin-top: -50px;
  /*allow anchor navigation*/
  padding-top: 50px;
  width: 0;
  overflow: visible;
  /*avoid anchor navigation overlapping*/
}
.pt-list__alpha {
  margin-left: 1.5em;
  list-style-type: lower-alpha;
}
.pt-list__bullet {
  margin-left: 1.5em;
  list-style-type: disc;
}
.pt-list__decimal {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.pt-list__roman {
  margin-left: 1.5em;
  list-style-type: lower-roman;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt {
  color: #757575;
  color: #5c5c5c;
  margin-bottom: .3em;
  margin-top: .8em;
  margin: .3em 0;
}
h1 {
  font-size: 187%;
  color: #757575;
  color: rgba(0, 0, 0, 0.84);
  color: inherit;
  opacity: .84;
}
h2 {
  font-size: 150%;
  color: #757575;
  color: rgba(0, 0, 0, 0.84);
}
h3 {
  font-size: 123%;
}
.pt-hero {
  font-size: 250%;
  margin-top: -0.2em;
  margin: -0.2em 0 0;
  opacity: 0.9;
}
.pt-center {
  text-align: center;
}
.pt-justify {
  text-align: justify;
}
.pt-justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.pt-tally:after {
  content: '';
  display: block;
  width: 100%;
  color: inherit;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  opacity: 0.7;
  border-bottom-style: solid;
  opacity: 0.25;
  top: -0.2em;
}
.pt2-underlined:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  color: inherit;
  opacity: .8;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: -1px;
  position: relative;
  top: -0.25em;
}
h1 {
  font-weight: 300;
}
.pt2-status__de-emphasised {
  opacity: .6;
}
.pt2-content {
  padding: 5em 0;
  font-size: 133%;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
}
.pt2-content__min {
  padding: 2em 0;
}
.pt2-content__inverted {
  background-color: #333;
  color: #fff;
}
.pt2-content__light {
  background-color: #fff;
}
.pt2-content__primary {
  background-color: #29a7e6;
  color: #fff;
}
.pt2-content__secondary {
  background-color: #f76719;
  color: #fff;
  /* background-color: #f76719; */
  /* color: #fff; */
  /* background: #E69229; */
  /* background: #EA4152; */
  /* background: #B3AD0E; */
  /* background: #0C6A99; */
  /* background: #999514; */
  /* background: #B3390E; */
  /* background: #4A5280; */
  /* background: #0E25B3; */
  /* background: #E99A64; */
  /* color: #000; */
  /* background: #2082B3; */
  /* background: #315566; */
  /* background: #70C1EA; */
  background: #124A66;
  /* background: transparent; */
}
.pt2-content--feature {
  margin: 0 auto;
  width: 60em;
}
.pt2-content--hero {
  opacity: 1;
}
code {
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  font-family: Courier New, Courier, monospace;
}
.pt-inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pt-inline-list-item {
  display: inline-block;
  margin-right: .7em;
}
/* <clearfix> */
.pt-clearfix {
  zoom: 1;
}
.pt-clearfix:before,
.pt-clearfix:after {
  content: "";
  display: table;
}
.pt-clearfix:after {
  clear: both;
}
/* </clearfix> */
.pt2-float-right {
  float: right !important;
}
.pt2-float-left {
  float: left !important;
}
.pt-ratings {
  background: url(http://www.partstrader.co.nz/Images/RatingsStars/stars_5.png);
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.pt-ratings-gold {
  background: url(http://www.partstrader.co.nz/Images/RatingsStars/stars_100.png);
  max-width: 100%;
}
.pt-ratings-container {
  display: inline-block;
  background: url(http://www.partstrader.co.nz/Images/RatingsStars/stars_10.png);
  height: 14px;
  width: 70px;
  position: relative;
  bottom: -2px;
}
.pt-ratings-container-nr {
  background: none;
  color: #138ed5;
  font-weight: 500;
}
.pt-contextMenu {
  border: solid 2px #969696;
  width: 200px;
  position: fixed;
  background-color: #D8D5CF;
  color: Black;
  cursor: pointer;
  margin: 5px 5px 5px 5px;
  padding: 4px;
}
.pt-impersonation {
  background-color: #f76719;
}
.pt-alert {
  height: 45px;
  line-height: 45px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  position: relative;
  color: white;
  font-size: 1em;
  padding-right: 45px;
  -ms-opacity: 0.95;
  opacity: 0.95;
}
.pt-alert-container {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.pt-alert a {
  color: white;
  text-decoration: underline;
}
.pt-alert.level-0 {
  background-color: #26A8FF;
}
.pt-alert.level-0 .alertAction:hover {
  background-color: #2faafd;
  background-color: rgba(0, 0, 0, 0.05);
}
.pt-alert.level-0 .alertIcon {
  background-image: url(/common/alerts/alert_information.png);
}
.pt-alert.level-1 {
  background-color: #FF6E26;
}
.pt-alert.level-1 .alertAction:hover {
  background-color: #ff7531;
  background-color: rgba(0, 0, 0, 0.05);
}
.pt-alert.level-1 .alertIcon {
  background-image: url(/common/alerts/alert_warning.png);
}
.pt-alert.level-2 {
  background-color: #CC1E24;
}
.pt-alert.level-2 .alertAction:hover {
  background-color: #cf292f;
  background-color: rgba(0, 0, 0, 0.05);
}
.pt-alert.level-2 .alertIcon {
  background-image: url(/common/alerts/alert_critical.png);
}
.pt-alert.level-3 {
  background-color: #97BF0F;
}
.pt-alert.level-3 .alertAction:hover {
  background-color: #9ac019;
  background-color: rgba(0, 0, 0, 0.05);
}
.pt-alert.level-3 .alertIcon {
  background-image: url(/common/alerts/alert_success.png);
}
.pt-alert.level-4 {
  background-color: #404040;
}
.pt-alert.level-4 .alertAction:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}
.pt-alert.level-4 .alertIcon {
  background-image: url(/common/alerts/alert_companyNotification.png);
}
.pt-miller {
  max-height: 29em;
  height: 29em;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.pt-miller--item {
  margin-left: 0;
  padding: 0;
}
.pt-miller--item-label {
  width: 100%;
  display: block;
  padding: .2em 0;
}
.pt-miller--item-input {
  width: 0;
  margin: 0 !important;
  padding: 0;
}
.pt-miller--item__disabled {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.pt-miller--item__selected {
  background: #9fe7ff;
}
.pt-list__constrained--item {
  /* X_X */
}
.pt-list__constrained--item__selected {
  background: #9fe7ff;
}
.pt-list__constrained--item__matched {
  background: #E0FFE3;
}
.pt-list__constrained--item__selected.pt-list__constrained--item__matched {
  background: #C2FFBA;
}
.pt-tooltip {
  font-size: inherit !important;
  line-height: inherit !important;
  padding: .5em;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  -webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
.pt-tooltip-shader {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: -1;
  -webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
.js-href-tooltip,
.js-string-tooltip {
  cursor: help;
}
.profiler-results {
  opacity: .2;
}
.profiler-results:hover {
  opacity: 1;
}
.pt2__wrap {
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1.20;
  width: 8.5em;
  margin: -0.25em 0 -0.25em 0.5em;
  float: left;
  text-align: left;
  text-decoration: inherit;
}
.pt2-card {
  -webkit-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: all 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  position: relative;
  border: 1px solid #ccc;
  margin: 0 -1px -1px 0;
  float: left;
}
.pt2-card__selected,
.pt2-card:hover {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #fff;
  border-color: transparent;
}
.pt2-card-container {
  zoom: 1;
  position: relative;
  overflow: hidden;
  margin: -1em -1em 0;
  padding: 1em 1em 0;
}
.pt2-card-container:before,
.pt2-card-container:after {
  content: "";
  display: table;
}
.pt2-card-container:after {
  clear: both;
}
.pt2-summary {
  min-height: 11.5em;
  width: 13em;
  padding: 0 1em;
}
.pt2-summary--item {
  zoom: 1;
  display: block;
}
.pt2-summary--item:before,
.pt2-summary--item:after {
  content: "";
  display: table;
}
.pt2-summary--item:after {
  clear: both;
}
.pt2-summary--item__hero {
  margin: 0 -1em;
}
.pt2-summary--title {
  float: left;
}
.pt2-summary--title__hero {
  float: none;
  text-align: center;
  margin-top: .5em;
  color: inherit;
}
.pt2-summary--count {
  float: right;
}
.pt2-summary--count__hero {
  float: none;
  text-align: center;
  margin: 0 -1em;
  color: inherit;
  font-size: 250%;
  margin-top: -0.2em;
  margin: -0.2em 0 0;
  opacity: 0.9;
}
.pt2-flabs {
  zoom: 1;
  border-bottom: 1px solid #ccc;
}
.pt2-flabs:before,
.pt2-flabs:after {
  content: "";
  display: table;
}
.pt2-flabs:after {
  clear: both;
}
.pt2-flabs--item {
  float: left;
  border-bottom: 3px solid transparent;
  padding: .3em .5em .1em;
  min-width: 0;
  margin: 0 .6em;
  padding: .3em 0 .1em;
  position: relative;
}
.pt2-flabs--item:after {
  content: '';
  display: block;
  left: -0.5em;
  right: -0.5em;
  top: 0;
  bottom: 0;
  position: absolute;
}
.pt2-flabs--item__selected {
  color: #212121;
  border-bottom-color: #138ed5;
}
.pt2-flabs--item__first {
  padding-left: 0;
}
.pt2-flabs--item__last {
  margin-right: -1.5em;
  padding-right: 1.5em;
}
.pt2-flabs--item__flat {
  color: #fff;
  min-width: 4em;
  text-align: center;
  padding: 1em .7em;
  padding: 0.6em 0.7em;
  min-width: 0;
  margin: 0 1em;
  padding: 0.6em 0;
  position: relative;
}
.pt2-flabs--item__flat:after {
  content: '';
  display: block;
  left: -0.5em;
  right: -0.5em;
  top: 0;
  bottom: 0;
  position: absolute;
}
.pt2-flabs--link:hover {
  text-decoration: none;
  border-bottom-color: initial;
}
.pt2-tabs {
  zoom: 1;
  margin-left: -1.5em;
  margin-right: -1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background: #F4FAFD;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  padding-top: 1em;
}
.pt2-tabs:before,
.pt2-tabs:after {
  content: "";
  display: table;
}
.pt2-tabs:after {
  clear: both;
}
.pt2-tabs--item {
  float: left;
  position: relative;
  min-width: 4em;
  text-align: center;
  padding: 0.6em 0.7em;
  display: block;
  padding-bottom: 0.5em;
  margin: 0.2em -1px -1px 0;
  border: 1px solid transparent;
  border-top-width: 3px;
  /*padding-left: 20em;*/
  /*margin-left: -20em;*/
}
.pt2-tabs--item__selected {
  border-color: #ccc;
  border-bottom-color: transparent;
  border-top-color: #29a7e6;
  background: #f0f3f6;
  color: #212121;
}
.pt2-tabs--link:hover {
  border-color: #ccc;
  border-bottom-color: transparent;
  background: #f0f3f6;
  color: #212121;
  text-decoration: none;
}
.pt2-table {
  table-layout: fixed;
  width: 100%;
}
.pt2-table tbody tr:hover {
  background: #f1f8fe;
  background: #eaeaea;
  background: #f0f3f6;
}
.pt2-table--header {
  color: rgba(0, 0, 0, 0.64);
  font-weight: bolder;
}
.pt2-table--row__selected {
  background: #DAEEF9;
}
.pt2-table th,
.pt2-table td {
  padding: 0.5em 0.1em 0.5em;
  padding: 0.3em 1em 0.3em 0;
  /*ie7 can't apply border to tr elements*/
  border-bottom: 1px solid #e0e0e0;
  vertical-align: baseline;
  word-wrap: break-word;
  text-align: left;
  white-space: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pt2-table th:first-child,
.pt2-table td:first-child {
  padding-left: 1em;
}
.pt2-table th:last-child,
.pt2-table td:last-child {
  padding-right: 1em;
}
.pt2-header {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  zoom: 1;
  background: #29a7e6;
  color: #fff;
  margin: 0;
  padding: 0 1.5em;
  font-size: 1.2em;
  z-index: 1010001001;
}
.pt2-header:before,
.pt2-header:after {
  content: "";
  display: table;
}
.pt2-header:after {
  clear: both;
}
.pt2-header__fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.pt2-side-nav {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -moz-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1);
  width: 18.5em;
  background: #fefefe;
  background: #fff;
  border-right: 1px solid #e9e9e9;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  top: 3.5em;
  overflow-x: hidden;
  overflow-y: auto;
}
.pt2-side-nav--container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6em;
}
.pt2-side-nav--title {
  font-size: 123%;
  font-weight: bold;
  padding-left: 1.5em;
}
.pt2-side-nav--item {
  padding: 0.4em 1em 0.4em 2.25em;
  display: block;
  color: #138ed5;
  border-left: 3px solid transparent;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.pt2-side-nav--item__selected {
  color: #212121;
  font-weight: bold;
  border-color: #29a7e6;
}
.pt2-side-nav--link:hover {
  background: #DAEEF9;
  text-decoration: none;
}
.pt2-side-nav--footer {
  border-top: 1px solid #e9e9e9;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 6.2em;
  padding: 0.8em 1.5em;
}
.mainIntroduction {
  display: none;
}
.ui-jqgrid .ui-jqgrid-view {
  font-size: 100%;
  font-size: inherit;
}
.ui-jqgrid tr.jqgrow td {
  min-width: 3.5em;
  overflow: hidden;
}
.ui-jqgrid .ui-jqgrid-htable,
#Grid {
  table-layout: auto !important;
  width: auto !important;
  width: 100% !important;
  max-width: 100% !important;
}
.ui-jqgrid .ui-jqgrid-htable tr,
#Grid tr {
  border-left: 3px solid transparent;
}
.ui-jqgrid .ui-jqgrid-htable tr.ui-state-highlight,
#Grid tr.ui-state-highlight {
  background: #DAEEF9;
  border-left-color: #138ed5;
}
.ui-jqgrid .ui-jqgrid-htable th {
  border-bottom: 1px solid #e0e0e0 !important;
  min-width: 3.5em;
}
/*#Grid {
    
    table-layout: auto !important;
    width: 100% !important;
}*/
.jqgfirstrow {
  display: none;
}
.dashboardActions > li,
.dashboardSuffix > li,
#footerNav > li {
  display: inline-block;
}
.dashboardActions > li + li,
.dashboardSuffix > li + li,
#footerNav > li + li {
  margin-left: .5em;
  padding-left: .5em;
  border-left: 1px solid #e0e0e0 !important;
}
.dashboardSuffix {
  padding-left: 3.5em;
}
.submenu {
  display: none;
}
#Pager {
  height: auto;
}
.ui-pg-input {
  width: 3em !important;
  font-size: 1em !important;
}
.pageSizePrefix {
  display: none;
}

/*# sourceMappingURL=http://dev.partstrader.us.com/css/maps/style.min.css.map */


.pt-embed-container-helper {
  margin-bottom: -15em !important;
}



@media only screen 
  /*and (min-device-width: 768px) */
  and (max-device-width: 1024px) 
  /*and (orientation: landscape) */
  and (-webkit-min-device-pixel-ratio: 1) {

*{}

body {
  min-width: initial;
}

/*h1 {
  margin: 0;
}*/

.pt2-column {
    width: 100% !important;
    margin: 0 !important;
    margin: 0 0 1.5em 0 !important;
    float: none !important;
}

.pt2-content {
     padding: 1em 0; 
}
.pt2-content__inverted {
     padding: 3em 0; 
}
.pt2-content--feature {
  width: initial;
    padding: 0 1em;
}

.pt-embed-container-helper {
  margin-bottom: -10em !important;
}

}