#viewport > * {
  height: 100%; }

.no-screen {
  display: none; }

.faded-bg {
  background-color: #e8e8e8; }

.faded-primary-bg {
  background-color: #e3f2fd; }

.faded-dark-bg {
  background-color: #666;
  color: #fff; }

.faded-dark-primary-bg {
  background-color: #2196f3;
  color: #fff; }

.padded {
  padding: 1em; }

.padded-top {
  padding-top: 1em; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

.md-nav-bar {
  width: 100%; }

md-toast.md-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0); }

.hide-overflow {
  overflow-x: hidden; }

.btn {
  cursor: pointer; }

.full-height {
  height: 100%; }

.fixed-right {
  position: fixed !important;
  top: 0;
  height: auto; }

#login-form {
  max-width: 460px;
  width: 100%; }

.odd {
  background-color: transparent !important; }

.striped:nth-child(even) {
  background-color: #e8e8e8; }

.rep-details > * {
  padding-right: 24px; }

.mfg-code {
  font-weight: bold !important;
  padding-right: 12px; }

button.md-smaller {
  min-width: 1%; }
  button.md-smaller .material-icons {
    font-size: 18px;
    line-height: 1.2; }

.switch-loader {
  margin: 19px 0; }

.inline-contols .md-button.md-icon-button {
  display: none;
  margin-right: 0; }
  .inline-contols .md-button.md-icon-button + .md-button.md-icon-button {
    margin-left: 0; }

.inline-contols:hover .md-button.md-icon-button {
  display: inline-block; }

#page-content-wrapper .row {
  margin-bottom: 30px; }

#page-content-wrapper .no-min {
  min-width: unset; }

#page-content-wrapper .sidebar {
  position: fixed;
  width: 520px;
  right: 0;
  top: 0;
  z-index: 2000;
  padding: 36px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: whitesmoke;
  border-left: 1px solid #b3b3b3;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  /* Chrome, Safari, Opera */
  transform: translate3d(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #page-content-wrapper .sidebar header {
    border-bottom: 1px solid #d8d8d8; }
  #page-content-wrapper .sidebar footer {
    border-top: 1px solid #d8d8d8;
    margin-bottom: 36px; }
  #page-content-wrapper .sidebar * {
    box-sizing: border-box; }

/*

.ng-hide-remove{
    animation: slideInRight .3s ease-in;
}

.ng-hide-add{
    animation: slideOutRight .3s ease-in;
}

@keyframes slideInRight {
    from    { transform:translateX(100%); }
    to      { transform: translateX(0); }
}

@keyframes slideOutRight {
    from    { transform:translateX(0); }
    to      { transform: translateX(100%); }
}
*/
.navbar h3 {
  margin-bottom: 0;
  margin-top: 0; }

.table .id-col {
  width: 40px; }

.table .action-col {
  text-align: right; }

.panel {
  width: 100%; }

#dealer-listing > div {
  padding: 6px 0; }

.rep-manufacturers * {
  font-size: 12px !important; }

.dragdrop {
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px dashed rgba(0, 0, 0, 0.3);
  padding: 48px 8px 8px;
  text-align: center; }
  .dragdrop.dragover {
    background-color: rgba(255, 255, 255, 0.7); }

h1, h2, h3, h4, h5, h6 {
  margin: .4em 0; }

.margin {
  margin: 1em 0; }

.margin-top {
  margin-top: 1em; }

.margin-left {
  margin-left: 1em; }

.margin-right {
  margin-right: 1em; }

.margin-bottom {
  margin-bottom: 1em; }

.negative {
  color: red; }

.column {
  padding: 4px 8px;
  border-right: 1px solid #fafafa; }

.confirmation-list-row:nth-child(odd) {
  background-color: #e8e8e8; }

.md-warn-text {
  color: #f44336; }

#sales-rep-details {
  /*.md-ripple-container{

     }
     md-icon{
         font-size: 1.25em;
         line-height: 1.25em;
         min-width: 1.25em;
         min-height: 1.25em;
         height:1.25em;
         width: 1.25em;
     }*/ }
  #sales-rep-details md-card-content {
    font-size: .75em;
    padding: 4px 0 4px 16px; }
  #sales-rep-details button {
    height: 1.25em;
    line-height: 1.25em;
    padding: 4px; }

.removed {
  opacity: .3; }

.multiline ._md-content, .multiline > *, .multiline {
  height: auto; }

.negative {
  color: #cc0000; }

.filter-select {
  padding-bottom: 11px; }
  .filter-select > * {
    margin: 0; }

.column.error {
  background-color: #ffdddd; }

md-input-container {
  margin-bottom: 0; }

.confirmation-list-view h4 {
  background-color: #333;
  color: #fff;
  padding: 12px;
  margin-top: 12px; }

md-list-item.active {
  background-color: #2196f3;
  color: #fff; }

.results-view-header button {
  border-bottom: 1px solid #e8e8e8; }

md-select.required {
  padding-left: 0;
  margin-left: 0; }
  md-select.required::before {
    content: '*';
    display: inline-block;
    margin: 4px 2px 0 16px;
    font-size: .825em;
    color: #f44336; }

.no-padding-bottom > * {
  padding-bottom: 0 !important; }

.ruled {
  border-top: 1px solid #999; }

.ruled-light {
  border-top: 1px solid #e8e8e8; }

.ruled-dark {
  border-top: 1px solid #333; }

.ruled-primary {
  border-top: 1px solid #2196f3; }

.text-centered {
  text-align: center; }

.text-right {
  text-align: right; }

.capitalize {
  text-transform: capitalize; }

#filters ._md-datepicker-has-triangle-icon {
  margin-top: -5px; }

md-select-header input {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 16px 32px;
  box-sizing: border-box !important;
  width: 100%; }

.step-label {
  padding: 25px;
  text-align: center;
  text-transform: uppercase; }
  .step-label.active {
    background-color: #2196f3;
    color: #fff; }

.step-content {
  padding-top: 60px; }

.results-view {
  padding: 0; }
  .results-view .md-caption {
    font-size: 11px; }
  .results-view table {
    width: 100%;
    border-spacing: unset;
    table-layout: fixed;
    margin-bottom: 16px;
    background-color: #fff; }
    .results-view table.no-margin {
      margin-bottom: 0; }
    .results-view table table {
      background-color: transparent; }
      .results-view table table.total-table {
        background: #f1f8fe; }
        .results-view table table.total-table .section {
          background: #e3f2fd; }
        .results-view table table.total-table .results-headers th {
          background-color: #cae6fc; }
          .results-view table table.total-table .results-headers th.section {
            background-color: #b2dbfb; }
        .results-view table table.total-table .results-row:nth-child(odd) td {
          background: #e3f2fd; }
          .results-view table table.total-table .results-row:nth-child(odd) td.section {
            background: #cae6fc; }
  .results-view .results-container {
    margin-bottom: 16px; }
  .results-view .results-group-header-dark, .results-view .results-group-header-dark td {
    background: #333;
    color: #fff;
    padding: 16px 8px; }
    .results-view .results-group-header-dark.section, .results-view .results-group-header-dark td.section {
      background: #222; }
  .results-view .results-group-header {
    color: #333;
    padding: 16px 8px 4px;
    font-size: 22px;
    font-weight: 300;
    text-align: left; }
  .results-view .clickable > th {
    cursor: pointer;
    outline: none; }
  .results-view .results-headers td, .results-view .results-headers th {
    padding: 8px;
    background-color: #e8e8e8;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white; }
    .results-view .results-headers td.no-border, .results-view .results-headers th.no-border {
      border: none; }
    .results-view .results-headers td.section, .results-view .results-headers th.section {
      background: #d8d8d8; }
    .results-view .results-headers td.identity, .results-view .results-headers th.identity {
      color: #fff;
      background-color: #333; }
    .results-view .results-headers td.text-left, .results-view .results-headers th.text-left {
      text-align: left; }
  .results-view .no-stripes .results-headers td.section, .results-view .no-stripes .results-headers th.section {
    background: #d8d8d8; }
  .results-view .no-stripes .results-row > td {
    padding: 4px 6px;
    border-left: 1px solid #ccc;
    border-right: none; }
    .results-view .no-stripes .results-row > td:last-child {
      border-right: 1px solid #ccc; }
  .results-view .no-stripes .results-row:nth-child(odd) td {
    background: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    .results-view .no-stripes .results-row:nth-child(odd) td.section {
      background-color: transparent; }
  .results-view .no-stripes .results-row td.section {
    background-color: transparent;
    border-left: 1px solid #333; }
    .results-view .no-stripes .results-row td.section + .section {
      border-left: 1px solid #ccc; }
    .results-view .no-stripes .results-row td.section + td:not(.section) {
      border-left: 1px solid #333; }
  .results-view .results-row.results-group-header-dark td, .results-view .results-row.results-group-header-dark:nth-child(odd) td {
    background: #999;
    color: #fff; }
    .results-view .results-row.results-group-header-dark td.section, .results-view .results-row.results-group-header-dark:nth-child(odd) td.section {
      background: #777; }
  .results-view .results-row:nth-child(odd) td {
    background: #e8e8e8; }
    .results-view .results-row:nth-child(odd) td.section {
      background: #d8d8d8; }
  .results-view .results-row > td {
    padding: 4px 6px;
    border-left: 1px solid white;
    border-right: 1px solid white; }
  .results-view .results-row td.section {
    background: #f2f2f2; }
  .results-view .results-row td .md-button.md-icon-button {
    margin: 0; }
  .results-view .total-row > td, .results-view .total-row.results-group-header-dark > td, .results-view .total-row.results-group-header-dark:nth-child(odd) > td {
    padding: 6px 8px;
    background-color: #e3f2fd;
    border-top: 3px double #b2dbfb;
    color: #000; }
    .results-view .total-row > td.section, .results-view .total-row.results-group-header-dark > td.section, .results-view .total-row.results-group-header-dark:nth-child(odd) > td.section {
      background-color: #cae6fc; }
  .results-view .total-border {
    border-top: 3px double #b2dbfb; }

/*.results-group-dark{
   background-color: #e8e8e8;
}
.results-group-header{
    padding:8px;
    &.clickable > *{
        cursor: pointer;
        outline: none;
    }
}
.results-row-header{
    padding:0 8px;
}
.results-row{
    padding: 6px 8px;
    .results-row-identity{
        font-weight: bold;
    }
}
.total-row{
    background-color: lighten($primary, 40%);
    border-top: 3px double lighten($primary, 30%);
    padding: 8px;
    margin-bottom: 16px;
}
.striped-results{
    > .results-row:nth-child(odd){
        background-color: #e8e8e8;
        .results-group-dark{
            background-color: #d6d6d6;
        }
    }
}
.padding-top{
    padding-top:6px;
}
.padding-bottom{
    padding-bottom: 6px;
}
.mini-label{
    padding:8px;
    margin-right: 8px;
    font-size:.625em;
    line-height: 100%;
}
.bordered-right{
    border-right: 1px solid lighten($primary, 30%);
}
.text-primary{
    color: $primary;
    .negative{
        color: darken($warn, 30%);
    }
}*/
@media print {
  body * {
    transition: none !important; }
  .filter-view {
    display: none; }
  .filter-row + div {
    display: none; }
  .filter-row + div > span:first-child {
    padding-left: 0; }
  h2 {
    margin: 0;
    font-size: 11pt; }
  sidebar {
    display: none; }
  .no-print {
    display: none; }
  .no-screen {
    display: inline-block;
    float: none !important; }
  tr.no-screen {
    display: table-row; }
  .report-data {
    font-size: 6pt; }
  .results-view .results-headers td, .results-view .results-headers th {
    font-size: 6pt;
    padding: 2px; }
  table, tr, th, td {
    -webkit-print-color-adjust: exact !important; }
  tr, th, td {
    page-break-inside: avoid; }
  .md-caption {
    font-size: 5pt; }
  .print-full {
    width: 100% !important; }
  .pagebreak {
    page-break-after: always !important;
    display: block;
    float: none !important;
    position: relative; }
  .break-after {
    page-break-after: always;
    page-break-inside: avoid;
    page-break-before: always;
    position: relative;
    display: block;
    float: none !important;
    margin: 0;
    padding: 0; }
    .break-after table, .break-after tr, .break-after td, .break-after tbody, .break-after thead {
      page-break-inside: avoid !important; } }
