﻿:root {
  --top-bar: 55px;
  --secondary-bar: 50px;
  --footer: 50px;
  --overall-margin: 0.9375rem;
  --ui-padding: 0.9375rem;
  --light-gray: #EEEEEE;
  --lightest-gray: #f6f6f6;
  --light-text: #999999;
  --transition-ease: all 0.4m ease; }

:root {
  --top-bar: 55px;
  --secondary-bar: 50px;
  --footer: 50px;
  --overall-margin: 0.9375rem;
  --ui-padding: 0.9375rem;
  --light-gray: #EEEEEE;
  --lightest-gray: #f6f6f6;
  --light-text: #999999;
  --transition-ease: all 0.4m ease; }

/*
    This is the standard width size by default
    If you want to make it full screen, width: auto; or change the class from container to 
    container-fluid in _Layout.cshtml

    Please do not set the width to a specific size, it will cause the navbar collapse to
    Render off the page, making it non functional.
*/
.body-content {
  /*width: 80%;*/ }

.header-content {
  /*width: 99%;*/ }

.footer-content {
  /*width: auto;*/ }

.displayNone {
  display: none; }

.displayInlineFlex {
  display: inline-flex; }

.picker {
  margin-bottom: 14px; }

select.dropdown-control {
  border: 1px solid #455A64;
  border-radius: 3px;
  color: #455A64; }

.k-content {
  outline: 0;
  padding: 1em; }

.xd-margin-right-1 {
  margin-right: 1em !important; }

.xd-margin-left-1 {
  margin-left: 1em !important; }

.modal-content {
  position: relative;
  background-color: #fff; }

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.reveal-header.cus-header {
  text-transform: none !important; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.off-canvas .accordion {
  background: transparent; }

.off-canvas .accordion-title {
  border: none; }

:last-child:not(.is-active) > .accordion-title {
  border-bottom: none; }

.off-canvas .accordion a, .off-canvas .accordion .link, .off-canvas .accordion .clickable {
  background: transparent;
  color: #F3F3F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
  outline: none;
  height: 50px;
  padding: 0.7rem 0.5rem;
  width: 100%;
  text-transform: capitalize; }

.off-canvas .accordion a:hover, .off-canvas .accordion .clickable:hover {
  color: #59B267;
  text-decoration: none;
  background: #262626; }

.accordion .js-accordion-back > a::before, .accordion .js-accordion-back > .clickable::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #66BB6A transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.off-canvas .accordion a:hover .xd-notification {
  background: #ef6250;
  border-color: #ef6250; }

.off-canvas .accordion .xd-icons {
  font-size: 1.5em;
  margin-right: 0.5em; }

.off-canvas .accordion .is-accordion-submenu {
  background: #333333; }

.off-canvas .accordion .is-accordion-submenu-parent > a:after {
  right: 1.7rem; }

.off-canvas .accordion-content {
  background-color: #424242;
  color: #e6e6e6;
  border: 1px solid #424242; }

input.xd-checkbox:disabled, input.xd-checkbox[readonly] > xd-checkbox-label {
  opacity: 0.4; }

input:disabled + label.xd-checkbox-label {
  opacity: 0.35;
  cursor: not-allowed !important; }

.email-address {
  color: #29b6f6;
  text-decoration: underline; }

/* The below CSS needs to be reviewed with Glen later after AXD Update*/
.footer-wrapper {
  display: inline-block;
  width: 100%; }

.footer-panel {
  display: none;
  background: white;
  width: 100%;
  height: calc(100vh - 50px);
  top: 0;
  padding: 1em;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999; }

.footer-panel .menu a {
  color: #53626D;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
  transition: all 0.5s ease; }

.footer-panel .menu a:hover {
  background: #53626D;
  color: white;
  border-color: #53626D;
  padding: 1em; }

.footer-panel .close-button {
  background: red;
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.5s ease; }

.footer-panel .close-button:hover {
  transform: scale(3) rotate(90deg); }

.footer-panel h4 {
  margin-top: 1em;
  font-weight: 300;
  border-bottom: 5px solid #53626D;
  display: inline-block; }

.footer-header {
  border-bottom: 1px solid #53626D;
  margin-bottom: 1em; }

.social-links {
  margin: 1em 0; }

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #53626D;
  margin: 1em 0;
  padding: 0.7em 0;
  border: 1px solid;
  transition: all 0.5s ease;
  border-radius: 3px; }

.social-links .facebook-link {
  border-color: #4172b8; }

.social-links .facebook-link:hover {
  background: #4172b8;
  color: white;
  transform: scale(1.1); }

.social-links .facebook-link:hover .facebook:before {
  color: white; }

.social-links .twitter-link {
  border-color: #1da1f2; }

.social-links .twitter-link:hover {
  background: #1da1f2;
  color: white;
  transform: scale(1.1); }

.social-links .twitter-link:hover .twitter:before {
  color: white; }

.social-links .linkedin-link {
  border-color: #0077b5; }

.social-links .linkedin-link:hover {
  background: #0077b5;
  color: white;
  transform: scale(1.1); }

.social-links .linkedin-link:hover .linkedin:before {
  color: white; }

.social-links .youtube-link {
  border-color: #f00; }

.social-links .youtube-link:hover {
  background: #f00;
  color: white;
  transform: scale(1.1); }

.social-links .youtube-link:hover .youtube:before {
  color: white; }

.social-links .instagram-link {
  border-color: #e4405f; }

.social-links .instagram-link:hover {
  background: #e4405f;
  color: white;
  transform: scale(1.1); }

.social-links .instagram-link:hover .instagram:before {
  color: white; }

.social-links .xd-icon {
  font-size: 1.5em;
  margin-right: 0.5em;
  transition: all 0.5s ease; }

footer {
  background: white;
  border-top: 1px solid #ddd;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 99;
  padding: 0 1em; }

footer .menu {
  height: 100%; }

footer .menu .xd-icon {
  font-size: 1.3em;
  margin: 0 0.25em; }

footer .menu li {
  display: flex;
  align-items: center;
  color: #53626D; }

footer .menu a {
  color: #53626D;
  transition: all 0.5s ease; }

.company-legal li {
  padding-right: 0.5em; }

footer .xd-icon.shield-check-solid {
  color: #43A047; }

footer .menu .footer-logo a {
  padding: 0; }

footer .open-footer-panel li {
  padding: 0; }

footer .open-footer-panel a {
  text-decoration: underline; }

footer .open-footer-panel a:hover {
  color: #4FC3F7; }

.more-footer button {
  background: #EEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5em;
  width: 35px;
  height: 35px;
  cursor: pointer;
  outline: none;
  transition: all 0.5s ease; }

.more-footer button:hover {
  background: #455A64;
  color: white; }

footer li.more-footer {
  padding-left: 1em; }

.more-footer {
  cursor: pointer; }

.more-footer:hover button {
  background: #455A64;
  color: white; }

/* end of CSS to review after AXD Update */
.hidden {
  display: none; }

.menuHeader {
  color: red;
  font-size: 150%;
  font-weight: bold; }

.add-favorites-btn-icon .xd-icon, .remove-favorites-btn-icon .xd-icon {
  font-size: inherit;
  margin-left: 6px; }

.remove-favorites-btn-icon .xd-icon {
  transform: rotate(90deg); }

.favorites-widget {
  height: auto;
  margin: 12px 12px 0 12px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.26);
  border-radius: 3px; }

.blog-list {
  width: 350px; }

#openWidgetTopBar {
  padding: 0 10px; }

#launchSearch {
  margin: 0;
  color: white;
  border: none;
  height: 2.4375rem;
  line-height: 1.5;
  display: block; }

#openWidgetTopBarWrapper {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  padding: 3px; }

#searchInput {
  margin: 0 5px; }

#searchButton {
  display: inline;
  justify-content: flex-start; }

.app-bar-icon {
  font-family: "axd" !important;
  font-size: 1.5rem;
  margin-right: 0.5rem; }

.agile-alerts {
  color: #FFAB00; }

.agile-tasks {
  color: #FFAB00; }

.agile-calendar {
  color: #FFAB00; }

.agile-project-container {
  color: #7e57c2; }

.agile-bid-board {
  color: #7e57c2; }

.agile-request-for-assistance {
  color: #7e57c2; }

.agile-rfwd {
  color: #7e57c2; }

.agile-rfd3 {
  color: #7e57c2; }

.agile-submittal-generator {
  color: #7e57c2; }

.agile-submittal-library {
  color: #7e57c2; }

.agile-quote {
  color: #00BFA5; }

.agile-price-history {
  color: #00BFA5; }

.agile-stock-pricing-tool {
  color: #00BFA5; }

.agile-expanded-pricing {
  color: #00BFA5; }

.agile-scratchpad {
  color: #00BFA5; }

.agile-product-search {
  color: #03a9f4; }

.agile-product-configurator {
  color: #03a9f4; }

.agile-regional-manufacturing-product-helper {
  color: #03a9f4; }

.agile-product-knowledge-base {
  color: #03a9f4; }

.agile-order-management {
  color: #00C853; }

.agile-order-status-3 {
  color: #00C853; }

.agile-credit-invoice-viewer {
  color: #00C853; }

.agile-payments {
  color: #00C853; }

.agile-claim-request {
  color: #00C853; }

.agile-returns {
  color: #00C853; }

.agile-doc-viewer {
  color: #00C853; }

.agile-contact-management {
  color: #FF5722; }

.agile-national-enterprise-accounts {
  color: #FF5722; }

.agile-national-accounts {
  color: #FF5722; }

.agile-corporate-accounts {
  color: #FF5722; }

.agile-juno-customer-cross-reference {
  color: #FF5722; }

.agile-agency-administration {
  color: #C51162; }

.agile-standardnotes {
  color: #C51162; }

.cover.appplications-post-color::before {
  background-color: rgba(79, 195, 247, 0.85); }

.cover.products-post-color::before {
  background-color: rgba(67, 160, 71, 0.85); }

.cover.service-post-color::before {
  background-color: rgba(229, 57, 53, 0.85); }

.blog-container {
  margin-top: -12.8em;
  position: relative; }

.agile-factor-management {
  color: #C51162; }

.agile-acuity-store {
  color: #C51162; }

.blog-label {
  display: none; }

#blogsButton.is-collapsed .blog-label {
  display: inline-flex;
  align-items: center; }

.agile-help {
  color: #0070c0; }

section.blog-content {
  padding: 3em !important; }

.blog-content img {
  padding: 1em;
  background: white;
  margin-bottom: 1em;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16), 0px 0px 8px rgba(0, 0, 0, 0.23);
  border-radius: 3px; }

.blog-content a {
  color: #0070c0;
  text-decoration: underline; }

li.k-item.disabled:before {
  display: none; }

.button.unpin, .button.flyoutfavoriteswidget, .button.flyout, .button.pinApp {
  padding: 0 1.3em !important; }

.button.flyoutmyfavorites {
  padding: 0 1.3em !important; }

.button.flyoutfavoriteswidget {
  margin-right: 1em !important; }
