/*
 * ============== CSS Content ==============
 */

 /*
- hidden from top nav
- flex test
- global
- Font sizing
- CSS overide for Main and other CSS docs
- header - footer
- image size adjustment
- Layers/levels 1-10
- spacer top
- spacer left
- spacer top bottom
- spacer top bottom
- background colors
- CAROUSEL
- Button 
	 Shop Now / Add to Cart
	 button white
	 button blue
	 button green
	 button light blue
	 button orange
	 button red
	 button black
- Dental Buttons styling site wide
		button blue
		button green
		button links
		button red
		button white
		hideen button
- drop-down menu
- homepage only
- category include files
- inner-section rows
- acccount left nav hidden
- tabs
- category pages level two
- video cards
- icon-box
- drop down menu bootstrap change
- footer
- 992px width
- 800px width
- 768px width
- HOMEPAGE GRID SYSTEM / category pg
- 414px width
- 375px width
 */
 .site-link-home {
 	margin-bottom: 20px;
 	display: flex;
 	justify-content: center;
 }
/* ==================== override main CSS top nav ========================== 
.signin-hdr .btn-group .btn-link:nth-child(2), .signin-hdr .btn-group .btn-contact:nth-child(2), a.custLogin, .btn.btn-link.mb-hide, .btn.btn-contact, .mainmenu {
  display: none;
} */
.mainmenu {
		background-color: #ffffff;
		font-size: 15px;
		font-weight: 500;
		line-height: 16px;
		min-height: 30px;
		margin-bottom: 0px;
		display: none;
	}
.text-vertical {
	color: white;
	display: block;
	line-height: 18px;
	max-width: 250px;
	text-align: center;
	width: 100%;
}
.accountFormBlock {
	margin: 20px 10px;
	display: inline-block;
}
.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
/* ==================== flex test ===================== */
.row-flex-container {  
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}
.row-flex {  
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.flex-center {  
	align-items: center;
}
.flex-row {
	flex-direction: row;
}
.flex-column {
	flex-direction: column;
}
.flex-space {
	justify-content: space-around;
}
.flex-centerV {
	justify-content: center;
}
.flex-grow-1 {
	flex-grow: 1;
}
.flex-grow-2 {
	flex-grow: 2;
}
/* ==================== global ===================== */
html,
body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: 'Oxygen', sans-serif;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif, Hiragino Sans, ヒラギノ角ゴシック ,YuGothic, Yu Gothic , メイリオ , Meiryo, ＭＳ Ｐゴシック, MS PGothic;
	padding-top: 88px;
}


@media (max-width: 64em) { /*1024px iPad verical*/
  	body {
	}
}
@media (max-width: 61.32em) { /*981px iPad 3/4*/
  	body {
    	padding-top: 90px;
	}
}
@media (max-width: 48em) { /*768px iPad*/
  	body {
    	padding-top: 70px;
	}
}
@media (max-width: 25.875em) { /*414px iPhone Plus*/
  	body {
    	padding-top: 70px;
	}
}
@media (max-width: 24.4375em) { /*375px iPhone S*/
  	body {
    	padding-top: 70px;
	}
}
.header-logo.wrapper {
	border-bottom: 1px solid #d4d4d4;
}
.home-descrip {
	overflow: hidden;
}
.border-none {
	border: none;
	height: 430px;
}
.row.search-hdr {
  border: none;
}
.text-white, .text-white a {
	color: #ffffff;
}
.line-break {
	border-bottom: 1px solid #cbcbcb;
	clear: both;
	display: block;
	margin-bottom: 15px;
	padding-top: 17px;
	width: 100%;
}
.line-break-inner {
	border-bottom: 1px solid #D9D9D9;
	clear: both;
	display: block;
	margin-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}
.border-rt {
	border-right: 1px #cecece solid;
	color: #b5b5b5;
	padding-top: 10px;
	padding-bottom: 10px;
}
.border-btm {
	border-bottom: none;
}

li.menusmartbuys a.text-vertical {
	display: none;
}
.well {
	min-height: 20px;
	padding: 19px;
	margin: 20px auto;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
/* ===================== Font sizing =================== */
a {
	color: #2467a2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	color: #666666;
	font-size: 14px;
	font-weight: 300;
	margin: 5px 0px;
}
blockquote {
	font-size:.9em;
	padding-left:40px;
}
h1 {
	background-color: #ffffff;
	border-bottom: 1px solid #2467a2;
	color:#2467A2;
	float: left;
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
	padding: 0 0 3px;
	width: 100%;
	z-index:1;
}
h2 {
	color: #444444;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.188em;
	padding-top: 0px;
}
h3 {
	color: #444444;
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
.h2, .h3, h2, h3 {
	margin-top: 15px;
	margin-bottom: 10px;
}
sup { 
	font-size:.7em;
}
.breadcrumb {
	background-color: #ffffff;
	border-radius: 4px;
	list-style: none;
	margin-bottom: 5px;
	padding: 5px;
}
.breadcrumb>li {
	color: #999999;
	font-size: 11px;
}
.bottom {
	bottom: 0px;
	position: absolute;
}
.headline {
	font-size: 28px;
	line-height: 32px;
}
/* ================= CSS override for Main and other CSS docs ================= */
#categoryContentWrapper .camp_area ul {
    padding: 1px;
    justify-content: space-between;
    flex-grow: 1;
}
#categoryContentWrapper .camp_area li {
    display: inline-block;
    width: 50%;
    border: #d2d2d2 1px solid;
    padding: 1px;
    overflow: hidden;
    margin-bottom: 5px;
    list-style: none;
    flex-grow: 1;
}
#categoryContentWrapper .camp_area .camp_imaarea {
    float: left;
    width: 40%;
    height: auto;
    padding: 5px 0 5px 5px;
    text-align: center;
}
#categoryContentWrapper .camp_area .camp_textarea {
    float: right;
    width: 53%;
    margin: 5px 10px;
}
/* —————————————————— left nav view images ————————————————— */

#accountleftmenu .viewImages {
    order: 2;
}

#accountleftmenu .viewImages::before {
    content: url(https://dev.smartpractice.com/dental/images/shopping.png);
    margin: 11px 0px 0px 10px;
}

.nav-stacked li {
	list-style-type: none;
	display: flex;
	/* justify-content: space-between; */ /* causing issues in IE with arrows displaying in content area */
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}
/* ================ header - footer ================ */
#header {
	background: #ffffff url() no-repeat left top;
	height: 100px;
	left: 0px;
	margin: 0 auto;
	position: fixed;
	right: 0px;
	text-align: center;
	top: 0px;
	z-index: 200;
}
.marketnav li.pull-right {
	font-size: 14px;
	color: #549f50;
}
.sp_home_category_menu	{
	padding:5px;
	display:flex;
	margin: 0 auto;
}
.right-column.col-sm-9.sphome {
    width: 100%;
} 
.navbar-default ul.navbar-nav>li>a.text-vertical:hover {
	color: #8abc86 !important;
}
/*  ================  image size adjustment  ===================  */
.adj-lrg {
	width: 100%;
	height: auto;
}
.adj-md {
	width: 50%;
	height: auto;
}
.adj-sm {
	width: 35.1%;
	height: auto;
}
.adj-xs {
	width: 20%;
	height: auto;
}
/*  ================  Layers/levels 1-10  ===================  */
.layer-0 {
	position: absolute;
	z-index: -1;
}
.layer-1 {
	position: absolute;
	z-index: 10;
}
.layer-2 {
	position: absolute;
	z-index: 20;
}
.layer-3 {
	position: absolute;
	z-index: 30;
}
.layer-4 {
	position: absolute;
	z-index: 40;
}
/* ================  spacer top bottom  ================ */
.middle-divider {
	border-top: 1px solid #032; 
	display: inline-block;
	float: right;
	position: relative; 
	top: 50%; 
	width: 100%; 
}
.inner-padding {
	padding: 10px;
}
.inner-padding-2 {
	padding: 25px;
}
.inner-padding-3 {
	padding: 30px 0px;
}
.inner-padding-4 {
	padding: 40px 0px;
}
.inner-padding-5 {
	padding: 50px 0px;
}
.inner-padding-6 {
	padding: 60px 0px;
}
.inner-padding-7 {
	padding: 70px 0px;
}
.inner-padding-top-1 {
	padding: 10px 0px;
}
.inner-padding-top-2 {
	padding: 25px 0px 0px 0px;
}
.inner-padding-top-3 {
	padding: 35px 0px 0px 0px;
}
.inner-padding-top-5 {
	padding: 50px 0px 0px 0px;
}
/* ======================= background colors ========================= */
.grey {
	background-color: #E9E9E8;
}
/* ======================= CAROUSEL ========================= */
.carousel-indicators {
  bottom: 10px;
}
.carousel-inner {
  margin-bottom: 0px;
}
.carousel-indicators li {
  background-color: #b5c5ed;
	border: 1px solid #2A6395;
}
#carousel-top-seller .carousel-control.left {
	background-image: none;
	background-repeat: no-repeat;
}
#carousel-top-seller .carousel-control {
	background-color: rgba(0,0,0,0);
	color: #2467A2;
	filter: alpha(opacity=50);position: absolute;
	font-size: 20px;
	left: 0;
	opacity: .5;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	top: 0;
	width: 10%;
}
#carousel-top-seller .carousel-control.right {
	background-image: none;
	background-repeat: no-repeat;
	left: auto;
	right: 0;
}
#carousel-top-seller .carousel-inner {
	max-width: 1068px;
}
.carousel-lrg {
	height: auto;
	width: 100%;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;		
}
.carousel-homepage, .carousel-category {
	position: relative;
}
.carousel-caption-flex {
    background-color: transparent;
    display: flex;
    position: absolute;
    right: auto;
    left: auto;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    width: 100%;
}
.carousel-inner>.item>img {
	display: block;
	width: 100%;
	height: auto;
}
/*  ===============  Button - Shop Now / Add to Cart /  =================   */
.btn-purple {
    background-color: rgba(42,43,107,1);
    border: 1px solid rgba(42,43,107,1);
    color: #ffffff;
}
.btn-shop {
	margin-top: auto;
	overflow: visible;
	padding: 10px 0px;
}
.btn-red,.btn-white,.btn-info,.btn-blue,.btn-green,.btn-orange {	
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	text-shadow:0 -1px 0 rgba(0,0,0,.2);
}
.btn-red.active,.btn-red:active,.btn-white.active,.btn-white:active,.btn-info.active,.btn-info:active,.btn-blue.active,.btn-blue:active,.btn-green.active,.btn-green:active,.btn-orange.active,.btn-orange:active {
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-red.disabled,.btn-red[disabled],.btn-white.disabled,.btn-white[disabled],.btn-info.disabled,.btn-info[disabled],.btn-blue.disabled,.btn-blue[disabled],.btn-green.disabled,.btn-green[disabled],.btn-orange.disabled,.btn-orange[disabled],fieldset[disabled] .btn-red,fieldset[disabled] .btn-white,fieldset[disabled] .btn-info,fieldset[disabled] .btn-blue,fieldset[disabled] .btn-green,fieldset[disabled] .btn-orange {
	-webkit-box-shadow:none;
	box-shadow:none;
}
.btn-red .badge,.btn-white .badge,.btn-info .badge,.btn-blue .badge,.btn-green .badge,.btn-orange .badge {
	text-shadow:none;
}
.btn.active,.btn:active {
	background-image:none;
}
.btn-no-frame {
	border-color: #dbdbdb;
	color: #444444;
	text-shadow: 0 1px 0 #ffffff;
}
.btn-no-frame:focus,.btn-no-frame:hover {
	color: #444444;
}
.btn-no-frame.active,.btn-no-frame:active {
	color: #444444;
	border-color: #dbdbdb;
}
/* =================  button White  ================ */
.btn-white {
	text-shadow:0 1px 0 #fff;
	background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
	background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
	background-repeat:repeat-x;
	border-color:#dbdbdb;
	border-color:#ccc;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-white:focus,.btn-white:hover {
	background-color: #d2d1d1;
	background-position: 0 -15px
}
.btn-white.active,.btn-white:active {
	background-color:#e0e0e0;
	border-color:#dbdbdb;
}
.btn-white.disabled,.btn-white.disabled.active,.btn-white.disabled.focus,.btn-white.disabled:active,.btn-white.disabled:focus,.btn-white.disabled:hover,.btn-white[disabled],.btn-white[disabled].active,.btn-white[disabled].focus,.btn-white[disabled]:active,.btn-white[disabled]:focus,.btn-white[disabled]:hover,fieldset[disabled] .btn-white,fieldset[disabled] .btn-white.active,fieldset[disabled] .btn-white.focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:hover {
	background-color:#e0e0e0;
	background-image:none;
}
/* =================  button blue  ================ */
.btn-blue {
	background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6ca3 100%);
	background-image:-o-linear-gradient(top,#337ab7 0,#2e6ca3 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6ca3));
	background-image:linear-gradient(to bottom,#337ab7 0,#2e6ca3 100%);
	background-repeat:repeat-x;
	border-color:#245580;
	color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6ca3', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
}
.btn-blue:focus,.btn-blue:hover, a p.btn.btn-blue:hover {
	background-color: #255987;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-blue.active,.btn-blue:active {
	background-color:#2e6ca3;
	border-color:#245580;
	color: #ffffff;
}
.btn-blue.disabled,.btn-blue.disabled.active,.btn-blue.disabled.focus,.btn-blue.disabled:active,.btn-blue.disabled:focus,.btn-blue.disabled:hover,.btn-blue[disabled],.btn-blue[disabled].active,.btn-blue[disabled].focus,.btn-blue[disabled]:active,.btn-blue[disabled]:focus,.btn-blue[disabled]:hover,fieldset[disabled] .btn-blue,fieldset[disabled] .btn-blue.active,fieldset[disabled] .btn-blue.focus,fieldset[disabled] .btn-blue:active,fieldset[disabled] .btn-blue:focus,fieldset[disabled] .btn-blue:hover {
	background-color:#2e6ca3;
	background-image:none;
	color: #ffffff;
}
/* =================  button green  ================ */
.btn-green {
	background-image:-webkit-linear-gradient(top,#5cb85c 0,#4eb34e 100%);
	background-image:-o-linear-gradient(top,#5cb85c 0,#4eb34e 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#4eb34e));
	background-image:linear-gradient(to bottom,#5cb85c 0,#4eb34e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff4eb34e', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#3e8f3e;
	color: #ffffff;
}
.btn-green:focus,.btn-green:hover {
	background-color: #409840;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-green.active,.btn-green:active {
	background-color:#4eb34e;
	border-color:#3e8f3e;
	color: #ffffff;
}
.btn-green.disabled,.btn-green.disabled.active,.btn-green.disabled.focus,.btn-green.disabled:active,.btn-green.disabled:focus,.btn-green.disabled:hover,.btn-green[disabled],.btn-green[disabled].active,.btn-green[disabled].focus,.btn-green[disabled]:active,.btn-green[disabled]:focus,.btn-green[disabled]:hover,fieldset[disabled] .btn-green,fieldset[disabled] .btn-green.active,fieldset[disabled] .btn-green.focus,fieldset[disabled] .btn-green:active,fieldset[disabled] .btn-green:focus,fieldset[disabled] .btn-green:hover {
	background-color:#4eb34e;
	background-image:none;
	color: #ffffff;
}
/* =================  button light blue  ================ */
.btn-info {
	background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));
	background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#28a4c9;
	color: #ffffff;
}
.btn-info:focus,.btn-info:hover {
	background-color: #228eaf;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-info.active,.btn-info:active {
	background-color:#2aabd2;
	border-color:#28a4c9;
	color: #ffffff;
}
.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color:#2aabd2;
	background-image:none;
	color: #ffffff;
}
/* =================  button orange  ================ */
.btn-orange {
	background-image:-webkit-linear-gradient(top,#f0ad4e 0,#fda01b 100%);
	background-image:-o-linear-gradient(top,#f0ad4e 0,#fda01b 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#fda01b));
	background-image:linear-gradient(to bottom,#f0ad4e 0,#fda01b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#fffda01b', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#e38d13
}
.btn-orange:focus,.btn-orange:hover {
	background-color: #ed8c02;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-orange.active,.btn-orange:active {
	background-color:#fda01b;
	border-color:#e38d13;
	color: #ffffff;
}
.btn-orange.disabled,.btn-orange.disabled.active,.btn-orange.disabled.focus,.btn-orange.disabled:active,.btn-orange.disabled:focus,.btn-orange.disabled:hover,.btn-orange[disabled],.btn-orange[disabled].active,.btn-orange[disabled].focus,.btn-orange[disabled]:active,.btn-orange[disabled]:focus,.btn-orange[disabled]:hover,fieldset[disabled] .btn-orange,fieldset[disabled] .btn-orange.active,fieldset[disabled] .btn-orange.focus,fieldset[disabled] .btn-orange:active,fieldset[disabled] .btn-orange:focus,fieldset[disabled] .btn-orange:hover {
	background-color:#fda01b;
	background-image:none;
	color: #ffffff;
}
/* =================  button red  ================ */
.btn-red {
	background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
	background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#b92c28;
	color: #ffffff;
}
.btn-red:focus,.btn-red:hover {

	background-color: #a22623;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-red.active,.btn-red:active {
	background-color:#c12e2a;
	border-color:#b92c28;
	color: #ffffff;
}
.btn-red.disabled,.btn-red.disabled.active,.btn-red.disabled.focus,.btn-red.disabled:active,.btn-red.disabled:focus,.btn-red.disabled:hover,.btn-red[disabled],.btn-red[disabled].active,.btn-red[disabled].focus,.btn-red[disabled]:active,.btn-red[disabled]:focus,.btn-red[disabled]:hover,fieldset[disabled] .btn-red,fieldset[disabled] .btn-red.active,fieldset[disabled] .btn-red.focus,fieldset[disabled] .btn-red:active,fieldset[disabled] .btn-red:focus,fieldset[disabled] .btn-red:hover {
	background-color:#c12e2a;
	background-image:none;
	color: #ffffff;
}
/* =================  button black  ================ */
.btn-black {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b5a5a), to(#0e0e0e));
	background-image: -webkit-linear-gradient(top, #5b5a5a 0%, #0e0e0e 100%);
	background-image: -o-linear-gradient(top, #5b5a5a 0%, #0e0e0e 100%);
	background-image: linear-gradient(to bottom, #5b5a5a 0%, #0e0e0e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color:#0e0e0e;
	color: #ffffff;
}.btn-black:focus,.btn-black:hover {
	background-color: #4d4c4c;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-black.active,.btn-black:active {
	background-color:#5b5a5a;
	border-color:#0e0e0e;
	color: #ffffff;
}
.btn-black.disabled,.btn-black.disabled.active,.btn-black.disabled.focus,.btn-black.disabled:active,.btn-black.disabled:focus,.btn-black.disabled:hover,.btn-black[disabled],.btn-black[disabled].active,.btn-black[disabled].focus,.btn-black[disabled]:active,.btn-black[disabled]:focus,.btn-black[disabled]:hover,fieldset[disabled] .btn-black,fieldset[disabled] .btn-black.active,fieldset[disabled] .btn-black.focus,fieldset[disabled] .btn-black:active,fieldset[disabled] .btn-black:focus,fieldset[disabled] .btn-black:hover {
	background-color:#4d4c4c;
	background-image:none;
	color: #ffffff;
}
/* ============================  Dental Buttons styling site wide ========================== */
/* blue buttons */
.btn-signAccount, .btn-accSignIn, .btn-accCreate, .btn-createAcc, .btn-continueNoLogin, .btn-continueShopButton, .btn-shopListContinue, .btn-cartContinue, .btn-viewShopCart, .btn-checkoutReview, .btn-checktReview, .btn-viewStatmentLink, .btn-redeemCode, .btn.btn-checkout, .btn-reorderAddToCart, .btn-accReorderAddListButton, .btn-reorderSeachPart, .btn-sm.btn-reorderSearchPart, .btn-accReorderAddToCart, .btn-accPrintTags, .btn-shopListNewButton, .btn-shopListSaveButton, .btn-shopListAddPart, .btn-shopListPrint, .btn btn-accDoNotReorderAdd,.btn-accDoNotReorderAdd, .btn-save, .btn-smartBuySearch, .btn-productPers, .btn-newShopList, .btn-accShopListNew, .btn-reorderCheckout {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#245580));
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #245580 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #245580 100%);
	background-image: linear-gradient(to bottom, #337ab7 0%, #245580 100%);
	background-repeat: repeat-x;
	border-color:#245580;
	color: #ffffff;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff245580', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	
}
.btn-signAccount:focus, .btn-signAccount:hover, a p.btn.btn-signAccount:hover {
	background-color: #245580;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-signAccount.active, .btn-signAccount:active {
	background-color:#245580;
	border-color:#245580;
	color: #ffffff;
}
.input-group-btn .btn-redeemCode {
	padding: 6px;
}
.btn-checkout {
	float: right;
	padding-bottom: 6px;
	margin-bottom: 10px;
} 
/* green buttons */
.btn-searchButton, .btn-addToCart, .btn-shopListAddToCart, .btn-projectAddToCart, .btn-quickOrderButton, .btn-signIn, .btn-checkContinueOrder, .btn-checkoutContinue, .btn-savedAddToCart, .btn-passForgot.MB_focusable, .btn-passCancel   {
	background-image:-webkit-linear-gradient(top,#5cb85c 0,#3e8f3e 100%);
	background-image:-o-linear-gradient(top,#5cb85c 0,#3e8f3e 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#3e8f3e));
	background-image:linear-gradient(to bottom,#5cb85c 0,#3e8f3e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff3e8f3e', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#3e8f3e;
	color: #ffffff;
}
.btn-searchButton:focus,.btn-searchButton:hover {
	background-color: #3e8f3e;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn-searchButton.active,.btn-searchButton:active {
	background-color:#3e8f3e;
	border-color:#3e8f3e;
	color: #ffffff;
}
/* button links */
.btn-updateQtyButton, .btn-removeQtyButton, .btn-viewOrderNum, .btn-viewOrderDetail, .btn-shopListAddToCartLink, .btn-viewInvoice, .btn-viewInvoice, .btn-shopListSaveButton {
  border-color: transparent;
}
.btn-updateQtyButton, .btn-removeQtyButton, .btn-updateQtyButton.active, .btn-removeQtyButton.active, .btn-viewOrderNum, .btn-viewOrderNum.active, .btn-viewOrderDetail, .btn-viewOrderDetail.active, .btn-shopListAddToCartLink, .btn-shopListAddToCartLink.active, .btn-viewInvoice, .btn-viewInvoice.active, .btn-shopListSaveButton, .btn-shopListDeleteLink    {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-updateQtyButton, .btn-removeQtyButton, .btn-viewOrderNum, .btn-viewOrderDetail  {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}
.btn-shopListAddToCartLink {
	font-weight: 400;
	color: #36a02d;
	border-radius: 0;
}
.btn-shopListDeleteLink, .btn-shopListDeleteSelected, .btn-shopListDeleteLink {
	font-weight: 400;
	color: #b63733;
	border-radius: 0;
}
.btn.btn-removeQtyButton, .btn-updateQtyButton {
	padding: 2px 0px;
}

/* button red */
.btn.btn-logout, .btn-accDelete, .btn-projectCancel, .btn-shopListCancelButton, .btn-cancel {
	background-image:-webkit-linear-gradient(top,#d9534f 0,#b92c28 100%);
	background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#b92c28));
	background-image:linear-gradient(to bottom,#d9534f 0,#b92c28 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffb92c28', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat:repeat-x;
	border-color:#b92c28;
	border-radius: 4px;
	color: #ffffff;
}
.btn.btn-logout:focus, .btn.btn-logout:hover {

	background-color: #b92c28;
	background-position: 0 -35px;
	color: #ffffff;
}
.btn.btn-logout.active, .btn.btn-logout:active {
	background-color:#b92c28;
	border-color:#b92c28;
	color: #ffffff;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { /* sign-Button */
    border-radius: 3px;
}
/* button white */
.btn-proofLink, .btn-savedProjectEdit, .btn-savedProjectRenameProject, .btn-savedProjectDeleteProject {
	text-shadow:0 1px 0 #fff;
	background-image:-webkit-linear-gradient(top,#fff 0,#dbdbdb 100%);
	background-image:-o-linear-gradient(top,#fff 0,#dbdbdb 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dbdbdb));
	background-image:linear-gradient(to bottom,#fff 0,#dbdbdb 100%);
	background-repeat:repeat-x;
	border-color:#dbdbdb;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdbdbdb', GradientType=0);
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-proofLink:focus, .btn-proofLink:hover {
	background-color: #dbdbdb;
	background-position: 0 -15px
}
.btn-proofLink.active, .btn-proofLink:active {
	background-color:#dbdbdb;
	border-color:#dbdbdb;
}
.cart-button-row {
	display: none;
}
.btn.btn-sm.btn-continueShopping {
	display: none;
}
/* ======================= homepage outline buttons ========================== */
.btn-blue-border {
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 5px;
    color: #ffffff;
	padding: 6px 40px;
}
.btn-blue-border:hover {
    border: 1px solid #084F7A;
	background-color: #245580;
	border-radius: 5px;
	color: #ffffff;
	padding: 6px 40px;
}
/* ======================= hidden buttons ========================== */
.btn.btn-emptyCartButton {
	display: none;
}
.btn-group>.btn.btn-signIn, .btn-group>.btn.btn-logout {
	position: relative;
	float: none;
}
.input-group-btn .btn.btn-quickOrderButton, .input-group-btn .btn.btn-signIn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.btn.btn-accHome {
	display: none;
}
.load-screen {
	background-color: #549f50;
}
.btn-spacer {
	margin: 15px;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 10px 15px;
}
/* ========================= drop-down menu ========================= */
.dropdown-menu {
	padding: 5px 10px;
}
.dropdown-menu li.reorderProducts, .dropdown-menu li.doNotReorderLists, .dropdown-menu li.viewInvoices, .dropdown-menu li.billPay, .dropdown-menu li.viewStatements{
	display: none;
}
.dropdown {
	display: inline;
}
/* =========================  homepage only  ======================== */
.border-none {
	border: none;
	height: auto !important;
}
.home-descrip .btn.btn-blue, .home-descrip .btn.btn-green, .home-descrip .btn.btn-red, .home-descrip .btn.btn-black {
	bottom: 15px;
	overflow: hidden;
	position: absolute;
}
.home-descrip {
	height: auto;
	overflow: hidden;
}
.feature_home {
    display: flex;
    width: 100%;
    height: 90vh;
    text-align: center;
    background: #2b72ab url(/sphome/homepage_includes/images/home-image.jpg) no-repeat center top;
    background-size: cover;
    background-position: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: scroll;
} 
/* ====================	category include level one files	======================== */
#browseSubCategories {
	column-count: 4;
	column-gap: 1em;
	column-rule: 1px solid #eeeeee;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
}
#browseSubCategories ul {
	display: block;
	list-style-type: none;
	line-height: 25px;
	margin: 5px;
	padding: 0px;
	text-align: left;
}
#categoryBannerWrap {
 	display: inline-flex;
	width: 100%;
}
#categoryBannerWrap img.background, #categoryBannerWrap a img.background {
	width: 100%;
	height: 100%;
}
#categoryContentWrapper {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
/* ====================  acccount left nav hidden  ====================== */
}
li.shoppingLists a:link, li.shoppingLists a:hover  {
	color: transparent;
}
li.shoppingLists a:link:before {
	color: #444;
	content: "お買い物リスト";
}
#accountleftmenu .nav.nav-stacked li:nth-last-child(1), #accountleftmenu .nav.nav-stacked li:nth-last-child(2), #accountleftmenu .nav.nav-stacked li:nth-last-child(3), #accountleftmenu .nav.nav-stacked li:nth-last-child(4), #accountleftmenu .nav.nav-stacked li:nth-last-child(0), #accountleftmenu .nav.nav-stacked li:nth-last-child(7) {
	display: none;
}
/* =============================== tabs =========================== */
.tabs {
  display: flex;
}
.tab a, .nav.nav-tabs>li>a {
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px;
	background-color: #337ab7;
	margin: 0px 0px 0px 2px;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
  padding: 10px 10px 0px;
}
.nav-tabs>li>a:hover {
	color: #ffffff;
	border: 1px solid transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #444444;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;	
}
.tab.is-tab-selected {
	border-bottom-color: #4EBBE4;
}
#tabs-payment .tabcontent, .tab-content {
	background-color: #f7f7f7;
	border: 1px solid #A8BDCF;
	border-radius: 0 5px 5px 5px;
	padding: 20px 15px;
	margin: 0px 5px 5px 5px;
}
h2.headline {
	color: #D65349;
	font-size: 28px;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
}
.button-blue:hover, .tab:hover {
	color: #ffffff;
	background-color: #0c406d;
	border-radius: 5px 5px 0 0;
}
.nav-pills > li > a {
		border-radius: 5px 5px 0 0;
}
/* ================== category pages level two ================ */
.item-over {
	display: flex;
	flex: 1;
	flex-direction: row;
	padding: 10px 8px;
	position: absolute;
	width: auto;
	z-index: 10;
}
/*
/* ====================	 cards - flexbox set width 	======================== */
.cards-4 {
	width: 192px; /* row of 4 boxes */
}
.cards-3 {
	width: 250px; /* row of 3 boxes */
}
.cards-2 {
	width: 425px; /* row of 2 boxes */
}
.cards-1 {
	width: 860px; /* row of 1 boxes */
}
[class^="cards-"] {
	display: flex;
	flex-direction: column;
	margin: 20px 5px;
}
.card-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.25em;
}
.card-shadow {
	box-shadow:  0px 1px 3px 3px rgba(115,115,115,.2);
}
.card-img {
	width: 100%;
}
.card-corner {
	border-radius: 5px;
}
.card-border {
	border: 1px solid #c3c3c3;
}
img.corner {
	border-radius: 5px 5px 0 0;
}

/*======================= the icon-box ======================= */
iframe {
}
.icon-box {
	display: flex;
	flex: 1 12.25%;
	flex-direction: column;
	padding: 10px 0px;
	text-align: center;
}
.box {
	display: flex;
	flex-direction: column;
}
.icon-box .icon {
	margin: 30px 0;
}
.icon-box img {
	align-self: center;
	margin: 0 auto;
}
.icon-box h3 {
	color: #444444;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	padding: 8px 10px 0 10px;
	margin: auto;
	text-align: center;
}
.icon-box p {
	font-size: 14px;
	line-height: 18px;
	padding: 5px 20px;
	margin: 0px;
	text-align: center;
}
.btn-equal {
	margin-top: auto;
}
@media (max-width: 768px) {
.inner-category, .inner-categoryprod {
	align-items: center;
	flex-basis: 45%;
	}
}
/* ====================  drop down menu bootstrap change  ================ */
.dropdown-menu > li > a {
	display: block;
	clear: both;
	color: #999999;
	font-weight: 400;
	line-height: 1.42857143;
	padding: 3px 5px;
	white-space: nowrap;
}
.dropdown-menu >li>a:focus, .dropdown-menu>li>a:hover {
	color: #999999;
	background-color: none;
	text-decoration: underline;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0px;
}

/* =========== do not print link URL and header (bootstrap change by Yoshihama) ================== */

@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
  
.navbar-fixed-top {
	 display: none;
	}
  
}

/* =========================  FOOTER  ========================================*/
	.social {
		background-color: #ECECEC;
		border-top: 2px solid #2467A2;
		min-height: 47px;
		padding: 6px 0;
		width: 100%;
		display: none;
	}
	.footer {
		border-top: 2px solid #2467A2;
		padding: 0 0 6px 0;
	}
	.footer ul {
		list-style: none;
		padding: 0px;
	}
	.sitenav {
		font-size: 13px;
		font-weight: 500;
		padding: 10px 0;
		width: 100%;
	}
	.sitenav .title {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 5px;
	}
	.copyright {
		color: #a7a7a7;
		font-weight: 500;
		text-align: center;
	}
}
/* =======================  992px width ================== */
@media (max-width: 992px) {
	.top-seller {
		height: 204px;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 20px;
		text-align: center;
	}
		.mojo-ad {
			display: none;
	}
}
/* =======================  800px width ================== */
@media (max-width: 800px) {
	.top-seller {
		height: 221px;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 20px;
		text-align: center;
	}
	.layer-1 {
		position: relative;
		z-index: 0;
	}
	.caption h3, .caption p, .caption li {
		line-height: 21px;
		margin: 10px auto;
		width: 70%;
	}
	.thumbnail.box .caption ul.inline-block {
		width: 100%
	}
	.newSubscribeForm {	
		min-height: 265px;
		width: 100%;
		padding: 0px;
		margin: 10px 0px 10px 0px;
		background-image: url('http://www.smartpractice.com/dental/static_includes/images/opt-in-bckgrnd.jpg');
		background-size: cover;
	}
	.newSubscribeForm label {
		white-space: nowrap;
		line-height: 13px;
		color: #ffffff;
		margin: 30px 0px 0px 10px;
	}
	.inner-section, .inner-section-1, .inner-section-2, .inner-section-3, .inner-categoryprod, .inner-section-70, .inner-section-30 {
		width: 90.1%;
		align-items: center;
		text-align: center;
	}
	.inner-section-h, .inner-section-1h, .inner-section-2h, .inner-section-3h, .inner-categoryprod-h, .inner-section-70h, .inner-section-30h {
		width: 90.1%;
		align-items: center;
		flex-direction: column;
	}
	.item-over, row-flex.item-over {
		display: flex;
		flex: 1;
		flex-direction: row;
		padding: 10px 8px;
		position: relative;
		width: 100%;
		z-index: 0;
	}
	#categoryContentWrapper .camp_area li {
	    display: block;
	    width: 100%;
	    border: #d2d2d2 1px solid;
	    padding: 1px;
	    overflow: hidden;
	    margin-bottom: 5px;
	    list-style: none;
	    flex-grow: 1;
	}
	.body-copy, .body-vid, .body-tuts {
		flex-basis: 100%;	
	}
}
/* =======================  768px width ================== */
@media (max-width: 768px) {
	.mainmenu {
		background-color: #ffffff;
		font-size: 15px;
		font-weight: 500;
		line-height: 16px;
		min-height: 30px;
		margin-bottom: 0px;
	}
	#browseSubCategories {
		column-count: 2;
		column-gap: 1em;
		column-rule: 1px solid #eeeeee;
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 5px;
		width: 100%;
		list-style: none;
	}
	.btn.btn-accHome {
		display: none;
	}
	.border-btm {
		border-bottom: 1px #cecece solid;
		color: #b5b5b5;
		margin: 0px auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.top-seller {
		min-height: 221px;
		max-width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 10px;
		text-align: center;
	}
	p.home-descrip {
		display: none;
	}
	.home-include .col-xs-12 {
	    border-bottom: none;
	}
	.dental-supply-include img.img-responsive  {
		margin: 0 auto;
		width: 45%;
	}
	.history {
	    font-size: 0px;
	    display: inherit;
	    color: #ffffff;
	    width: 100%;
	    background-color: #1B5487;
	    padding: 0px;
	    visibility: hidden; 
	}
	span.formFieldErrorMessage {
	    color: #c32;
	    font-size: 15px;
	    padding: 0 10px;
	    background-color: #fff1a5;
	}
	/* ================== HOMEPAGE GRID SYSTEM / category pg ================ */
	.home-include .col-xs-12 p, .home-include .btn, .home-include .promo-circle-blue, .focus-ad, .line-break {
		display: none !important;
	}
	.product-nav {
		display: inherit;
	}
	img.img-responsive.mobile-logo {
		padding: 10px 0 0 0;
	}
	.home-include img.img-responsive  {
		margin: 0 auto;
		width: 45%;
	}
	.home-include h2 {
		text-align: center;
		margin: 5px auto;
		width: 80%;
	}
}
/* =======================  414px width ================== */
@media (max-width: 25.875em) { /*414px iPhone Plus*/
  	.inner-section, .inner-section-1, .inner-section-2, .inner-section-3, .inner-categoryprod, .inner-section-70, .inner-section-30 {
  		width: 98.1%;
  		align-items: center;
  		flex-grow: 1;
	}
	

/* =======================  375px width ================== */
@media (max-width: 24.4375em) { /*375px iPhone S*/

  	}
}

/* =======================  ship desc ================== */
.shipDesc {
  display: none;
} 

/* =======================  SP HOME ================== */
.navbar-fixed-top {
	top: 22px;
}
.row-logoaccount {
	padding-top: 5px;
}
.spj_home_menu {
	background-color: #2467A2;
	color: #ffffff;
	height:auto;
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	min-height: 30px;
	margin: 15px auto 0px;
	display: none;
}
.navbar-default ul.navbar-nav>li>a.text-vertical {
	color: #444444 !important;
	font-size: 18px !important;
}
.to_spj_dental_box	{
	width: 40%;
	margin: 10px;
	padding-bottom: 80px;
	float: left;
}
.to_spj_dermatology_box	{
	width: 40%;
	margin: 10px;
	padding-bottom: 80px;
	float: right;
}
.to_spj_sphome_box	{
	margin: 10px;
	padding-bottom: 80px;
}
.sp_home_title	{
	padding: 5px;
	font-size:1.58em;
	color:#505050;
	text-align: left;
}
a .sp_home_title	{
	padding: 5px;
	font-size:1.58em;
	color:#2467a2;
	text-align: left;
}
.sp_home_copy	{
	color:#505050;
	padding:5px;
	text-align: left;
}
.sp_home_image	{
	padding-top:30px;	
}

.sp_home_small_image	{
	padding-top:5px;
	text-align: center;
}
/* =======================  hiding EC contents ================== */
.search-bars .col-xs-8.col-sm-6.col-md-5.sml-gutter.mb-hide {
display: none;
}

.search-bars .col-xs-8.col-sm-4.col-md-3.sml-gutter.pull-left{
	display:none;
}


#cartblock	{
	display:none;
}

.dropdown	{
	display:none;
}

.col-md-9 ntn-child(2)	{
	display:none;
}

.btn-group > .btn.btn-signIn, .btn-group > .btn.btn-logout	{
	display:none;
}

.btn-accHome	{
	display:none;
}

#productListWide th.productEnterQtyCol {
	display: none;
}

.mobilefirst-table tbody td.productEnterQtyCol {
	display:none;
}

.btn btn-xs btn-shopListAddToCartLink	{
	display:none;
}

#productListing .productPriceString .saleprice	{
	display:none;
}

/* =======================  SPJ market nav color change ================== */
.marketnav {
	display: none;
}

.market-nav {
	background-color: #efefef;
	color: #549f50;
	display: flex;
	font-size:1.2em;
	margin-bottom: 10px;
	max-height: 24px;
	width: 100%;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 100001;
}

.market-list li, .market-list li a {
	color: #549f50;
}

/* =======================  SPJ market nav color change ================== */
table#productPricing tr  {
	display: none;
}
table#productPricing tr:nth-child(1)  {
	display: table-cell;
}