/* You can add global styles to this file, and also import other style files */

body {
  height:100%;
  width:100%;
  font-family: 'Open Sans',sans-serif;
}
header {
  position:fixed;
  top:0px;
  left:0px;
  height:70px;
  right:0px;
  overflow:hidden;
  z-index: 99999;
  background-color: #fff;
}
main {
  margin-top:70px;
  min-height: 900px;
}

section.separator {
  height: 15px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-top: 2px;
  clear: both;
}
section.separator:before {
  content: '';
  width: 30%;
  height: 100%;
  background: #ed2924;
  border-top: 15px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  left: 0;
}
section.separator:after {
  content: '';
  width: 71.2%;
  background: transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #a6a8ab;
  position: absolute;
  right: 0;
}

.pub_title_link {
  color: red;
}

.mcp_publist_table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
  table-layout: fixed;

}
.mcp_publist_table th {
  background-color: #f1f0f0;
  text-align: left;
}

.publist_row {
  border-bottom: 1px solid #cfd8e6;
  padding-top: 10px;
}

.publist_row.header > .sortable {
  cursor: pointer;
}

.publist_row td, .publist_row th {
  border: 1px solid black;
  padding: 2px 10px;
  vertical-align: top;
  overflow: auto;
}

.publist_row td:first-child, .publist_row th:first-child {
  width: 7.5%;
}
.publist_row td:nth-child(2), .publist_row th:nth-child(2) {
  width: 30%;
}
.publist_row td:nth-child(3), .publist_row th:nth-child(3) {
  width: 7.5%;
}
.publist_row td:nth-child(4), .publist_row th:nth-child(4) {
  width: 10%;
}
.publist_row td:nth-child(6), .publist_row th:nth-child(6) {
  width: 7.5%;
}
.publist_row td:last-child, .publist_row th:last-child {
  width: 20%;
}
.publist_row td:nth-child(5), .publist_row th:nth-child(5) {
  width: 10%;
}
.publist_row:active {
  background-color: #BED2F0;
}
.mcp_publist_id {
  color: #606060;
}
@media not screen and (max-device-width: 980px){
  .publist_row:hover {
      background-color: #E9F0FA;
  }
}

.xref {
  cursor: pointer;
}

.terms-and-conditions {
  padding: 20px;
  width: 60vw;
  margin: 0 auto;
}

.link a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
}

.link a:hover {
  text-decoration: underline;
}

.link .link_separator {
  padding-left: 10px;
  padding-right: 8px;
}

.float-left {
  float: left!important;
}

.text-center {
  text-align: center!important;
}
.pt-3, .py-3 {
  padding-top: 1rem!important;
}

@media (min-width: 576px) {
  .d-sm-block {
      display: block!important;
  }
}
.d-none {
  display: none!important;
}

.p-3 {
  padding: 30px!important;
}

ul.publist {
  counter-reset: li; 
  list-style: none; 
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ul.publist a {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  margin: .5em 0;
  background: #DAD2CA;
  color: #444;
  font-weight: normal;
  text-decoration: none;
  border-radius: .3em;
  transition: .3s ease-out;
}

ul.publist a:hover { background: #E9E4E0; }
ul.publist a:hover:before { transform: rotate(360deg); }
ul.publist a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  top: 50%;
  margin-top: -1.3em;
  background: #f9dd94;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: .3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all .3s ease-out;
}
.version {
  font-weight: bolder;
}
@media (min-width: 576px) {
  .d-sm-block {
      display: block!important;
  }
}

ul.publist .version {
  font-weight: bolder !important;
}

.keywordlist, .keywordlist ul, .keywordlist li {
  position: relative;
}

.keywordlist ul {
  list-style: none;
  padding-left: 32px;
  margin-top: .5em;
}
.keywordlist .pub-title {
  font-weight: bold;
}
.keywordlist li::before, .keywordlist li::after {
  content: "";
  position: absolute;
  left: -12px;
}
.keywordlist li::before {
  border-top: 1px solid #000;
  top: 9px;
  width: 8px;
  height: 0;
}
.keywordlist li::after {
  border-left: 1px solid #000;
  height: 100%;
  width: 0px;
  top: 2px;
}
.keywordlist ul > li:last-child::after {
  height: 8px;
}

ul.pagination {
  text-align: center;
}
.pagination li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}
.pagination li > a {
  color: #fff;
  padding: 5px 10px;
  background: rgba(0,0,0,.3);
  text-decoration: none;
}

.pagination li.active a {
  font-weight: bold;
  background: rgba(0,0,0,.5);
  box-shadow: 0 0 3px rgba(0,0,0,.8);
  border-bottom: 2px solid #ed2724;
}


/* Microchip Footer CSS */
footer * {
  padding: 0;
  margin: 0;
  font-family: Open Sans,sans-serif
}

footer a:hover {
  text-decoration: underline currentColor;
  color: #41b6e6;
}

footer p {
  font-weight: 400;
  line-height: 24px;
}

footer input {
  display: none
}

footer .max {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 100px;
  padding-left: 116px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto
}

footer img[src*="microchip"][src*="logo"] {
  width: 200px;
  padding-bottom: 15px;
}

footer .main {
  background-color: #1c355e
}

footer .main * {
  color: #fff
}

footer .main .max {
  padding-bottom: 15px
}

footer .main .max>div>div {
  padding-left: 15px;
  padding-right: 15px
}

footer .main .max>div span * {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}

footer .main .max>div:not(:nth-child(5)) * {
  white-space: nowrap;
}

footer .main .max>div:nth-child(1) .link,footer .main .max>div:nth-child(2) .link,footer .main .max>div:nth-child(3) .link {
  margin-top: 13px;
}

footer .main .max>div:nth-child(1) .link>div>a,footer .main .max>div:nth-child(2) .link>div>a,footer .main .max>div:nth-child(3) .link>div>a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left
}

footer .main .max>div:nth-child(4) p:first-child {
  font-weight: 700;
  margin-bottom: 4px
}

footer .main .max>div:nth-child(4) p:not(:first-child) {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0
}

footer .main .max>div:nth-child(4) .mchp-component-items {
  margin-top: 30px
}

footer .main .max>div:nth-child(4) .mchp-component-items .mchp-component-item {
  flex-shrink: 0;
}

footer .main .max>div:nth-child(4) .mchp-component-items,footer .main .max>div:nth-child(6) .mchp-component-items {
  display: flex;
  align-items: center;
  gap: 15px
}

footer .main .max>div:nth-child(5),footer .main .max>div:nth-child(6) {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left
}

@media(min-width: 961px) {
  footer .main .max>div:nth-child(6):has(.legal-privacy-cookie-container) {
      width:auto
  }
}

footer .main .max>div:nth-child(5) {
  margin-top: 30px;
  width: 57%;
  padding-left: 15px
}

footer .main .max>div:nth-child(5) p {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0
}

@media(max-width: 1150px) and (min-width:960px) {
  footer .main .max>div:nth-child(5) {
      width:100%
  }
}

footer .main .max>div:nth-child(6) .mchp-component-items {
  justify-content: flex-end
}

@media(max-width: 960px) {
  footer .main .max>div:nth-child(5),footer .main .max>div:nth-child(6) {
      padding:0
  }

  footer .main .max>div:nth-child(5),footer .main .max>div:nth-child(4) {
      text-align: center
  }

  footer .main .max>div:nth-child(1),footer .main .max>div:nth-child(2),footer .main .max>div:nth-child(3) {
      width: 33%
  }

  footer .main .max>div:nth-child(4),footer .main .max>div:nth-child(5),footer .main .max>div:nth-child(6) {
      width: 100%
  }

  footer .main .max>div:nth-child(4) .mchp-component-items,footer .main .max>div:nth-child(5) .mchp-component-items,footer .main .max>div:nth-child(6) .mchp-component-items {
      justify-content: center
  }

  footer .main .max .max>div:nth-child(2) {
      margin-right: inherit
  }

  footer .main .max .max>div:nth-child(2)>div {
      max-width: 314px;
      word-wrap: break-word
  }
}

footer .support {
  background-color: #f8f8f7
}

footer .support .max>div:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 65px;
  padding-right: 20px;
  padding-left: 15px
}

footer .support .max>div:first-child img {
  width: unset
}

footer .support .max>div:nth-child(2) {
  margin-right: inherit
}

footer .support .max>div:nth-child(2)>div {
  letter-spacing: 0
}

footer .support .max>div:nth-child(2)>div>p:nth-child(1) {
  font-size: 24px;
  font-weight: 800;
  line-height: 33px
}

footer .support .max>div:nth-child(2)>div>p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px
}

footer .support .max>div:last-child {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 15px
}

@media(max-width: 1440px) {
  footer .max {
      padding-right:70px;
      padding-left: 70px
  }
}

@media(max-width: 960px) {
  footer .max {
      padding-right:20px;
      padding-left: 20px
  }

  footer .support .max>div:nth-child(2) {
      width: 300px
  }

  footer .main .max>div:nth-child(6) {
      padding: 0;
      margin-top: 15px
  }
}

@media(max-width: 630px) {
  footer .max {
      padding-right:0;
      padding-left: 0;
  }

  footer .support {
      padding: 10px;
      text-align: center;
      background: #f8f8f7
  }

  footer .support .max>div:nth-child(2) {
      width: 290px
  }

  footer .support .max>div:first-child {
      padding: auto
  }

  footer .support .max>div {
      padding-bottom: 10px
  }

  footer .main {
      padding-top: 0
  }

  footer .main .max {
      padding-top: 0
  }

  footer .main .max>div:nth-child(1),footer .main .max>div:nth-child(2),footer .main .max>div:nth-child(3) {
      width: 100%
  }

  footer .main .max>div:nth-child(4) {
      padding-top: 50px
  }

  footer .main .max>div:nth-child(5) p {
      width: 400px;
      display: inline-block
  }

  footer .main .max>div:nth-child(1),footer .main .max>div:nth-child(2) {
      border-bottom: 1px solid rgba(240,240,238,0.1)
  }

  footer .main .max>div:nth-child(6) {
      margin-top: 0
  }

  footer .accordion-item {
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
      margin-left: 0;
      display: block
  }

  footer .accordion-input {
      display: none
  }

  footer .accordion-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      padding: 10px;
      font-weight: bold;
      cursor: pointer;
      flex: 1;
      width: 95%
  }

  footer .accordion-label::after {
      content: "";
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      transition: transform .2s ease-out;
      width: .5em;
      height: .5em;
      border: solid #fff;
      border-width: 0 .15em .15em 0
  }

  footer .accordion-label.active::after {
      transform: translateY(-50%) rotate(-135deg)
  }

  footer .accordion-list .link>div {
      padding: 10px
  }
}

@media(max-width: 400px) {
  footer .main .max>div:nth-child(5) p {
      width:auto;
      display: inline-block
  }
}

footer .legal-privacy-cookie-container {
  display: flex;
  flex-direction: row;
  align-items: center
}

@media(max-width: 960px) {
  footer .legal-privacy-cookie-container {
      justify-content:center
  }
}

@media(max-width: 420px) {
  footer .legal-privacy-cookie-container {
      flex-direction:column
  }
}

footer .legal-privacy-cookie-container .mchp-component-items {
  gap: 0 !important
}

footer .legal-privacy-cookie-container .mchp-component-items .link a {
  border-right: 2px solid;
  padding: 0 6px
}

footer .legal-privacy-cookie-container #ot-sdk-btn.ot-sdk-show-settings {
  cursor: pointer;
  color: #fff;
  border: 0;
  font-size: 12px;
  line-height: 17px;
  padding: 0 6px;
  background-color: transparent
}

footer .legal-privacy-cookie-container #ot-sdk-btn.ot-sdk-show-settings:hover {
  text-decoration: underline currentColor;
  color: #41b6e6;
  background: 0
}

footer .legal-privacy-cookie-container img {
  vertical-align: middle
}

.accordion-list p {
  color: #aeaeaa !important
}
