.mb0{margin-bottom:0!important};
.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}
.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}
.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}
.mt100{margin-top:100px;}
.mb100{margin-bottom:100px;}
.mr5{margin-right:5px;}
.mr15{margin-right:15px;}
.container{max-width:100%;}

.mw200{min-width:200px;}

#intro-rms .btn-primary.mw200{
	margin: 10px 15px;
}
#intro-rms h2{
	color:#000!important;
	font-weight:700!important;
}

@media(min-width:992px) {
	.nav-pills ul {
		display: flex;
	}
	.nav-pills>li:nth-child(1) {
		margin-left: 0 !important;
	}
	.nav-pills li {
		margin-left: -16px !important;
		min-width: 200px;
		text-align: center;
	}
	.nav-pills a {
		color: #000;
		background: #E9EAEE;
		background-color: #E9EAEE;
		position: relative;
		display: inline-block;
		margin: 0 22px;
		padding: 6px 10px;
		border-radius: 4px 4px 0 0;
		text-decoration: none;
	}
	.nav-pills a:hover {
		background-color: #E9EAEE!important;
	}
	.nav-pills a:before,
	.nav-pills a:after {
		content: " ";
		position: absolute;
		top: 0;
		width: 23px;
		height: 100%;
		background-color: #E9EAEE;
	}
	.nav-pills a:before {
		border-radius: 16px 0 0 0;
		transform: skew(-16deg);
		left: -16px;
		border-left: 1px solid #C9C9C9;
	}
	.nav-pills a:after {
		border-radius: 0 16px 0 0;
		transform: skew(16deg);
		right: -16px;
		border-right: 1px solid #C9C9C9;
		z-index: 1;
	}
	.nav-pills li.active a {
		color: #FFF;
		background: #00BCFF;
		font-weight: bold;
	}
	.nav-pills li.active a:hover,
	.nav-pills li.active a:focus {
		background: #00BCFF;
	}
	.nav-pills li.active a:before,
	.nav-pills li.active a:after {
		z-index: 1;
		background: #00BCFF;
	}
	#myTabContent {
		border: 1px solid #C9C9C9;
		padding: 50px;
	}
}

@media(max-width:991px) {
	.full-screen-width li {
		width: 100%;
	}
	.nav-pills a {
		color: #000;
		background: #E9EAEE;
	}
	.nav-pills li.active a {
		color: #FFF;
		background: #00BCFF;
		font-weight: bold;
	}
	.nav-pills li.active a:before,
	.nav-pills li.active a:after {
		z-index: 1;
		background: #00BCFF;
	}
	.nav-pills li.active a:hover,
	.nav-pills li.active a:focus {
		background: #00BCFF;
	}
	#myTabContent {
		border: 1px solid #C9C9C9;
		padding: 15px;
		text-align: left!important;
	}


}

@media(max-width:767px) {
	span.visible-xs {
		display: inline-block!important;
	}
	.text-left {
		text-align: left!important;
	}
}

.striped {
	background-color: rgba(0, 0, 0, .05);
}

@media(min-width:768px) {
	.leasing-quotes-header h2 {
		display: inline-block;
		line-height: 46px;
		margin: 0;
		float: left;
	}
	.leasing-quotes-header a {
		float: right;
		display: inline-block;
	}
}

@media(max-width:767px) {
	.leasing-quotes-header {
		text-align: center;
	}
}

@media(min-width:768px) {
	.va-container {
		display: table;
		width: 100%;
	}
	.va-child {
		display: table-cell;
		vertical-align: middle;
		float: unset;
	}
}



/** Customer Account Page *//

/* Set box sizing to border-box */

  div.table {
    width: 100%;
  }

  .tr:first-child {
    display: none;
  }

  .rh > span {
    display: block;
    position: relative;
  }

  /* Insert header name before each row on mobile */
  .td:before {
    content: attr(data-header);
    float: left;
    width: auto;
  }

  /* CSS border triangle trick */
  div.table .rh > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #000;
    z-index: 2;
    right: 0px;
    top: 8px;
    pointer-events: none;
  }

  /* Flip CSS border triangle on active */
  div.table .rh.active > span:after {
    border-left-color: transparent;
    border-top-color: #fff;
    top: 12px;
    right:8px;
  }

  /* Media Queries */
  @media screen and (min-width: 768px) {
    .rh {
      display: none;
    }

    .thead {
      display: table-header-group;
    }

    .tbody {
      display: table-row-group;
    }

    .tr,
    .tr:first-child {
      display: table-row;
    }

    .th,
    .td {
      display: table-cell;
    }

    .td:before {
      content: "";
    }
  }
  @media(max-width:767px){
    .striped{
      background:transparent;
    }
  }
  /* ===========
  Styling
  =========== */

  .rh{
    cursor:pointer;
    user-select:none;
    text-align:left;
    border-bottom:1px solid white;
  }

  div.table {
    border: 1px solid transparent;
  }

  .th{
    text-align:center;
  }
  .th,
  .rh > span {
    background: #E9EAEE;
  }

  .th,
  .tr .td,
  .rh,
  .rh.active:nth-last-child(2) {
    border-bottom: 1px solid #fff;
  }

  .rh.active span{
    background:#aaa ;
    color:#fff;
  }

  .rh:nth-last-child(2) {
    border-bottom: none;
  }

  .td {
    padding: 5px 15px;
    height:34px;
  }

  .td span{
    float:right;
  }

  .rh > span {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
  }

  .tr:first-child,
  .tr:last-child {
    border-bottom: none;
  }

  .tr:last-child .td:last-child {
    border-bottom: none;
  }

  @media screen and (min-width: 768px) {
    .th,
    .td,
    .tr,
    .tr .td:last-child {
      border-bottom: 1px solid #DDD;
    }

    .th,
    .td {
      padding: 5px;
    }

    .th {
      border-right: 1px solid #DDD;
    }

    .td {
      border-right: 1px solid #DDD;
    }

    .th:last-child,
    .td:last-child {
      border-right: none;
    }

    /* Reset Mobile Styles */
    .tr:last-child .td:first-child {
      border-top: none;
    }

    .tr:last-child .td {
      border-bottom: none;
    }

    .tr .td:nth-child(even) {
      background: none;
    }
  }

  /** Account Page CSS **/

.my-account-container{
    color:inherit;
}
.my-account-container .dropdown-menu{
    z-index:1002;
}
@media(min-width:992px){
  .my-account-container{
    text-align:right;
  }
  .my-account-container span{
    position:relative;
  }
  .my-account-container.mb10{
    margin-bottom:0px;
  }
  .my-account-container .dropdown-menu{
    top:25px;
    color:#000;
  }
}
@media(max-width:767px){
  .my-account-container .dropdown-menu{
    left:unset;
    top:unset;
    color:#000;
  }
  .nav-pills>li+li{
    margin:0;
  }
}
.my-account-container .dropdown-menu .dropdown-item {
    display: block;
    margin: 5px 0;
    padding: 0 15px;
    text-align: left;
    line-height:20px;
    color:inherit;
}
.my-account-container .dropdown-menu .dropdown-item:hover {
}
.my-account-container button {
    background: transparent;
    border: transparent;
    box-shadow: none!important;
}
#navbar-div .dropdown-menu {
    z-index: 50000;
}

#the-products .flexbox{
  text-align:unset;
}

.table{
  display:table;
  height:100%;
}
.table-cell{
  display:table-cell;
}
.va-mid{
  vertical-align:middle;
}

#the-products .flexbox-container{
    justify-content:unset;
}

.product-image{
    width:100%;
    position:relative;
}
.product-image img{
    max-width:100%;
}

#ink-and-toner-header{
    background:url('https://cdn.shopify.com/s/files/1/0274/8291/4850/files/Ink_TonerBanner-V3.png?381') center no-repeat;
    height:260px;
}
/** New Navbar **/
#phantom-navbar{
    height:230px;
    min-height:150px;
    max-height:198px;
}
#pre-navbar-div{
    z-index:100000;
    position:relative;
}
#unified-navbar #quote-count{
	position: absolute;
	z-index: 1;
	top: 5px;
	color: #fff;
	background:#DC1D20;
	font-weight: bold;
	left: 60%;
	-webkit-transform: translateX(-40%);
	transform: translateX(-40%);
}
#navbar-container{
    z-index:1040;
    position:fixed;
    width:100%;
}
#navbar-container .main-menu a{
    color:#fff;
}

#navbar-container nav ul.menu-main{
    text-align:center;
}

@media(max-width:991px){
  .my-account-container button{
    color:#fff;
  }
    #dynamic-search .container {
        width: 100%;
    }
}
@media(min-width:768px){
    #navbar-container nav ul.menu-main{
        height: 50px;
        padding-left: 5px;
        padding-right: 5px;
        line-height: 50px;
    }
}
.loading{
margin:30px;
color:#fff;
}
.loading .fa{
    color:#000;
}

#nav-pill-box{
    background:white;
}

#mobile-logo-container{
background:#fff;
}
#dynamic-search{
    width:100%;
    z-index:50001;
}
@media(min-width:992px){
    #dynamic-search{
        position:fixed;
        }
#mobile-logo-container{
    display:none;
}
}
#dynamic-search .nav-pills li a:after,
#dynamic-search .nav-pills li a:before {
	all: unset;
}
#dynamic-search .nav-pills a {
	margin: 0!important;
	background: #fff;
	border-radius: 0;
	width: 100%;
	font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}
#dynamic-search .nav-pills .dropdown-menu a{
   color:#000;
}
#dynamic-search .nav-pills li:not(:last-child) a:hover,
#dynamic-search .nav-pills li.open > a:first-child{
	background: #0D7186!important;
	color: #fff;
}

#dynamic-search .nav-pills a i {
	font-size: 30px;
	margin-bottom: 5px;
}

#dynamic-search .nav-pills li {
	min-width: unset;
	display: flex;
	margin: 0!important;
	flex: 1 1 0px;
	width: 0;
}

#dynamic-search-logo {
	width: 280px!important;
}
#dynamic-search .nav-pills #dynamic-search-logo a:hover{
    background:initial!important;
}

#search-container {
	padding: 15px;
    color:#fff;
    max-height:70vh;
}
#search-container #results{
    display:none;
    padding: 15px;
    border-radius:4px;
    background:#fff;
    overflow-y:auto;
    max-height:50vh;
}
#search-container p{
    user-select:none;
    font-family:'Open Sans', Arial;
    font-weight:700;
    font-size:14px;
    color:#333;
}
#search-container input{
    font-size:15px;
    color:#555;
    font-family:'Open Sans', Arial;
}
#search-container td a{
    font-family:'Open Sans', Arial;
    font-size:14px;
    color:#333;
}
#search-container td .bullet{
    background: #949494;
    color: #fff;
    margin-right: 10px;
    text-align: right;
    padding: 0 10px;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
    font-family:'Open Sans', Arial;
    font-size:14px;
    overflow:hidden;
    text-overflow: ellipsis;
    max-width:133px;
}
#search-container p, #search-container li, #search-container a{
    color:#333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#search-container a:hover{
    text-decoration:underline;
}

.nav-pills li.open:not(.active):not(:last-child) a:not(:hover) i{
  color:#fff;
}
.has-search {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    cursor: pointer;
    color: #a3a3a3;
    right:35px;
    padding-top:7px;
}

#results .clearfix hr{
    border-top:1px solid #333;
}

.toggleResultList .fa-chevron-up{
    transform: rotate(-180deg);
}
.toggleResultList.collapsed .fa-chevron-up{
    transform: rotate(90deg);
}
.toggleResultList .fa-chevron-down{
    transform: none;
}
.toggleResultList.collapsed .fa-chevron-down{
    transform: rotate(-90deg);
}
.anchor-target {
    position: absolute;
    left: 0;
    top: -150px;
}

#search-container tr td:first-child {
    text-align: right;
}
#search-container th, #search-container td {
    padding: 1px;
    width: 250px;
    max-width:145px;
}
.highlighted  {background: yellow;}
.fa-times {cursor: pointer;}
.collapsed {cursor: pointer;}
#search-container p {font-weight: bold; margin-top: 10px;}
.pResults li strong {background: #000; color: #fff;  padding: 0px 5px; margin-right: 10px;}
.pResults li {list-style: none;}


/** Hide/Show extra Navbar Table Rows for search results **/
#product-results table tr:nth-of-type(1n+4){
	display:none!important;
}
#product-results .displayMoreRows table tr:nth-of-type(1n+4){
	display:table-row!important;
}
#product-results .showMoreRows {
  user-select: none;
  font-family: 'Open Sans', Arial;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  display:block!important;
  cursor:pointer;
  font-style:italic;
}


/** Microsoft Edge CSS **/
@supports (-ms-ime-align: auto) {
	#dynamic-search .nav-pills li a:after,
	#dynamic-search .nav-pills li a:before {
		content:none;
	}
	#dynamic-search .nav-pills #dynamic-search-logo a{
	    background:transparent!important;
			outline:none!important;
	}
	#dynamic-search .nav-pills #dynamic-search-logo a:hover{
	    background:transparent!important;
			outline:none!important;
	}
	#dynamic-search-logo{
		min-width:280px!important;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   /* IE10+ CSS */
	 #dynamic-search .nav-pills li{
		 min-width:0;
	 }
	 #dynamic-search .nav-pills li a:after,
	 #dynamic-search .nav-pills li a:before {
		 content:none;
	 }
	 #dynamic-search .nav-pills #dynamic-search-logo a{
			 background:transparent!important;
			 outline:none!important;
	 }
	 #dynamic-search .nav-pills #dynamic-search-logo a:hover{
			 background:transparent!important;
			 outline:none!important;
	 }
	 #dynamic-search-logo{
		 min-width:280px!important;
	 }
}

@media(min-width:768px) and (max-width:991px){
	.btn-supplies.toner-cart-btn.btn-ajaxify-me{
		white-space:unset;
	}
}


.unified-search-custom #search-container{
    background:#ddd;
  }
.unified-search-custom #results{
    display: block;
    z-index:231423423432432;
    position: absolute;
    width:100%;
    margin-top: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    border: 5px solid #DDD;
    border-radius: 0!important;
  }
  .unified-search-custom #search-container #results{
    background:#fff;
  }
  .unified-search-custom #search-container{
    padding:0;
    background:transparent;
  }
  .unified-search-custom .form-control-feedback{
    line-height:34px!important;
    background:#ddd;
    cursor:pointer;
    pointer-events:auto!important;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
  }

#notify-me{
	cursor:pointer;
	font-weight:700!important;
}
.divider{
	margin:0 5px;
}

#etilize-product-search-page .flexbox-container{
	justify-content:flex-start;	
}

.fixedNavbar{
  position:fixed;
  top:0;
  z-index:1040;
  box-shadow:rgba(0,0,0,0.25) 0px 1px;
  width:100%;
}

#navbar-div.fixedNavbar{
  position:fixed;
  top:0;
  z-index:1040;
  background:#fff;
  width:100%;
  left:0;
  padding-top:15px;
  padding-bottom:15px;
}
@media(max-width:991px){
  #navbar-div.fixedNavbar{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:0px;
  }
}
.ai-center{
  align-items:center;
}
.mt15{
  margin-top:15px!important;
}
.mb15{
  margin-bottom:15px!important;
}

.fd-row, #the-products .fd-row{
  flex-direction:row;
}

.primary-color {
  color:#808080;
}
/* Category Promotion CSS */
.product-img-container {
  position:relative;
}
.promotional-banner {
  position:absolute;
  right:-7px;
  padding:5px 15px;
  background:#c0c0c0;
  color:#fff;
  font-weight:700;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.promotional-banner:before {
  content:"SALE";
}

/* Selected Product Promotion CSS */
#mpstoolbox-product .promotional-banner{  
  display:inline-block;
  position:static;
  margin-bottom:25px;
  
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Account Page Quote Tab CSS */
.collapse-caret:before {
  font-family: "FontAwesome";
  content: "\f077"; /* caret down icon */
  margin-left: 5px;
  font-size:80%;
}
.collapsed .collapse-caret:before {
  content: "\f078"; /* caret up icon */
}

a.quote-product-description-link {
  user-select:none;
  color:inherit;
  display:flex;
  align-items:center;
  margin-top:0;
  margin-bottom:0;
}

.quote-product-description-link:hover {
  text-decoration:underline;
}

#checkout {
  margin-bottom:100px;
}

#financing-sidebar .modal-dialog.modal-dialog-sidebar {
    margin: 0;
    width: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 600px;
    height:100%;
  }

  #financing-sidebar .modal-content {
    height:100%;
    padding-left:15px;
    padding-right:15px;
  }

  #financing-sidebar .modal-footer {
    margin-bottom:20px;
  }

  .float-right {
    float: right;
  }

  .float-left {
    float: left;
  }

  #mpstoolbox-product ul {
    padding-left:15px;
  }