/***
mser2-custome-style.css should be for structure (position, width, margin, etc)
***/

/* Begin Header*/
/* Portrait iPad*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .app-header .navbar-brand{
    background-size: 90%;
    margin: 0 0 0 40px !important;
    max-width: 350px !important;
  }
  .navMenu {
    height: 50px !important;
    line-height: 35px;
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
  }
  .navMenu .menuItem .menuTarget {
    height: 50px !important;
  }
  .app-header .nav.navbar-nav {
    height: 45px;
    position: absolute;
    top: 45px;
    right: 0;
  }
}
/* Landscape iPad*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .navMenu .menuItem .menuTarget{
    padding: 0 10px !important;
  }
}
/* media queries to solve some wrapping issues */
@media screen and (min-width: 768px) {
  .app-header .navbar-toggler {
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
    .navMenu .menuItem .menuTarget {
      font-size: 18px;
    }
}
@media screen and (min-width: 1200px) {
    .navMenu .menuItem .menuTarget {
      font-size: 20px;
    }
}
/* End Header */


/* Begin Sidenav*/
sidenav {
  z-index: 999;
}
/* End Sidenav */


/* Begin links within a nested link collection */
.sidebar ul.nav li.nav-item.nav-dropdown.open li.nav-item.nav-dropdown.open a.grandchild-link.nav-link {
  padding-left: 3rem;
}
.sidebar ul.nav ul.nav-dropdown-items a.nav-link {
  padding-left: 2rem;
}
/* End nested links collection */

.ui-datatable-header, .ui-widget-header {
  background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%) !important;
}

.ui-datatable .ui-datatable-thead>tr>th, .ui-datatable .ui-datatable-tfoot>tr>td, .ui-datatable .ui-datatable-data>tr>td {
  border-style: inherit !important;
}

.ui-dropdown {
  margin-left: 0em !important;
}

/* Begin Home/Dashboard */
.box {
  align-items: stretch;
  flex-direction: column;
  margin: 1rem 0;
}
.card1 {
  align-items: stretch;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0 .33rem;
  width: 100%;
}
.card1 .btn-lg,
.card1 .btn-group-lg>.btn {
  margin: .66rem 0 0 0;
  padding: 0.75rem 1.5rem;
}
.card1 {
  margin: .66rem;
  width: 100%;
}
.card1 .btn{
  padding: 0.5rem !important;
}
.card1 .card1-action{
  float: right;
  height: auto;
  margin-top: 1rem;
  padding: .33rem;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.card1 .card1-content{
  margin-bottom: 2.4rem;
  padding: 1.24rem;
}
.card1 p {
  line-height: 1.36;
}
.image-frame{
  margin: .66rem;
}
.data-group{
  float: left;
  margin: .66rem;
  min-height: 140px;
  padding: .33rem;
  width: calc(50% - 1.32rem)
}
.data-group-info{
  float: left;
  margin: .66rem;
  padding: .33rem;
  width: calc(50% - 1.32rem)
}
.display-data-set{
  float: none;
  margin: 0 0 2rem 0;
  overflow: hidden;
  padding: .66rem;
  width: 100%;
}
.data-point {
  margin-bottom: 1rem;
}
.data-point span {
  padding-left: .25rem;
}
  .display-data-set {
    float: none;
    padding: .66rem;
  }

.button-container {
  margin: 10px;
  width: calc(100% - 20px);
}
.button-container button {
  float: right;
  margin-left: .5rem;
}
@media screen and (max-width:400px) {
  .data-group {
    width: 100%;
  }
}
@media screen and (max-width: 648px) {
  .data-group {
    margin: .66rem 0;
    width: 100%;
  }
}
/* End Home/Dashboard */



/* Begin Graphs for Payout Chart */
.graph{
  box-sizing: border-box;
  display: flex;
  margin: 25px 25px 25px 0;
  width:calc(100% - 35px);
}
.graph.graph-list{
  display: flex;
  flex-direction: column;
  list-style: none;
  padding:0;
}
.graph-item{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 5px;
  padding: 3px;
  position: relative;
  width:100%;
}
.graph-item-subject{
  width: 90%;
}
.graph-item-figure{
  padding-left: 10px;
  width:10%;
}
.graph-item-info {
  position: absolute;
  right: -22px;
}
.disclaimer {
  padding: 5px;
}
.legend{
  display: inline-block;
  height: 20px;
  width: 10px;
}
.legend.qualifying-part-number{
  display: inline;
}
.modal .part-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal .part-numbers li {
  float: left;
  padding: 0 5px;
}
.payout-chart-home {
  position: relative;
}
.payout-chart-home .home-logo{
  position: absolute;
  top:5%;
  left:5%;
  width: 40%;
}
.payout-chart-home-content{
  position:absolute;
  top: 15%;
  left: 45%;
  width: 45%;
}
.payout-chart-home .payout-chart-heading {
  margin-bottom: .02em;
}
.payout-chart-heading{
  position: relative;
  width: calc(100% - 13px);
}

.payout-chart-heading .swap-button {
  margin-left: 93%;
}

.payout-chart-heading .print-button {
  position: absolute;
  top: calc(50% / 2);
  right: 0;
}
.payout-chart-home .payout-chart-subheading{
  margin-bottom: .86em;
}
.payout-chart-home ul{
  margin: 2em 0 0;
  padding:0;
}
.payout-chart-home li {
  margin: 0 0 .66em 0;
}
.top-tech{
  position: relative;
}
.top-tech-logo{
  position: absolute;
  top: 159px;
  left: 75px;
  z-index: 9999;
}
.top-tech-technician {
  position: relative;
  top:0;
  left:0;
  z-index: 999;
}
.top-tech-content{
  position: absolute;
  top: 0;
  left: 298px;
}
.background-image{
  width: 100%;
}
/* End Graphs for Payout Chart */


/* Begin Payout Chart Admin */
#program-groups-select{
  width: 30%;
}
#program-groups-active{
  width: 10%;
}
#program-groups-program{
  width: 20%;
}
#program-groups-start-date{
  width: 15%;
}
#program-groups-end-date{
  width: 15%;
}
#program-groups-modify{
  width: 10%;
}
.admin-utility-bar {
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 100%;
}
#part-number-category-form-quick-add {
  width: 500px;
}
.ui-tabview-nav {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: -2px;
  padding-left: 0;
}
.ui-tabview-nav li {
  display: inline-block;
  padding: 20px 25px;
  z-index: 1;
}
.ui-tabview-nav li a {
  cursor: default;
}
.ui-tabview-title {
  display: inline-block;
}
.ui-tabview-panel {
  padding: 20px;
  z-index: 999;
}
.show-this{
  display: block !important;
}
input.datepicker-input {
  padding: 0.5rem 0.75rem;
  width: 80% !important;
}
.label.override-element {
  margin:0;
  padding: 0.5rem;
  width: 100%;
}
.label.override-element span{
  float: left;
  display: block;
  width: calc(100% - 1.5rem);
}
.label.override-element .fa{
  position: absolute;
  float: right;
  margin: 0 3px;
  color: darkslateblue;
  right: 0.2em;
  top: 0.2em;
}
.override-note {
  position: relative;
  margin-top: 1em;
  background-color: orange;
  padding: .5rem;
  border-radius: .25rem;
}
#payout-chart-export{
  width: 760px;
  /*if you change the width, make sure to change the corresponding value in downloadPDF() in admin-payout.component.ts */
}
/* End Payout Chart Admin */


/* Begin Form Styles */
.pageForm .dropdown-toggle{
  width: 200px;
}
.pageForm{
  margin-bottom: 25px;
}
.pageForm label {
  width: 200px;
}
/*End Form Styles*/


/* Begin MVP Change Approval Settings */
.change-approval {
  padding-top: 1rem;
}
.change-approval p {
  margin-bottom: 1rem;
}
.approval-form {
  margin-bottom: 1rem;
}
.approval-form .col-sm-6 {
  justify-content: stetch;
}
.approval-form .block {
  height: 100%;
  padding: 1rem;
}
/* End MVP Change Approval Settings */


/* Begin Marketing Presentation */
#playlist {
  float: left;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important;
}
#playlist a {
  display: block;
  height: 54px;
  margin: 9px 0px 0px 10px;
  padding: 5px;
  width: 85%;
}
#playlist a img {
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 50px;
}
#playlist a strong {
  padding-bottom: 5px;
}
/* End Marketing Presentation */


/* Begin Rewards Distribution */
.rewards-program-container {
  box-sizing: border-box;
  margin: .24rem;
  overflow: hidden;
  padding: 0 1rem;
  width: 95%;
}
.table {
  margin-bottom: 1rem;
  box-sizing: border-box;
  float: none;
  margin: 0 .75rem 1rem .75rem;
  width: 99%;
}
.table .right-align{
  text-align: right;
  padding-right: .75rem;
}
.table .center-align {
  text-align: center;
}
.btn-container{
  overflow: hidden;
  padding-bottom: 1rem;
}
.allocation-history-link{
  margin: 1rem 0;
  display: block;
  width: 20%;
}
.dealership-identity {
  padding: .75rem;
}
#proceed-to-allocations,#mvp-proceed-to-allocations{
  width: 175px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 50%;
  }
}
/* End Rewards Distribution */


/* Begin Dealer Enrollment */
.primeng-date-override {
  display: block;
}
.primeng-date-override .datepicker-input-container,.primeng-date-override .datepicker-container{
  display: block !important;
  width: 100%;
}
.primeng-date-override input.datepicker-input{
  width: calc(100% - 30px) !important;
}
.ui-dropdown{
  width: 100% !important;
}
.ui-dropdown .ui-dropdown-label{
  padding: 0.5rem 0.75rem;
}
.ui-datatable .ui-datatable-thead>tr>th, .ui-datatable .ui-datatable-tfoot>tr>td, .ui-datatable .ui-datatable-data>tr>td {
  padding: 0.75rem;
}
/* End Dealer Enrollment */


/* Begin Enrollment Maintenance*/
.ui-datatable-resizable thead th, .ui-datatable-resizable tbody td, .ui-datatable-resizable tfoot td {
  white-space: wrap;
}
.ui-datatable-resizable thead th span.ui-cell-data, .ui-datatable-resizable tbody td span.ui-cell-data, .ui-datatable-resizable tfoot td span.ui-cell-data {
    white-space: normal;
}
.ui-datatable-scrollable-body {
  min-height: 250px !important;
}
.enrollment-button-container{
  overflow: hidden;
  width: 100%;
}
.enrollment-button {
  float: left;
  padding: .16rem;
}
.enrollment-button.edit {
  float: none;
}
.active-user{
  padding: .36rem .72rem;
  position: fixed;
  top: 101px;
  right: 0;
  z-index: 9;
}
.ui-multiselect-panel .ui-multiselect-items-wrapper {
  overflow-y: scroll;
  max-height: 300px;
}
.minWidth {
    min-width: 300px;
}
.minWidth2 {
    min-width: 20%;
}
.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options {
  padding: 0 .5rem;
  min-width: 3rem;
}
.dealer-team-container{
  padding-bottom: 2rem;
}
.btn-container.open-dealer-team{
  padding-top: 1rem;
}
.btn-container .btn{
  margin:0 .24rem;
}
/* End Enrollment Maintenance*/


/* Begin Report Center */
.report-center {
  z-index: 999;
}
/* this is so the dropdowns will show up above the reports */
.report-center .z-tabs.horizontal.z-shadows > .z-container, .report-center .z-tabs > .z-container > .z-content.z-active {
  overflow: visible;
}
.report-form .form-group {
  box-sizing: border-box;
}
.report-form .report-button-container {
  align-self: flex-end;
  display: flex;
}
.report-form .report-button-container button {
  display: flex;
  height: 30px;
  margin-bottom: 4px;
}
.report-form .ui-calendar {
  width: 100%;
}
.report-form .ui-inputtext {
  width: 95%;
}
.report-form .ui-calendar .ui-inputtext {
  width: 90%;
}
.report-form .ui-multiselect .ui-multiselect-label-container {
  height: 30px;
}
.report-center h2 {
  padding-top: 1rem;
}
.report, .report-item, .report-item-link, .report-item-link span {
  display: flex;
}
.report-item, .report-item-link, .report-item-link span {
  flex-direction: row;
}
.report-item-link, .report-item-link, .report-item-link span {
  position: relative;
}
.report {
  margin: 0;
  padding: 0 0 1rem 0;
}
.report-item {
  margin: 0 1%;
  padding: 0;
  width: 16%;
}
.report-item:first-child {
  margin-left: 0;
}
.report-item-link{
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.report-item-link span {
  width: 100%;
}
.report-item-link i{
  position: absolute;
  bottom: 2%;
  left: 25%;
}
.report-item-link:hover i {
  left: 30%;
 }
 .report-form label {
   clear: both;
   display: block;
   margin-bottom: .2rem;
 }
 .report-iframe {
   box-sizing: border-box;
   height: 650px;
   margin: .66rem 0 0;
   padding: .66rem 0 0;
 }
 .report-iframe1 {
  box-sizing: border-box;
  height: 400px;
  margin: .66rem 0 0;
  padding: .66rem 0 0;
}
 .report-center .ui-button-icon-only .fa {
   left: 50%;
   right: 50%;
 }

 .report-center > div > div:last-child {
  padding: 1em;
  border-bottom: 0 none;
}
.report-center > div > div:last-child > div {
  margin: 0 auto;
}
.report-center > div > div:last-child > div.dataTables_wrapper label {
  margin: 0.5rem 0 0;
}
.report-center > div > div:last-child > div input[type="search"] {
  padding: 2px 4px;
  border: 0 none;
  border-radius: 4px;
  outline: 1px solid black;
}
.report-center > div > div:last-child > div input[type="search"]:focus {
  outline: 2px solid black;
}
.report-center > div.z-tabs > .z-container {
  border: 0 none;
}
#pcDistributionDealerReport span {
  display: none;
}
#imi-report-row {
  border: 0px none;
  box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
}

.report-center table.dataTable.display {
  border-collapse: collapse;
}
.report-center table.dataTable.display tbody tr.even {
  background-color: #ffffff;
}

.report-center table.dataTable.display tbody tr.odd {
  background: rgba(0, 0, 0, .05);
}

.report-center table.dataTable.display tbody tr.even .sorting_1 {
  background-color: #E2E4FF;
}

.report-center table.dataTable.display tr td {
  border: 1px solid #e1e6ef;
  color: #374767;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
}

.report-center .dataTable.display thead {
  background: #b3dfff;
}

.report-center table.dataTable.display thead tr th, .report-center table.dataTable.display tfoot tr th {
  text-align: left;
  border: 1px solid rgb(225, 230, 239);
  font-family: "TitlingGothicFB StandardComp", Oswald, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #374767;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
}

.report-center table.dataTable.display tbody tr:last-child td {
  border-bottom: 1px solid #111;
}

.report-center table.dataTable.display tfoot tr th {
  border-top: 1px solid #111;
  background: #b3dfff;
}

.report-center .reportTable .drilldown, .reportTable data {
  color: #0068b3;
  text-decoration: underline;
  cursor: pointer;
}

.report-center .dataTables_wrapper {
  margin-bottom: 2em;
}

.report-center .uniform-bottom-margin {
  margin-bottom: 20px;
}

.report-center .infoModal {
  color: white;
  font-size: 1.93em;
  cursor: pointer;
  position: absolute;
  right: 100px;
  top: 10px;
}

.modal-datatable .dataTables_wrapper {
  margin-left: auto;
  margin-right: auto;
}
/* End Report Center */


/* Start Contact List */
.contact-list {
  margin: 0;
  padding: 0;
}
.contact-list li{
  padding: 5px;
}
/* End Contact List */


/* Start Dropdowns */
.dropdown ul.dropdown-menu li{
  padding: 5px 10px;
}
.dropdown-menu-right.user-options{
  top: 20px;
}
/* End Dropdowns */


/* Begin Buttons */
.btn {
  display: block;
  margin-bottom: 10px;
  padding: 5px 15px;
  width: auto;
}
.btn-primary {
  display: inline-block;
}
.form-btns{
  margin-top:15px;
}
.header-buttons {
  height: 100%;
  padding: 36px 10px 10px 10px;
  width: auto;
}
.header-btn {
  height: 30px;
  padding: 0.5rem 1rem;
  width: auto;
}
/* End Buttons */

/* Start Headings */
h1, h2, h3, h4, h5 {
  margin: 0 0 12px 0;
}
.heading {
  padding: 20px 0;
}
.heading-line {
  position: relative;
  margin: 0 0 24px 0;
}
.heading-line h1, .heading-line h2, .heading-line h3, .heading-line h4, .heading-line h5 {
  display: inline-block;
  margin: 0;
  padding-right: 24px;
  position: relative;
  z-index: 2;
}
.heading-line::after {
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
/* End Headings */


/* Begin Page Title */
.pageTitle {
  padding: 0;
}
.pageTitle .container {
  margin:0;
}
.pageTitle .heading-xl {
  display: inline-block;
  margin: 0;
}
/* End Page Title */


/* Begin Nav Menu */
.navMenu:before, .navMenu:after {
  display: table;
}
.navMenu {
  display: block;
  float: left;
  height: 75px;
  margin-left: 20px;
  margin-top: 26px;
}
.navMenu .menuItem {
  float: left;
  position: relative;
}
.navMenu .menuItem .menuTarget {
  display: inline-block;
  height: 74px;
  padding: 0 14px;
}
.navbar .nav-item .nav-link.nav-pill.avatar {
  display: inline-block;
  margin: 10px 30px 10px 10px;
  position: relative;
}
/* End Nav Menu */


/* Begin Salutation */
.salutation {
  display: inline-block;
  margin: 10px;
  position: relative;
}
.salutation p {
  margin: 0;
  padding: 0;
}
/* End Salutation */


/* Begin Footer */
app-footer {
  display: block;
  /* min-height:275px; */
  overflow: hidden;
  padding-top: 2rem;
}
.mopar-links {
  margin-top: .66rem;
  padding-left: 1.66rem
}
.mopar-links img {
  max-width: 100%;
}
.mopar-links ul{
  margin: 1rem 0 0;
  padding:0;
}
.mopar-links li {
  margin-bottom: .66rem;
}
.chrysler-logos {
  margin-top: .66rem;
}
.chrysler-logos ul{
  overflow: hidden;
}
.chrysler-logos li {
  float: left;
  margin: 0;
  padding: 0;
}
.chrysler-logos img {
  max-width: 100%;
}
.copyright-notice {
  margin-top: 2.66rem;
  padding-top: 2.66rem;
  width: 100%;
}
.copyright-notice p {
  margin: 0;
  padding: 0 0 .88rem 0;
}
@media screen and (min-width: 320px) {
  .chrysler-logos ul {
    margin: 0;
    padding: 0;
  }
  .chrysler-logos li.logo-string {
    padding-top: 1rem;
    width: 100%;
  }
  .chrysler-logos li.logo-string li {
    padding-right: 5px;
    height: 35px;
  }
  .chrysler-logos li.logo-string ul {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .chrysler-logos li.logo-string li {
    padding-right: 6px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .chrysler-logos ul {
    justify-content: space-between;
    padding:0;
  }
  .chrysler-logos li.fca{
    padding: 0;
    width:25%;
  }
  .chrysler-logos li.logo-string {
    padding-top: 0;
    width: 75%;
  }
}
@media screen and (min-width: 1280px) {
  .chrysler-logos li.logo-string li {
    padding-right: 0;
  }
}
/* End Footer */


/* Begin Miscellaneous */
.fa.refresh-button {
  height: 35px;
  margin-top: .6em;
  margin-right: 1em;
  width: 35px;
}
.inline {
  display: inline-block !important ;
}
.visible-lg {
  display: block !important;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
p {
  margin-bottom: 24px;
}
.container {
  margin: 0 !important;
  width: 100% !important;
}
.body-container {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dealercode .modal-dialog{
  height: 20%;
  margin: 30px auto;
  max-width: none;
  max-height: none;
  width: 40%;
}
.visible-print{
  display: none;
}
.refreshGlyphImg {
    height: 75px;
    position: fixed;
    /* or absolute */
    top: 50%;
    left: 50%;
    width: 75px;
}
.z-tabs>.z-container>.z-content.z-content-pad>.z-content-inner {
  padding-top: 10px;
}
#main-content {
  padding: 2em 0 0 2em;
}
/* End Miscellaneous */

@media print {
  body{
    background: rgb(255,255,255);
  }
  header.app-header{
    position: absolute !important;
  }
  .visible-print{
    display: block;
  }
  header.navbar .navbar-brand {
    background-position-x: 1rem;
  }
  .z-tabs > ul, .z-tabs > ul > li > a, .z-tabs > .z-container {
    border: none !important;
  }
  app-header, sidenav, .sidebar-fixed .sidebar .sidebar-nav, .navMenu .menuItem, .navbar-toggler.mobile-sidebar-toggler, app-footer, .z-tabs-nav,.z-content-pad.z-content,.payout-chart-heading .print-button{
    display: none !important;
  }
  app-header, sidenav{
    height: 0 !important;
    width: 0 !important;
  }
  .sidebar-fixed .main {
    margin: 0;
  }
  .z-content-pad.z-content.z-active{
    display: block !important;
  }

  /* this resets the first character in each line from being misaligned with the rest of the word/sentence */
  a::first-letter,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter{
    vertical-align: text-top;
    margin-top: 0;
    padding-top: 0;
    line-height: initial;
  }
}
