/* Styling overrides for sorted theme and custom layouts */

@font-face {
  font-family: 'RundText Regular';
  src: url("/fonts/RundText/RundText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'RundText Bold';
  src: url("/fonts/RundText/RundText-Bold.woff2") format("woff2");
  font-weight: 'SemiBold';
  font-style: normal;
}

@font-face {
  font-family: 'RundText SemiBold';
  src: url("/fonts/RundText/RundText-SemiBold.woff2") format("woff2");
  font-weight: 'SemiBold';
  font-style: normal;
}

@font-face {
  font-family: 'RundText ExtraBold';
  src: url("/fonts/RundText/RundText-ExtraBold.woff2") format("woff2");
  font-weight: 'ExtraBold';
  font-style: normal;
}

@font-face {
  font-family: 'RundText Black';
  src: url("/fonts/RundText/RundText-Black.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'RundText Medium';
  src: url("/fonts/RundText/RundText-Medium.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Space Mono';
  src: url("/fonts/SpaceMono/SpaceMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  font-family: 'RundText Regular'!important;
}

#navigation .navigation-menu {
  margin: 0 80px;
}

#navigation .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 18px;
}

@media (max-width: 1200px) {
  #navigation{
    display:none;
  }
}


/*Style to spread out article content more evenly between headings*/
.docs-content .main-content h1,
.docs-content .main-content h2,
.docs-content .main-content h3,
.docs-content .main-content h4,
.docs-content .main-content h5 {
  margin: 3rem 0 2rem 0 !important;
}

/*Override for article right-side menu text letter-spacing */
#TableOfContents a, #toc a {
  letter-spacing: 0 !important;
  font-size: 14px !important;
}

p {
  line-height: 2 !important;
  margin-bottom: 2rem!important;
}

.alert p {
  margin-bottom: 0rem !important;
}

/*Hero CTR2 button color override*/
.btn-outline-primary {
  --bs-btn-color: #FC825A!important;
  --bs-btn-border-color: #FC825A!important;
  --bs-btn-hover-bg: #ffe5de!important;
  --bs-btn-hover-border-color: none!important;
  --bs-btn-active-bg: #FC825A!important;
  --bs-btn-active-border-color: #FC825A!important;
}

a.btn.btn-lg:active{
  background-color: #FC825A!important;
  border: #FC825A!important;
}

/*Hero image width override*/
.docs-content img.shadow-lg.mx-auto.d-block.rounded-top-4 {
  max-width: 100%;
}

/*Hides default imageCompare on homepage*/
section#imageCompare {
    display: none;
}

/* Release notes product toggles*/
.toggleContainer{
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 3px;
  float: right;
  flex-direction: row-reverse;
  font-size: 14px;
}
.onoffswitch {
  position: relative; width: 70px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
  margin-left: 25px;
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block; overflow: hidden; cursor: pointer;
  border: 2px solid #999999; border-radius: 30px;
  margin-bottom: 0px !important;
}
.onoffswitch-inner {
  display: block; width: 200%; margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block; float: left; width: 50%; height: 35px; padding: 0; line-height: 35px;
  font-size: 11px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner.insightsIcon:before {
  content: "show";
  padding-left: 6px;
  background-color: #FFFFFF; color: #000000;
}
.onoffswitch-inner.trackIcon:before {
  content: "show";
  padding-left: 6px;
  background-color: #FFFFFF; color: #000000;
}
.onoffswitch-inner.shipIcon:before {
  content: "show";
  padding-left: 6px;
  background-color: #FFFFFF; color: #000000;
}
.onoffswitch-inner.carriersIcon:before {
  content: "show";
  padding-left: 6px;
  background-color: #FFFFFF; color: #000000;
}
.onoffswitch-inner:after {
  content: "hide";
  padding-right: 6px;
  background-color: #EEEEEE; color: #707070;
  text-align: right;
}
.onoffswitch-switch {
  display: block; width: 20px; margin: 10px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 26px;
  border: 2px solid #999999; border-radius: 30px;
  transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; 
}


/* Links to sales and support in landing page footers */
.footer-key-contacts{
  margin: 40px 0;  
  font-size: 15px;
}
.footer-key-contacts i{ 
  font-size: 20px;
  padding-right: 10px;
}

/* Sidebar font styling */
a.sidebar-nested-link{
    font-weight: 400 !important;
}

.page-wrapper .sidebar-wrapper .sidebar-menu li.no-icon>button {
    margin: 4px 0 !important;
}