.hidden-page{
	display:none;
}
	
.manuals-cover-container{
	margin: 0 auto;
	width: 1200px;
}

.manuals-cover-header{
	padding-top: 50px;
}
.manuals-cover-header:after{
	content: "";
	display:block;
	clear:both;
	display:block;
	overflow:hidden;
	visibility: hidden;
}


.manuals-cover-header .cover-left{
	float:left;
	width: 70%;
}

.manuals-cover-header .cover-left img{
	width: 400px;
	height: auto;
}
.manuals-cover-header .cover-right{
	float:left;
	width: 30%;
}

.manuals-cover-body {
    padding-top: 30px;
}

.cover-name{
	font-size:30px;
	font-weight:bold;
}

.manuals-cover-title{
	font-size:40px;
	font-weight:bold;
	color:var(--brand-blue);
	color:#006ab6;
	display:block;

}

.manuals-cover-descriptions{
	font-size:30px;
	font-weight:bold;
}

.manuals-cover-product-container{
	width: 1200px;
	height: 800px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.manuals-cover-product-img{
	display:block;
	max-height: 700px;
	width:auto;
	text-align:center;
	margin: 0 auto;
}
.manuals-cover-disclaimer{
	display:block;
	width: 70%;
	text-align:center;
	margin: 60px auto;
	font-size:16px;
}


.manuals-banner{
	background-image:url("https://assets.omega.com/manuals/images/manuals-hero-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.manuals-banner-container{
	width:70%;
	margin:0 auto;
	padding:60px 0 
}

.manuals-banner-container:after{
	clear:both;
	content: "";
	display:block;
	visibility:hidden;
	overflow:hidden;
	height:0;
}
.manuals-publish{
	font-size: 16px
}

.manuals-banner-container h1{
	color: #fff;
	font-size: 44px;
}

.manuals-banner-content-left{
	float:left;
	width:60%;
}
.manuals-banner-content-left p{
	font-size: 24px
}

.manuals-download{
	display:block;
	padding:20px 0px
}

.manuals-download-btn{
    display: inline-block;
    font-size:18px;
    color:#fff;
    background: none;
    border: 0;
    background-image: url(https://assets.omega.com/manuals/images/icon-download.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: auto 25px;
    background-position: left center;
}

.manuals-download-btn:hover{
	color: #4ba4c4
}

.manuals-download-btn img{
	width:auto;
	height:20px;
}

.manuals-banner-img{
	float:left;
}

.manuals-banner-img img{
	width: 190px;
	height: auto;
}


.manuals-body{
	padding: 50px 0px
}

.manuals-body .middle-loading-box {
 	color:#006ab6;
 }

.manuals-body-container:after{
	clear:both;
	content: "";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.manuals-body-container{
	width: 1600px;
    margin: 0 auto;
}


.manuals-body-left{
	float:left;
	width:30%;
	position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.manuals-body-center{
	float:left;
	width:50%;
}

.manuals-body-right{
	float:left;
	width:20%;
}

.manuals-related-product{
	border:solid 1px #4ba4c4;
	width: 80%;
	margin: 0 auto;
	background-color:#fafafa;
	padding: 20px 0px;
	text-align:center;
}

.manuals-related-product-img{
	border-color: var(--orange);
	border-color: #ff9c42;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color:#fff;
    width: 140px;
    height: 140px;
    text-align: center;
    margin: 10px auto;
    overflow: hidden;
    line-height: 135px;
}

.manuals-related-product-img img{
	width:80%;
	height:auto;
	overflow:hidden;	
}

.manuals-related-product p{
	padding: 20px 10px;
}

.table-of-contents-nav{
	width:75%;
	margin: 0 auto;
}

.toc-nav-header{
	color:#006ab6;
	font-size: 20px;
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 20px 0 10px 0;
}

.nav-icon{
	width:auto;
	height:16px;
	padding-right:10px;
}
.nav-icon.hamburger-menu-icon {
	display:none;
}

.table-of-contents-nav div{
	border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
}

.table-of-contents-nav ul {
    list-style-type: none;
    height: 600px;
    overflow-y: scroll;
    padding-left: 0;
}

.toc-primary-nav, 
ul#toc li.primary-nav-item{
	display:block;

	padding: 15px 0px 15px 10px;
	text-transform:Uppercase;
}

.toc-primary-nav.active, 
ul#toc li.primary-nav-item.active{

}

.toc-primary-nav:hover, 
#toc li:hover{
	background-color:#f7f7f7;
}

ul#toc li.secondary-nav-item {
    color: #006ab6;
    text-transform: uppercase;
    padding: 0;
    font-size: 12px;
}
ul#toc li.secondary-nav-item a {
	padding: 7px 0px 7px 25px;
}

.table-of-contents-nav ul li ul li,
#toc li{
	padding:0;
	border-bottom:solid 1px #ccc;
}
.table-of-contents-nav ul li ul li a,
#toc li a {
	padding:10px 0px 10px 10px;
	display:block;
}


.manuals-body-center table{
	border-color: var(--brand-blue);
	border-color: #006ab6;
	border-style:solid;
	border-size:2px;
}
.manuals-body-center table th{
	border-color: var(--brand-blue);
	border-color: #006ab6;
	border-style:solid;
	border-width:1px;
	padding: 10px 5px;
	text-align:left;
}
.manuals-body-center table td{
	border-color: var(--brand-blue);
	border-color: #006ab6;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	vertical-align:middle;
}



.manuals-body-center ul, 
.manuals-body-center ol{
	padding-left:30px;
}

.manuals-body-center ul li,
.manuals-body-center ol li{
	padding: 2.5px 0px;
}

.manuals-body-center ul {
  list-style: none; /* Remove default bullets */
}

.manuals-body-center  ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #006ab6; /* Change the color */
  color:var(--brand-blue); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.manuals-body-center  ol {
	list-style: none; 
	counter-reset: li
	}

.manuals-body-center  li::before {
	content: counter(li); 
 	color: #006ab6; /* Change the color */
  	color:var(--brand-blue); /* Change the color */
	display: inline-block; 
	width: 1em;
  	margin-left: -1em
  	}

.manuals-body-center  li {
  	counter-increment: li
  	}


 
.manuals-body-center .img-right{
	float:right;
	width:50%;
	height: inherit;
	padding: 0 10px;
}


.manuals-body-center .img-left{
	float:left;
	width:50%;
	height: inherit;
	padding: 0 10px;
}


.manuals-body-center img{
	max-width:80%;
	max-height:1000px;
}

.manuals-body-center .manuals-cover-disclaimer {
	width: 100%;
}

@media print { 


	.hidden-page{
		display:block;
		page: cover;
		height: 100vh;
  		width: 100vw;
	}
	#toc {
		height: auto !important;
	}
	
	.manuals-body-center table {
        page-break-inside: avoid;
        page-break-before: auto;
        border-collapse: collapse;
        border: 1px solid #006ab6 !important;
        border-color:#006ab6 !important;
    }
    .manuals-body-center td,
    .manuals-body-center th,
    .manuals-body-center tr {
        page-break-inside: avoid;
        page-break-after: auto;
        border: 1px solid #006ab6;
        border-color:#006ab6 !important;
    }
    .manuals-body-center h2 {
        font-weight: bold;
        color:#006ab6 !important;
        font-size: 24px;
        page-break-before: always;
    }
    .manuals-body-center h3 {
        font-weight: bold;
        color:#006ab6 !important;
        font-size: 18px;
    }
	 
	.manuals-cover-container{ 
		width: 1100px;

	}
	 
	.manuals-cover-product-container{
		width: 100%;
		height: 1000px;
		display:block;
		vertical-align:middle;
		text-align:center;
	}
	.js-mainHeader,
	 .manuals-banner,	
	 .manuals-body-left, 
	 .manuals-body-right { 
	 	display: none !important; 
	 } 
	 
	 .manuals-body-left{
	 	display:block !important;
	 	width:100%;
	 	position: relative;
	 }
	 
	 .table-of-contents-nav{
	 	width:100%;
	 }
	 
	 .table-of-contents-nav div, #toc li{
	 	border: 0px !important;
	 }
	 .manual-body-center{
	 	width:100%;
	 }
 
	 .manuals-cover-container{
		margin: 0 auto;
		width: 100%;
	}
 

	a#bugmuncher_button{
		display:none;
	}

	.table-of-contents-nav ul{
		height:auto;
		overflow:visible
	}
	
	.manuals-body-center .manuals-cover-disclaimer {
		display:none;
	}
 
}
@media only screen and (max-width: 1599px) {

    .manuals-body-container{
        width:100%;
    }
}

@media only screen and (max-width: 1024px) {

    .manuals-body-container{
        width:100%;
    }
    .manuals-body {
	    padding: 0;
	}

    .manuals-body-left, 
    .manuals-body-right {
       float:left;
    }

    .manuals-body-left {
        width: 100%;
	    margin-bottom: 10px;
		position: sticky;
		z-index:9;
	    position: -webkit-sticky;
		display: block !important;
    }
    
    .manuals-body-left .table-of-contents-nav {
		width: 100%;
	}
	
	.manuals-body-left .toc-nav-header {
	    color: #006ab6;
	    font-size: 14px;
	    width: 100%;
	    margin: 0 auto;
	    border-bottom: 1px solid;
	    background: #fff;
	    display: block;
	    text-align: center;
	    padding: 32px 5%;
	    line-height: 20px;
	}
	
	.manuals-body-left .toc-nav-header .nav-icon {
	    width: auto;
	    height: auto;
	    position: absolute;
	    display:block;
	    left: 32px;
	    top: 26px;
	}
	
	.manuals-body-left .table-of-contents-nav div.mobile-hamburger-menu {
		width: 100%;
	    position: absolute;
	    display: none;
	}
	.manuals-body-left .table-of-contents-nav div.hm-open {
	    background: rgba(145, 145, 145, 0.4);
	}
	
	.manuals-body-left .table-of-contents-nav #toc {
	    width: 70%;
	    background: #fff;
	    display: none;
	}
	
    .manuals-body-center{
        width:100%;
        padding: 0 5%;
    }
    .manuals-body-center h2 {
    	font-size:24px;
    	line-height:24px;
    }
    .manuals-body-center p {
	    margin-left: 5px;
	}
	
	.manuals-body-center .overflow-content {
	    width: 100%;
    	overflow-x: scroll;
    	margin-bottom: 10px;
	}
	.manuals-body-center .overflow-content img, 
	.manuals-body-center .overflow-content table {
	    max-width: none;
	    max-height: none;
	}
	
	#toc li a {
	    text-transform: none;
	    font-size: 14px;
	    display: block;
	    line-height: 20px;
	}

    .manuals-body-right{
        width:auto;
    }
    
    .manuals-banner-container {
		width:85%;
	}
	
	.manuals-banner-container h1 {
	    line-height: 52px;
	}
	
	.manuals-download-btn {
		font-size: 14px;
	    line-height: 20px;
	}
	
	.manuals-banner-content-left {
	    width: 100%;
	}


}


.page-manuals .fraction {	display: inline-block !important;line-height: 14px !important;	height: 14px !important;}.page-manuals .fraction .fracSup {	font-size: 7px !important;display: inline-block !important;line-height: 11px !important;float: left !important;}.page-manuals .fraction .slash {font-size: 14px !important;font-weight: lighter !important;display: inline-block !important;float: left !important;line-height: 16px !important;}.page-manuals .fraction .fracSub {font-size: 7px !important; float: left !important; display: inline-block !important; line-height: 22px !important;}



.solutions-banner{
	color: #fff;
	position:relative;
}

.solutions-banner .banner-background {
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
} 

.solutions-banner-container{
	width: 70%;
	margin:0 auto;
	padding:60px 0;
}

.solutions-banner-container:after{
	clear:both;
	content: "";
	display:block;
	visibility:hidden;
	overflow:hidden;
	height:0;
}
.manuals-publish{
	font-size: 16px
}

.solutions-banner-container h1{
	color: #fff;
	font-size: 44px;
	display:block;
	width:50%;
}


.solutions-banner-container p{
	font-size: 24px;
	display:block;
	width:50%;
}

.solutions-banner-container .download-icon {
    width: 30px;
    height: 25px;
}

.solutions-body{
	padding: 20px 0px
}

.solutions-body-container:after,
.solutions-product-list:after,
.solutions-support-banner-container:after,
.solutions-related-container:after{
	clear:both;
	content: "";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.solutions-body-container{
	width: 70%;
	margin: 0 auto;
}


.solutions-product-list{}

.solutions-product-item{
	float:left;
	width:20%;
	padding-bottom: 40px;
	min-height:500px;
	margin-right: 5%;
}

.solutions-product-item:nth-child(4n+1){
    clear: left;
}

.solutions-product-item-image{
	border:solid 1px #e0e0e0;
	width:240px;
	height:260px;
	overflow:visible;
	margin-bottom:20px;
	display: table-cell;
	vertical-align: middle;
}

.solutions-product-item-image a{
	display: table;
	width:100%;
	height:100%;
	position:relative;
}

.solutions-product-item-image img,
.solutions-product-img{
	width:100%;
	height: auto;
}

.solutions-product-item-image img.quickship_icon {
    width: 50%;
    height: auto;
    position: absolute;
    left: -6%;
    top: 5px;
}

.solutions-product-title{
	font-weight:bold;
	font-size:16px;
	display:block;
	padding: 5px 0;
	width:100%;	
}

.solutions-product-price{
	display: block;
	font-size: 16px;
	padding: 0 0 10px;
	width:240px;	
}

.solutions-body-container h2{
	padding: 10px 0 20px;
	font-weight:bold;
}



.solutions-support-banner{
	background-image:url(https://assets.omega.com/solutions/solutions-support-banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;	
	margin-top:30px;
}

.solutions-support-banner-container{
	width:70%;
	margin: 0px auto;
	padding: 30px 0px
}


.solutions-support-left{
	float:left;
	width: 50%;
	padding-top:20px;
}

.solutions-support-center,
.solutions-support-right{
	float:left;
	width:25%;
}


.support-title{
	font-size:18px;
	font-weight:bold;
	text-transform:capitalize;
	line-height:inherit;
}

.solutions-support-left p{
	display:block;
	width:60%;
	padding: 20px 0;
	font-size: 16px;
}

.solutions-support-center,
.solutions-CallBtn,
.solutions-support-right,
.solutions-ChatBtn{
	text-align:center;
	color:#fff;
	padding: 20px 0px;
}

.solutions-CallBtn,
.solutions-ChatBtn{
	padding:20px 0px;
	display:block;
}
.solutions-CallBtn a,
.solutions-ChatBtn a{
	color:#fff;
	font-size: 18px;
}



.solutions-related-container{
	width:1240px;
	margin: 0px auto;
	padding: 30px 0px
}

.solutions-related-container h2{
	padding: 10px 0 20px;
    font-weight: bold;
}

.solutions-related-container .firstArticle.solutions-ArticleSection {
    display: block;
}

.solutions-related-container .firstArticle.solutions-ArticleSection .left-section {
    padding: 0;
    height: 200px;
    margin-bottom: 20px;
    position: static;
}

.solutions-related-container .solutions-ArticleSection .left-section .segmentTag.Technical_Learning {
	background: #99cc33;
    border-color: #99cc33;
}

.solutions-related-container .solutions-ArticleSection .left-section .segmentTag.Case_Study {
	background: #ac3946;
    border-color: #ac3946;
}

.solutions-related-container .solutions-ArticleSection .left-section .segmentTag.Product_Info {
	background: #006ab6;
    border-color: #006ab6;
}

.solutions-related-container .firstArticle.solutions-ArticleSection .left-section .articleType-initials {
	display:none;
}

.solutions-related-container .firstArticle.solutions-ArticleSection .left-section .articleType-full {
	display:block;
}

.solutions-related-container .firstArticle.solutions-ArticleSection .left-section .categoryArticleImg{
    opacity: 1;
}

.solutions-related-container .firstArticle.solutions-ArticleSection .right-section {
    position: static;
    padding:0;
}

.solutions-ArticleSection.one-third-two-third-container .right-section.nobackgroundimage {
    padding-top: 0;
}

.solutions-ArticleSection{
	float:left;
	width:30%;
	margin: 0 3% 20px 0;
	padding-top:0;
	height:200px;
	position: relative;
	overflow: hidden;
}

.solutions-ArticleSection.one-third-two-third-container .left-section{
	padding:0;
	border-right:0px;
	height: 100%;
}

.solutions-related-container .solutions-ArticleSection .left-section .articleType-initials {
	display:block;
}

.solutions-related-container .solutions-ArticleSection .left-section .articleType-full {
	display:none;
}

.solutions-ArticleSection.one-third-two-third-container .left-section .segmentTag.articleType-full {
    width: auto;
    padding: 0 10px;
}

.solutions-ArticleSection.one-third-two-third-container .right-section {
    position: absolute;
    width: 100%;
    padding: 25px 35px 20px 65px;
    overflow: hidden;
    top:0;
}

.solutions-ArticleSection.one-third-two-third-container .right-section .articleTitle {
	margin:0;
}
.solutions-ArticleSection.one-third-two-third-container .right-section .subtext {
    overflow: hidden;
    display:none;
}


.solutions-ArticleSection.one-third-two-third-container .left-section .segmentTag{
	left:0;
	width: 35px;
    height: 35px;
    z-index: 1;
    font-size: 14px;
    padding: 0;
    line-height: 32px;
    text-align: center;
}

.solutions-ArticleSection.one-third-two-third-container .left-section .categoryArticleImg{
	width:100%;
	opacity:0.1;
	height:100%;
	border: 0;
}

.solutions-ArticleSection.one-third-two-third-container .right-section a.newArticleTeaserLink {
    color: #ff9c42;
}

.solutions-ArticleSection.one-third-two-third-container .right-section .articleTitle a.newArticleTeaserLink{
	color:var(--brand-blue);
	color:#006ab6;
}

.solutions-ArticleSection.one-third-two-third-container .right-section .articleTitle a.newArticleTeaserLink:hover{
	text-decoration:none;
}

@media only screen and (max-width: 1240px){
	.solutions-related-container {
		width: 960px;
	}
	.solutions-ArticleSection.one-third-two-third-container .right-section {
		padding: 25px 20px 20px 50px;
	}
	
}

@media only screen and (max-width: 1400px){


    .solutions-banner-container{
        padding: 20px 0;
        width: 80%;
    }
	.solutions-banner-container h1,
	.solutions-banner-container p{
		width: 80%;
	}
	
}

@media only screen and (max-width: 1023px){
	.solutions-related-container {
		max-width: 740px;
	}
	
	.solutions-ArticleSection{
		width:45%;
	}
	
	.solutions-ArticleSection.one-third-two-third-container .right-section {
		padding: 25px 20px 20px 45px;
	}
	
	.solutions-ArticleSection.one-third-two-third-container .right-section.nobackgroundimage {
		padding-left: 45px;
	}
	
	.solutions-ArticleSection.one-third-two-third-container.firstArticle .right-section.nobackgroundimage {
		padding: 0;
	}
}

@media only screen and (max-width: 1024px){
	
	.banner-background img{
		width:auto;
		height: 100%;
	}
	
	.solutions-body-container{
		width:90%;
	}
	.solutions-banner-container h1{
		width: 100%;
		line-height:46px;
		padding-bottom:20px;
	}
	
	.solutions-banner-container p{
		width:70%;
	}
	
	.solutions-product-item {
    	width: 26%;
    	margin: 0 3%;
	}
	
	.solutions-product-item:nth-child(4n+1){
    	clear: right;
	}
	
	.one-third-two-third-container .right-section {
        padding: 10px 0px;
    }
}
@media only screen and (max-width: 768px){
	
	.solutions-banner-container{
	    width: 90%;
	    padding: 30px 0;
	}
	
	.solutions-banner-container p {
    	width: 100%;
	}

	.solutions-body-container {
    	width: 100%;
    	margin: 0 auto;
	}
	
	.solutions-body-container h2 {
    	padding: 0px 20px 10px;
    	font-weight: bold;
	}

	.solutions-product-item{
		width:40%;
		margin: 0 5%;
		min-height: 300px;
	}
	
	.solutions-product-item-image{
		height:135px;
	}
	
    .solutions-product-item:nth-child(2n+1),
	.solutions-ArticleSection:nth-child(2n+4){
    	clear: left;
	}


	.solutions-support-banner-container{
		width:90%;
	}
		
	.solutions-product-list {
    	width: 100%;
    	margin: 0 auto;
	}

	.solutions-support-left{
		float:none;
		width: 100%;
	}

	.solutions-support-center, 
	.solutions-support-right {
    	float: left;
    	width: 50%;
	}

	.solutions-support-left p{
		width:100%
	}
	
	.solutions-product-title, 
    .solutions-product-price{
		width: 100%;
	}
	
	.solutions-related-container{
		width: 100%;
	}
	
	.solutions-related-container h2 {
    	padding: 10px 15px;
	}

	.solutions-ArticleSection.one-third-two-third-container .left-section{
		padding: 0;
	}
	.solutions-ArticleSection{
		width: 40%;
		margin: 5px 4.5% 20px;
	}
	
	.articleTitle{
		font-size:16px;
		width:100%;
	}
	
	.solutions-ArticleSection:nth-child(2n+4) {
		clear:none;
	}
	
	.solutions-ArticleSection.one-third-two-third-container .right-section {
		padding-left:40px;
	}
	

}

@media only screen and (max-width: 668px){
	.solutions-ArticleSection {
	    width: 92%;
	    margin: 10px 4%;
	    height:auto;
	}
	.solutions-ArticleSection.one-third-two-third-container .right-section .subtext {
		display:block;
		max-height: 100%;
	}
	.solutions-ArticleSection.one-third-two-third-container .left-section {
		position: absolute;
		z-index: 1;
		width:100%;
	}
	.solutions-ArticleSection.one-third-two-third-container .right-section {
		position: relative;
	    max-height: 100%;
	    z-index: 2;
	}
	
}

.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}
#_asm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#_asm *:before,
#_asm *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#_asm a {
    color: #428bca;
    text-decoration: none;
}
#_asm a:hover,
#_asm a:focus {
    color: #2a6496;
    text-decoration: underline;
}
#_asm a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#_asm figure {
    margin: 0;
}
#_asm img {
    vertical-align: middle;
}
#_asm .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
#_asm .img-rounded {
    border-radius: 6px;
}
#_asm .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
#_asm hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
#_asm .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#_asm .container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 1400px;
}
@media (min-width: 10px) {
    #_asm .container {
        width: auto;
    }
}
@media (min-width: 668px) {
    #_asm .container {
        width: 100%;
    }
}
@media (min-width: 1050px) {
    #_asm .container {
        width: 1050px;
    }
}
@media (min-width: 1400px) {
    #_asm .container {
        width: 1400px;
    }
}
#_asm .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
#_asm .row {
    margin-left: -15px;
    margin-right: -15px;
}
#_asm .col-xs-1, #_asm .col-sm-1, #_asm .col-md-1, #_asm .col-lg-1, #_asm .col-xs-2, #_asm .col-sm-2, #_asm .col-md-2, #_asm .col-lg-2, #_asm .col-xs-3, #_asm .col-sm-3, #_asm .col-md-3, #_asm .col-lg-3, #_asm .col-xs-4, #_asm .col-sm-4, #_asm .col-md-4, #_asm .col-lg-4, #_asm .col-xs-5, #_asm .col-sm-5, #_asm .col-md-5, #_asm .col-lg-5, #_asm .col-xs-6, #_asm .col-sm-6, #_asm .col-md-6, #_asm .col-lg-6, #_asm .col-xs-7, #_asm .col-sm-7, #_asm .col-md-7, #_asm .col-lg-7, #_asm .col-xs-8, #_asm .col-sm-8, #_asm .col-md-8, #_asm .col-lg-8, #_asm .col-xs-9, #_asm .col-sm-9, #_asm .col-md-9, #_asm .col-lg-9, #_asm .col-xs-10, #_asm .col-sm-10, #_asm .col-md-10, #_asm .col-lg-10, #_asm .col-xs-11, #_asm .col-sm-11, #_asm .col-md-11, #_asm .col-lg-11, #_asm .col-xs-12, #_asm .col-sm-12, #_asm .col-md-12, #_asm .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#_asm .col-xs-1, #_asm .col-xs-2, #_asm .col-xs-3, #_asm .col-xs-4, #_asm .col-xs-5, #_asm .col-xs-6, #_asm .col-xs-7, #_asm .col-xs-8, #_asm .col-xs-9, #_asm .col-xs-10, #_asm .col-xs-11, #_asm .col-xs-12 {
    float: left;
}
#_asm .col-xs-12 {
    width: 100%;
}
#_asm .col-xs-11 {
    width: 91.66666667%;
}
#_asm .col-xs-10 {
    width: 83.33333333%;
}
#_asm .col-xs-9 {
    width: 75%;
}
#_asm .col-xs-8 {
    width: 66.66666667%;
}
#_asm .col-xs-7 {
    width: 58.33333333%;
}
#_asm .col-xs-6 {
    width: 50%;
}
#_asm .col-xs-5 {
    width: 41.66666667%;
}
#_asm .col-xs-4 {
    width: 33.33333333%;
}
#_asm .col-xs-3 {
    width: 25%;
}
#_asm .col-xs-2 {
    width: 16.66666667%;
}
#_asm .col-xs-1 {
    width: 8.33333333%;
}
#_asm .col-xs-pull-12 {
    right: 100%;
}
#_asm .col-xs-pull-11 {
    right: 91.66666667%;
}
#_asm .col-xs-pull-10 {
    right: 83.33333333%;
}
#_asm .col-xs-pull-9 {
    right: 75%;
}
#_asm .col-xs-pull-8 {
    right: 66.66666667%;
}
#_asm .col-xs-pull-7 {
    right: 58.33333333%;
}
#_asm .col-xs-pull-6 {
    right: 50%;
}
#_asm .col-xs-pull-5 {
    right: 41.66666667%;
}
#_asm .col-xs-pull-4 {
    right: 33.33333333%;
}
#_asm .col-xs-pull-3 {
    right: 25%;
}
#_asm .col-xs-pull-2 {
    right: 16.66666667%;
}
#_asm .col-xs-pull-1 {
    right: 8.33333333%;
}
#_asm .col-xs-pull-0 {
    right: 0%;
}
#_asm .col-xs-push-12 {
    left: 100%;
}
#_asm .col-xs-push-11 {
    left: 91.66666667%;
}
#_asm .col-xs-push-10 {
    left: 83.33333333%;
}
#_asm .col-xs-push-9 {
    left: 75%;
}
#_asm .col-xs-push-8 {
    left: 66.66666667%;
}
#_asm .col-xs-push-7 {
    left: 58.33333333%;
}
#_asm .col-xs-push-6 {
    left: 50%;
}
#_asm .col-xs-push-5 {
    left: 41.66666667%;
}
#_asm .col-xs-push-4 {
    left: 33.33333333%;
}
#_asm .col-xs-push-3 {
    left: 25%;
}
#_asm .col-xs-push-2 {
    left: 16.66666667%;
}
#_asm .col-xs-push-1 {
    left: 8.33333333%;
}
#_asm .col-xs-push-0 {
    left: 0%;
}
#_asm .col-xs-offset-12 {
    margin-left: 100%;
}
#_asm .col-xs-offset-11 {
    margin-left: 91.66666667%;
}
#_asm .col-xs-offset-10 {
    margin-left: 83.33333333%;
}
#_asm .col-xs-offset-9 {
    margin-left: 75%;
}
#_asm .col-xs-offset-8 {
    margin-left: 66.66666667%;
}
#_asm .col-xs-offset-7 {
    margin-left: 58.33333333%;
}
#_asm .col-xs-offset-6 {
    margin-left: 50%;
}
#_asm .col-xs-offset-5 {
    margin-left: 41.66666667%;
}
#_asm .col-xs-offset-4 {
    margin-left: 33.33333333%;
}
#_asm .col-xs-offset-3 {
    margin-left: 25%;
}
#_asm .col-xs-offset-2 {
    margin-left: 16.66666667%;
}
#_asm .col-xs-offset-1 {
    margin-left: 8.33333333%;
}
#_asm .col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 668px) {
    #_asm .col-sm-1, #_asm .col-sm-2, #_asm .col-sm-3, #_asm .col-sm-4, #_asm .col-sm-5, #_asm .col-sm-6, #_asm .col-sm-7, #_asm .col-sm-8, #_asm .col-sm-9, #_asm .col-sm-10, #_asm .col-sm-11, #_asm .col-sm-12 {
        float: left;
    }
    #_asm .col-sm-12 {
        width: 100%;
    }
    #_asm .col-sm-11 {
        width: 91.66666667%;
    }
    #_asm .col-sm-10 {
        width: 83.33333333%;
    }
    #_asm .col-sm-9 {
        width: 75%;
    }
    #_asm .col-sm-8 {
        width: 66.66666667%;
    }
    #_asm .col-sm-7 {
        width: 58.33333333%;
    }
    #_asm .col-sm-6 {
        width: 50%;
    }
    #_asm .col-sm-5 {
        width: 41.66666667%;
    }
    #_asm .col-sm-4 {
        width: 33.33333333%;
    }
    #_asm .col-sm-3 {
        width: 25%;
    }
    #_asm .col-sm-2 {
        width: 16.66666667%;
    }
    #_asm .col-sm-1 {
        width: 8.33333333%;
    }
    #_asm .col-sm-pull-12 {
        right: 100%;
    }
    #_asm .col-sm-pull-11 {
        right: 91.66666667%;
    }
    #_asm .col-sm-pull-10 {
        right: 83.33333333%;
    }
    #_asm .col-sm-pull-9 {
        right: 75%;
    }
    #_asm .col-sm-pull-8 {
        right: 66.66666667%;
    }
    #_asm .col-sm-pull-7 {
        right: 58.33333333%;
    }
    #_asm .col-sm-pull-6 {
        right: 50%;
    }
    #_asm .col-sm-pull-5 {
        right: 41.66666667%;
    }
    #_asm .col-sm-pull-4 {
        right: 33.33333333%;
    }
    #_asm .col-sm-pull-3 {
        right: 25%;
    }
    #_asm .col-sm-pull-2 {
        right: 16.66666667%;
    }
    #_asm .col-sm-pull-1 {
        right: 8.33333333%;
    }
    #_asm .col-sm-pull-0 {
        right: 0%;
    }
    #_asm .col-sm-push-12 {
        left: 100%;
    }
    #_asm .col-sm-push-11 {
        left: 91.66666667%;
    }
    #_asm .col-sm-push-10 {
        left: 83.33333333%;
    }
    #_asm .col-sm-push-9 {
        left: 75%;
    }
    #_asm .col-sm-push-8 {
        left: 66.66666667%;
    }
    #_asm .col-sm-push-7 {
        left: 58.33333333%;
    }
    #_asm .col-sm-push-6 {
        left: 50%;
    }
    #_asm .col-sm-push-5 {
        left: 41.66666667%;
    }
    #_asm .col-sm-push-4 {
        left: 33.33333333%;
    }
    #_asm .col-sm-push-3 {
        left: 25%;
    }
    #_asm .col-sm-push-2 {
        left: 16.66666667%;
    }
    #_asm .col-sm-push-1 {
        left: 8.33333333%;
    }
    #_asm .col-sm-push-0 {
        left: 0%;
    }
    #_asm .col-sm-offset-12 {
        margin-left: 100%;
    }
    #_asm .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    #_asm .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    #_asm .col-sm-offset-9 {
        margin-left: 75%;
    }
    #_asm .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    #_asm .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    #_asm .col-sm-offset-6 {
        margin-left: 50%;
    }
    #_asm .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    #_asm .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    #_asm .col-sm-offset-3 {
        margin-left: 25%;
    }
    #_asm .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    #_asm .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    #_asm .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1050px) {
    #_asm .col-md-1, #_asm .col-md-2, #_asm .col-md-3, #_asm .col-md-4, #_asm .col-md-5, #_asm .col-md-6, #_asm .col-md-7, #_asm .col-md-8, #_asm .col-md-9, #_asm .col-md-10, #_asm .col-md-11, #_asm .col-md-12 {
        float: left;
    }
    #_asm .col-md-12 {
        width: 100%;
    }
    #_asm .col-md-11 {
        width: 91.66666667%;
    }
    #_asm .col-md-10 {
        width: 83.33333333%;
    }
    #_asm .col-md-9 {
        width: 75%;
    }
    #_asm .col-md-8 {
        width: 66.66666667%;
    }
    #_asm .col-md-7 {
        width: 58.33333333%;
    }
    #_asm .col-md-6 {
        width: 50%;
    }
    #_asm .col-md-5 {
        width: 41.66666667%;
    }
    #_asm .col-md-4 {
        width: 33.33333333%;
    }
    #_asm .col-md-3 {
        width: 25%;
    }
    #_asm .col-md-2 {
        width: 16.66666667%;
    }
    #_asm .col-md-1 {
        width: 8.33333333%;
    }
    #_asm .col-md-pull-12 {
        right: 100%;
    }
    #_asm .col-md-pull-11 {
        right: 91.66666667%;
    }
    #_asm .col-md-pull-10 {
        right: 83.33333333%;
    }
    #_asm .col-md-pull-9 {
        right: 75%;
    }
    #_asm .col-md-pull-8 {
        right: 66.66666667%;
    }
    #_asm .col-md-pull-7 {
        right: 58.33333333%;
    }
    #_asm .col-md-pull-6 {
        right: 50%;
    }
    #_asm .col-md-pull-5 {
        right: 41.66666667%;
    }
    #_asm .col-md-pull-4 {
        right: 33.33333333%;
    }
    #_asm .col-md-pull-3 {
        right: 25%;
    }
    #_asm .col-md-pull-2 {
        right: 16.66666667%;
    }
    #_asm .col-md-pull-1 {
        right: 8.33333333%;
    }
    #_asm .col-md-pull-0 {
        right: 0%;
    }
    #_asm .col-md-push-12 {
        left: 100%;
    }
    #_asm .col-md-push-11 {
        left: 91.66666667%;
    }
    #_asm .col-md-push-10 {
        left: 83.33333333%;
    }
    #_asm .col-md-push-9 {
        left: 75%;
    }
    #_asm .col-md-push-8 {
        left: 66.66666667%;
    }
    #_asm .col-md-push-7 {
        left: 58.33333333%;
    }
    #_asm .col-md-push-6 {
        left: 50%;
    }
    #_asm .col-md-push-5 {
        left: 41.66666667%;
    }
    #_asm .col-md-push-4 {
        left: 33.33333333%;
    }
    #_asm .col-md-push-3 {
        left: 25%;
    }
    #_asm .col-md-push-2 {
        left: 16.66666667%;
    }
    #_asm .col-md-push-1 {
        left: 8.33333333%;
    }
    #_asm .col-md-push-0 {
        left: 0%;
    }
    #_asm .col-md-offset-12 {
        margin-left: 100%;
    }
    #_asm .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    #_asm .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    #_asm .col-md-offset-9 {
        margin-left: 75%;
    }
    #_asm .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    #_asm .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    #_asm .col-md-offset-6 {
        margin-left: 50%;
    }
    #_asm .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    #_asm .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    #_asm .col-md-offset-3 {
        margin-left: 25%;
    }
    #_asm .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    #_asm .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    #_asm .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1400px) {
    #_asm .col-lg-1, #_asm .col-lg-2, #_asm .col-lg-3, #_asm .col-lg-4, #_asm .col-lg-5, #_asm .col-lg-6, #_asm .col-lg-7, #_asm .col-lg-8, #_asm .col-lg-9, #_asm .col-lg-10, #_asm .col-lg-11, #_asm .col-lg-12 {
        float: left;
    }
    #_asm .col-lg-12 {
        width: 100%;
    }
    #_asm .col-lg-11 {
        width: 91.66666667%;
    }
    #_asm .col-lg-10 {
        width: 83.33333333%;
    }
    #_asm .col-lg-9 {
        width: 75%;
    }
    #_asm .col-lg-8 {
        width: 66.66666667%;
    }
    #_asm .col-lg-7 {
        width: 58.33333333%;
    }
    #_asm .col-lg-6 {
        width: 50%;
    }
    #_asm .col-lg-5 {
        width: 41.66666667%;
    }
    #_asm .col-lg-4 {
        width: 33.33333333%;
    }
    #_asm .col-lg-3 {
        width: 25%;
    }
    #_asm .col-lg-2 {
        width: 16.66666667%;
    }
    #_asm .col-lg-1 {
        width: 8.33333333%;
    }
    #_asm .col-lg-pull-12 {
        right: 100%;
    }
    #_asm .col-lg-pull-11 {
        right: 91.66666667%;
    }
    #_asm .col-lg-pull-10 {
        right: 83.33333333%;
    }
    #_asm .col-lg-pull-9 {
        right: 75%;
    }
    #_asm .col-lg-pull-8 {
        right: 66.66666667%;
    }
    #_asm .col-lg-pull-7 {
        right: 58.33333333%;
    }
    #_asm .col-lg-pull-6 {
        right: 50%;
    }
    #_asm .col-lg-pull-5 {
        right: 41.66666667%;
    }
    #_asm .col-lg-pull-4 {
        right: 33.33333333%;
    }
    #_asm .col-lg-pull-3 {
        right: 25%;
    }
    #_asm .col-lg-pull-2 {
        right: 16.66666667%;
    }
    #_asm .col-lg-pull-1 {
        right: 8.33333333%;
    }
    #_asm .col-lg-pull-0 {
        right: 0%;
    }
    #_asm .col-lg-push-12 {
        left: 100%;
    }
    #_asm .col-lg-push-11 {
        left: 91.66666667%;
    }
    #_asm .col-lg-push-10 {
        left: 83.33333333%;
    }
    #_asm .col-lg-push-9 {
        left: 75%;
    }
    #_asm .col-lg-push-8 {
        left: 66.66666667%;
    }
    #_asm .col-lg-push-7 {
        left: 58.33333333%;
    }
    #_asm .col-lg-push-6 {
        left: 50%;
    }
    #_asm .col-lg-push-5 {
        left: 41.66666667%;
    }
    #_asm .col-lg-push-4 {
        left: 33.33333333%;
    }
    #_asm .col-lg-push-3 {
        left: 25%;
    }
    #_asm .col-lg-push-2 {
        left: 16.66666667%;
    }
    #_asm .col-lg-push-1 {
        left: 8.33333333%;
    }
    #_asm .col-lg-push-0 {
        left: 0%;
    }
    #_asm .col-lg-offset-12 {
        margin-left: 100%;
    }
    #_asm .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    #_asm .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    #_asm .col-lg-offset-9 {
        margin-left: 75%;
    }
    #_asm .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    #_asm .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    #_asm .col-lg-offset-6 {
        margin-left: 50%;
    }
    #_asm .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    #_asm .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    #_asm .col-lg-offset-3 {
        margin-left: 25%;
    }
    #_asm .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    #_asm .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    #_asm .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.ASM_close {
    float: right;
    font-size: 45px;
    font-weight: 200;
    line-height: 50px;
    color: #1473DF;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    padding-left: 20px;
    border-left: 1px solid #39495e;
    padding-bottom: 8px;
}
.ASM_close:hover,
.ASM_close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=50);
    outline: none;
}
.ASM_alert {
    padding: 10px;
    margin-top: 15px;
    border: 1px solid transparent;
    background: #F54544;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 50%;
    left: 25%;
    font-family: "Open Sans", sans-serif;
}
.ASM_alert-dismissable {
    padding-right: 35px;
}
.ASM_alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.ASM_alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.ASM_alert-success hr {
    border-top-color: #c9e2b3;
}
.ASM_alert-success .alert-link {
    color: #2b542c;
}
.ASM_alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.ASM_alert-info hr {
    border-top-color: #a6e1ec;
}
.ASM_alert-info .alert-link {
    color: #245269;
}
.ASM_alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.ASM_alert-warning hr {
    border-top-color: #f7e1b5;
}
.ASM_alert-warning .alert-link {
    color: #66512c;
}
.ASM_alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.ASM_alert-danger hr {
    border-top-color: #e4b9c0;
}
.ASM_alert-danger .alert-link {
    color: #843534;
}
#_asm .clearfix:before,
#_asm .clearfix:after,
#_asm .container:before,
#_asm .container:after,
#_asm .container-fluid:before,
#_asm .container-fluid:after,
#_asm .row:before,
#_asm .row:after {
    content: " ";
    display: table;
}
#_asm .clearfix:after,
#_asm .container:after,
#_asm .container-fluid:after,
#_asm .row:after {
    clear: both;
}
#_asm .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#_asm .pull-right {
    float: right !important;
}
#_asm .pull-left {
    float: left !important;
}
#_asm .invisible {
    visibility: hidden;
}
#_asm .hide {
    display: none !important;
}
#_asm .show {
    display: block !important;
}
#_asm .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
#_asm .hidden {
    display: none !important;
    visibility: hidden !important;
}
#_asm .affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width; /*NOSONAR*/
}
#_asm .visible-xs,
#_asm .visible-sm,
#_asm .visible-md,
#_asm .visible-lg {
    display: none !important;
}
@media (max-width: 667px) {
    #_asm .visible-xs {
        display: block !important;
    }
    #_asm table.visible-xs {
        display: table;
    }
    #_asm tr.visible-xs {
        display: table-row !important;
    }
    #_asm th.visible-xs,
    #_asm td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 668px) and (max-width: 1049px) {
    #_asm .visible-sm {
        display: block !important;
    }
    #_asm table.visible-sm {
        display: table;
    }
    #_asm tr.visible-sm {
        display: table-row !important;
    }
    #_asm th.visible-sm,
    #_asm td.visible-sm {
        display: table-cell !important;
    }
    #_asm .container-fluid{
        padding: 0;
    }
}

@media (min-width: 1050px) and (max-width: 1399px) {
    #_asm .visible-md {
        display: block !important;
    }
    #_asm table.visible-md {
        display: table;
    }
    #_asm tr.visible-md {
        display: table-row !important;
    }
    #_asm th.visible-md,
    #_asm td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1400px) {
    #_asm .visible-lg {
        display: block !important;
    }
    #_asm table.visible-lg {
        display: table;
    }
    #_asm tr.visible-lg {
        display: table-row !important;
    }
    #_asm th.visible-lg,
    #_asm td.visible-lg {
        display: table-cell !important;
    }
}
@media (max-width: 667px) {
    #_asm .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 668px) and (max-width: 1049px) {
    #_asm .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 1050px) and (max-width: 1399px) {
    #_asm .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1400px) {
    #_asm .hidden-lg {
        display: none !important;
    }
}
#_asm .visible-print {
    display: none !important;
}
@media print {
    #_asm .visible-print {
        display: block !important;
    }
    #_asm table.visible-print {
        display: table;
    }
    #_asm tr.visible-print {
        display: table-row !important;
    }
    #_asm th.visible-print,
    #_asm td.visible-print {
        display: table-cell !important;
    }
    #_asm .hidden-print {
        display: none !important;
    }
}
@font-face {
    font-family: 'asm_icons';
    src: url('/_ui/addons/assistedservicestorefront/responsive/common/fonts/asm_icons.eot?9817510');
    src: url('/_ui/addons/assistedservicestorefront/responsive/common/fonts/asm_icons.eot?9817510#iefix') format('embedded-opentype'),
    url('/_ui/addons/assistedservicestorefront/responsive/common/fonts/asm_icons.woff?9817510') format('woff'),
    url('/_ui/addons/assistedservicestorefront/responsive/common/fonts/asm_icons.ttf?9817510') format('truetype'),
    url('/_ui/addons/assistedservicestorefront/responsive/common/fonts/asm_icons.svg?9817510#asm_icons') format('svg');
}
.ASM_icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'asm_icons', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ASM_icon-logo:before {
    content: '\e807';
    font-size: 32px;
}

.ASM_icon-contacts:before {
    content: '\e801';
    vertical-align: middle;
}

.ASM_icon-cart:before {
    content: '\e802';
    vertical-align: middle;
    display: inline-block;
    font-family: 'asm_icons', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #bfc2cb;
}

.ASM_icon-user:before {
    font-family: 'asm_icons', sans-serif;
    content: '\e810';
    vertical-align: middle;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #bfc2cb;
    min-width: 14px;
}
.ASM_icon-lock:before {
    font-family: 'asm_icons', sans-serif;
    content: '\e811';
    vertical-align: middle;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    min-width: 14px;
}

.ASM_icon-arrow-down:before {
    content: '\e803';
}

.ASM_icon-arrow-up:before {
    content: '\e804';
}

.ASM_icon-arrow-indicator-down:before {
    content: '\e805';
}

.ASM_icon-arrow-indicator-up:before {
    content: '\e806';
}
.ASM_icon-chain:before {
    content: '\e808';
}
.ASM_icon-close:before{
    content: '\e80d';
    color: #c5cdd6;
}
.ASM_icon-close:hover{
    opacity: .5;
}
.ASM_icon-lock:before{
    font-family: 'asm_icons', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    content: '\e811';
    color: #bfc2cb;
}

.ASM_icon-customer-list:before {
    content: '\e80b';
    vertical-align: bottom;
    color: #1473DF;
    font-size: 28px;
    position: relative;
    top: 5px;
}
.ASM_icon-chain.ASM_chain-bind:before {
    color: #fff;
}
.ASM_icon-chain {
    position: absolute;
    top: -10px;
    right: -20px;
    background: #27394f;
    padding: 17px 20px 13px 10px;
    font-size: 30px;
}

#_asm {
    top: 0;
    left: 0;
    right: 0;
    background: #27394f;
    color: #000;
    z-index: 99998;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#_asm .ASM-btn {
    height: 40px;
    border: 0;
    padding: 0 15px;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: baseline;
}
#_asm .assign-cart-to-member-wrapper {
    position: absolute;
    right: 25%;
    z-index: 2;
}
#_asm .ASM-btn.ASM-btn-login, #_asm .ASM-btn.ASM-btn-bind-cart {
    background: #fad714;
    width: 100%;
}
#_asm .ASM-btn.ASM-btn-login, #_asm .ASM-btn.ASM-btn-bind-cart {
    background: #fad714;
    width: 100%;
}
#_asm .ASM-btn.ASM-btn-create-account {
    background: #d2dbe6;
    color: #0354ae;
    width: 100%;
}
#_asmBindForm {
    vertical-align: bottom;
}
#asmLogoutForm, #asmLogoutForm fieldset,
#_asmSessionEndForm,
#_asmBindForm,
#_asmPersonifyForm{
    display: inline;
    vertical-align: middle;
}
#_asm .ASM-btn.ASM-btn-logout, #_asm .ASM-btn.ASM-btn-reset, #_asm .ASM-btn.ASM-btn-customers {
    background: transparent;
    color: #0486e0;
    outline: none;
}
#_asm .ASM-btn.ASM-btn-logout {
    padding-bottom: 15px;
}
#_asm .ASM-btn.ASM-btn-start-session {
    background: #19bc33;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-left: -1px;
    vertical-align: bottom;
    width: 100%;
}
@media (min-width: 668px) and (max-width: 1049px) {
    #_asm .ASM-btn.ASM-btn-start-session {
        margin-left: -2px;
    }

    #_asm .assign-cart-to-member-wrapper{
        right: 17%;
        padding-right: 10px;
    }
}
#_asm button[disabled] {
    opacity: 0.45;
    filter: alpha(opacity=45);
    background: #207241;
}
#_asm .ASM-btn.ASM-btn-end-session, #_asm .ASM-btn.ASM-btn-bind-cart, #_asm .ASM-btn.ASM-btn-create-account {
    font-size: 18px;
}
#_asm .ASM-btn.ASM-btn-end-session {
    background: #ff3b30;
    color: #fff;
    font-weight: 400;
    width: 100%;
}
#_asm .ASM_end_session {
    vertical-align: bottom;
    margin-bottom: 15px;
}
#_asm .ASM-btn-customer-list {
    vertical-align: bottom;
    border-left: 1px solid #39495e;
    border-right: 1px solid #39495e;
}
#_asm .ASM-btn-customer-list:hover,
#_asm .ASM-btn-customer-list:focus {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 668px) and (max-width: 1399px) {
    #_asm .ASM_session .ASM-btn-customer-list .ASM_icon {
        margin-right: 0;
    }
}

#_asm .ASM-btn-customer-list.disabled {
    opacity: 0.45;
    pointer-events: none;
    cursor: default;
}
#_asm .ASM_input_holder {
    display: inline-block;
    position: relative;
}
#_asm .ASM_input_holder.input-group {
    display: table;
}
#_asm .ASM_input_holder label {
    color: #777777;
    font-weight: 600;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-bottom: 1px;
}
#_asm .ASM_input_holder .ASM_autocomplete {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 99999;
    border-top: 1px solid #e6e8ea;
}
#_asm .ASM_input_holder .ASM_autocomplete.ASM_autocomplete_active {
    display: block;
}
#_asm .ASM_input_holder .ASM_autocomplete ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}
#_asm .ASM_input_holder .ASM_autocomplete ul li {
    font-size: 18px;
    line-height: 37px;
}
#_asm .ASM-input {
    height: 40px;
    padding: 6px 10px;
    font-size: 19px;
    line-height: 20px;
    border-radius: 0;
    border: 0;
    width: 100%;
}
#_asm .ASM-input[disabled], #_asm .ASM-input.disabled, #_asm .ASM-input[readonly], #_asm .ASM-input[readonly]:focus {
    background-color: #b4bac2;
    cursor: default;
    color: #000;
}
#_asm .ASM-input.placeholder {
    color: #757575;
}
#_asm #_asmSessionEndForm .ASM-input {
    background-color: #b4bac2;
}
#_asm #_asmSessionEndForm .ASM-input.placeholder {
    background-color: #fff;
}
#_asmSessionEndForm {
    vertical-align: bottom;
}
select#_asm .ASM-input {
    height: 40px;
    line-height: 40px;
}
textarea#_asm .ASM-input,
select[multiple]#_asm .ASM-input {
    height: auto;
}
#_asm .ASM-input:focus,
#_asm .ASM-input.ASM-input-valid,
#_asm .ASM-input.ASM-input-error {
    background: #fff;
}
#_asm .ASM-input.ASM-input-error {
    color: #FF4544;
    border: 2px solid #FF4544;
    padding: 5px 10px;
}
#_asm .ASM-input-error.placeholder {
    color: #ff958f;
}
#_asm .ASM_header {
    padding-bottom: 15px;
}
#_asm .ASM_header .first-top-row {
    border-bottom: 1px solid #39495e;
    margin: 0 -4em 10px -4em;
    padding: 0 4em;
}
#_asm .ASM_header .first-top-row .element-separator-height{
    height: 60px;
    padding-top: 10px;
}
#_asm .ASM_header .ASM_logo {
    float: left;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}
@media (min-width: 668px) and (max-width: 1399px) {
    #_asm .ASM_header .ASM_logo span.ASM_cut_text {
        display: none !important;
    }
}
#_asm .ASM_header .ASM_login {
    text-align: right;
}
#_asm .ASM_header #_asmLogged .ASM_loggedin_text_label{
    text-transform: uppercase;
}
#_asm .ASM_header .ASM_loggedin {
    text-align: right;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text, .ASM_timer {
    display: inline-block;
    font-weight: 300;
    font-size: 14px;
    margin-left: 15px;
    color: #ffffff;
    border-right: 1px solid #39495e;
}
#_asm #sessionTimer {
    margin-right: 20px;
    font-weight: 600;
    text-align: left;
}
#_asm #sessionTimer span {
    font-weight: 300;
}
#_asm #sessionTimer .ASM_timer_count {
    display: inline-block;
    min-width: 33px;
    font-weight: 600;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text .ASM_loggedin_text_name {
    font-weight: 600;
    margin-right: 20px;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text .ASM_loggedin_agent_store_name{
    display: inline-block;
    vertical-align: middle;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text.element-separator-height {
    border-right: none;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text p{
    margin:0;
    text-align: left;
}
@media (max-width: 667px) {
    #_asm .ASM_header .ASM_logo span.ASM_cut_text {
        display: none !important;
    }
    #_asmPersonifyForm,
    #_asmBindForm {
        display: block;
    }
    #_asm .ASM-btn.ASM-btn-logout, #_asm .ASM-btn.ASM-btn-reset {
        min-width: 105px;
    }
    #_asm .ASM-btn.ASM-btn-start-session {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .asm-customer360-tab .pager{
        float: none !important;
        text-align: center;
        margin: 0;
    }
    .asm-customer360-tab table{
        margin-bottom: 5px;
    }
    #_asm .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #_asm .ASM_header{
        position: relative;
    }
    #_asm .ASM_header:after{
        content: " ";
        height: 1px;
        position: absolute;
        background: #39495e;
        top: 60px;
        left: -15px;
        right: -15px;
    }
    #_asm .ASM_header .ASM_login .ASM_input_holder {
        width: 100%;
        margin-bottom: 10px;
    }
    #_asm .ASM_header .first-top-row .ASM_timer,
    #_asm .ASM_header .first-top-row .ASM_loggedin_text {
        text-align: left;
        display: block;
        margin-bottom: 0;
    }
    #_asm .ASM_header .first-top-row .element-separator-height {
        height: 50px;
        border-right: none;
    }
    #_asm .ASM_header .first-top-row .ASM-btn-customer-list{
        border: 2px solid #39495e;
        padding: 5px;
        margin-top: 25px;
    }
    #_asm .ASM_header .first-top-row .ASM_loggedin{
        position: relative;
    }
    #_asm .ASM_header .first-top-row .ASM_loggedin .ASM-btn-reset,
    #_asm .ASM_header .first-top-row .ASM_loggedin .ASM-btn-logout{
        text-align: right;
        padding-right: 0;
        outline: none;
    }
    #_asm .ASM_header .first-top-row .ASM_loggedin:after{
        content: " ";
        height: 3px;
        position: absolute;
        bottom: -2px;
        left: -20px;
        right: -20px;
        background: #27394f;
    }
    #_asm .ASM_header .ASM_login .ASM_input_holder .ASM-input {
        display: block;
        width: 100%;
    }
    #_asm .ASM_header .ASM_loggedin {
        margin-top: 10px;
        margin-right: 0;
    }
    #_asm .ASM_header .ASM_loggedin #asmLogoutForm {
        float: right;
    }
    #_asm .ASM_control {
        margin-top: 15px;
    }
    #_asm .ASM_header .ASM_loggedin .ASM_loggedin_text {
        margin:0;
    }
    #_asm .ASM_session .ASM_input_holder {
        width: 100%;
    }
    #_asm .ASM_session span.ASM_icon-contacts {
        margin-left: 5px;
    }
    #_asm .ASM_session .cartId {
        margin-bottom: 15px;
    }
    #_asm .ASM_session .ASM_icon-chain {
        visibility: hidden;
        opacity: 0;
    }
    #_asm .ASM_timer {
        margin: 0 0 10px 0;
        line-height: 40px;
    }
    #_asm .ASM_timer .ASM-btn-reset {
        float: right;
    }
    #_asm .ASM_end_session {
        margin: 10px 0 0 0;
    }
    #_asm .ASM-btn.ASM-btn-customer-list {
        float: none;
        width: 100%;
        text-align: center;
    }
    #_asm .ASM_session .ASM_session_input_text {
        display: block;
        line-height: 32px;
        margin-left: 60px;
    }
    #_asm .ASM_session .ASM_session_input_text:before,
    #_asm .ASM_session .ASM_session_input_text:after {
        content: " ";
        display: table;
    }
    #_asm .ASM_session .ASM_session_input_text:after {
        clear: both;
    }
    #_asm .ASM_session .ASM_session_input_text:before,
    #_asm .ASM_session .ASM_session_input_text:after {
        content: " ";
        display: table;
    }
    #_asm .ASM_session .ASM_session_input_text:after {
        clear: both;
    }
    #_asm .ASM_session .ASM_session_andor_text {
        display: none !important;
    }
    #_asm .ASM_session .ASM_input_holder {
        margin-bottom: 10px;
    }
    #_asm .assign-cart-to-member-wrapper{
        right: 0;
        top: 100px;
    }
    #_asm .ASM_header .ASM_alert{
        position: fixed;
        left: 10%;
        text-align: center;
        width: 80%;
    }
}

@media (min-width: 668px) and (max-width: 690px) {
    .ASM_header .first-top-row .ASM-btn-reset,
    .ASM_header .first-top-row .ASM-btn-logout{
        padding-left: 0!important;
    }
}
#_asm .ASM_session {
    padding-top: 10px;
}
#_asm .ASM_session #_asmCustomer {
    position: relative;
}
#_asm .ASM_session .ASM_session_input_text {
    display: inline-block;
    margin: 0 60px 0 0;
    color: #a1aebd;
    font-size: 20px;
}
#_asm .ASM_control {
    height: 8px;
    background-color: #097aff;
    position: relative;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}
#_asm .ASM_control .ASM_control_text {
    display: none;
    font-size: 22px;
    font-weight: 300;
    line-height: 48px;
    color: #fff;
}
#_asm .ASM_control .ASM_control_collapse {
    position: absolute;
    right: 50px;
    bottom: -1px;
    height: 22px;
    width: 82px;
    overflow: hidden;
    cursor: pointer;
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'asm_icons', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    position: absolute;
    top: 0;
    display: block;
    color: #fff;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow:before {
    content: '\e804';
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator {
    display: inline-block;
    font-family: 'asm_icons', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 10px;
    top: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #097aff;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator:before {
    content: '\e806';
}
#_asm .ASM_control.ASM_control_session_active {
    background-color: #19bc33;
}
#_asm .ASM_control.ASM_control_session_active .ASM_control_collapse_indicator {
    color: #19bc33;
}
#_asm.ASM-collapsed {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    margin-top: 53px;
}
#_asm.ASM-collapsed .ASM_header, #_asm.ASM-collapsed .ASM_session {
    display: none;
}
#_asm.ASM-collapsed .ASM_control {
    height: 48px;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_text {
    display: block;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse {
    top: 0px;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow {
    color: #fff;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow:before {
    content: '\e803';
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator {
    color: #097aff;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator:before {
    content: '\e805';
}
#_asm.ASM-collapsed .ASM_control.ASM_control_session_active .ASM_control_collapse .ASM_control_collapse_indicator {
    color: #19bc33;
}

.asmAutoComplete .ui-menu {
    list-style:none;
    display:block;
    background-color: white;
    box-shadow: 0 8px 15px #999;
    border: 1px solid #cccccc;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    z-index: 10000;
}
.asmAutoComplete .ui-autocomplete, #asmHover {
    padding: 7px 10px 5px;
    width: 83vw!important;
    max-width: 660px;
    position: absolute;
    cursor: default;
}
#asmAutoCompleteCartId .ui-autocomplete {
    width: 220px!important;
}
@media (min-width: 668px) and (max-width: 1049px) {
    #asmAutoCompleteCartId .ui-autocomplete {
        width: 210px!important;
    }
}
.asmAutoComplete .ui-autocomplete .ui-menu-item {
    border: none;
    font-size: 18px;
    padding: 5px 0;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item:first-child {
    padding-top: 0;
}
.asmAutoComplete .ui-state-active {
    background: none;
    color: #007fff !important;
    margin: 0 !important;
    border: 0 !important;
}
#_asm .asmAutoComplete .ui-autocomplete .ui-menu-item a, .asmAutoComplete .ui-autocomplete .ui-menu-item a:hover {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #000 !important;
    padding: 0;
    display: block;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item span, #asmHover span {
    padding-left: 30px;
    font-size: 18px;
    background-color: #fff;
    vertical-align: top;
    display: inline-block;
}
#asmHover.disabled, #asmHover.disabled span {
    background-color: #b4bac2;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .noresult {
    padding-left: 3px;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .name, #asmHover .name {
    padding-left: 3px;
    width: 23%;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .email, #asmHover .email {
    width: 43%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .card {
    padding-right: 3px;
}
.asmAutoComplete .ui-autocomplete a:hover, .asmAutoComplete .ui-autocomplete a:hover span {
    background-color: #eeeeee;
    cursor: pointer;
}
@media (max-width: 667px) {
    .asmAutoComplete .ui-autocomplete {
        width: auto!important;
        margin-right: 15px;
    }
    #asmHover {
        width: auto!important;
    }
    .asmAutoComplete .ui-autocomplete .ui-menu-item .name,
    .asmAutoComplete .ui-autocomplete .ui-menu-item .email,
    #asmHover .name,
    #asmHover .email {
        width: 100%;
        padding-left: 3px;
    }
    .asmAutoComplete .ui-autocomplete .ui-menu-item .date,
    .asmAutoComplete .ui-autocomplete .ui-menu-item .card,
    #asmHover .date,
    #asmHover .card {
        width: 50%;
        padding-left: 3px;
    }
}

#asmHover {
    position: absolute;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: 0 8px 15px #999;
    font-size: 18px;
    z-index: 10001;
}

.ASM_customer-list-modal #cboxLoadedContent {
    margin-top: 20px;
}
.ASM_customer-list-modal #cboxTitle {
    display: none!important;
}
.ASM_customer-list-modal .account-overview-table .img-profile-thumbnail {
    width: 75px;
    height: 75px;
}
.ASM_customer-list-modal .account-overview-table a {
    font-weight: bold;
}

.ASM_customer-list-modal .account-overview-table td[data-th="NAME"] > a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 200px;
}


.ASM_customer-list-modal .asm-account-section .account-overview-table,
.ASM_customer-list-modal .asm-account-section .pagination-bar .pagination-bar-results {
    margin: 0;
    padding: 0;
}
.ASM_customer-list-modal .asm-account-section .account-overview-table{
    padding-top: 10px;
    overflow-x: auto;
}
.ASM_customer-list-modal .asm-account-section .pagination-bar .pagination-bar-results {
    text-align: center;
    padding-right: 10px;
}
.ASM_customer-list-modal .asm-account-section .account-section-content .account-orderhistory-pagination .sort-refine-bar option{
    font-size: 1em;
}
.ASM_customer-list-modal .asm-account-section .account-section-content.content-empty {
    margin-top: 40px;
    margin-bottom: 20px;
}
.ASM_customer-list-modal .asm-account-section table td,
.ASM_customer360-modal .asm-customer360-tab table td{
    padding: 10px;
    vertical-align: middle;
}
.ASM_customer-list-modal .asm-account-section table .nav-order-tools{
    border-right: 0;
    padding: 0 15px 0 10px;
}
.ASM_customer-list-modal .asm-account-section table .nav-order-tools:before{
    color: #0486e0;
}
.ASM_customer-list-modal .asm-account-section table .nav-order-tools-empty{
    border-right: 0;
    padding: 0 15px 0 10px;
}
.ASM_customer-list-modal .asm-account-section table .nav-order-tools-empty:before{
    color: #E4E4E4;
    content: "\e032";
    font-family: 'Glyphicons Halflings';
    position: relative;
    top: 23%;
    display: inline;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    cursor: pointer;
}
@media(max-width: 668px){
    .ASM_customer-list-modal .asm-account-section table .nav-order-tools{
        padding: 0;
    }
    .ASM_customer-list-modal .asm-account-section table .nav-order-tools-empty{
        padding: 0;
    }
}
.ASM_customer-list-modal .asm-card-icon{
    font-size: 30px;
}
.ASM_customer-list-modal .asm-empty-card-icon{
    color: #E4E4E4;
}
.ASM_customer-list-modal .asm-account-section .pagination-bar{
    padding: 0;
}
.ASM_customer-list-modal .asm-account-section .pagination-bar .pagination-toolbar {
    border: 0;
    padding: 0;
}
.ASM_customer-list-modal .asm-account-section .default-pic:before {
      content: '\e801';
}
.ASM_customer-list-modal .asm-account-section .default-pic {
    font-family: 'asm_icons', sans-serif;
    color: #A6A6A6;
    font-size: 55px;
    line-height: 55px;
    display: block;
    max-width: 100%;
    height: auto;
}
.ASM_customer-list-modal .customer-list-select-wrapper {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.ASM_customer-list-modal .customer-list-select {
    border: 0 none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    padding-right: 28px;
    background-color: transparent;
    color: #000000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 200;
}
.ASM_customer-list-modal .customer-list-select:focus {
    background-color: transparent;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ASM_customer-list-modal .customer-list-select-wrapper:after {
    font-family: 'asm_icons', sans-serif;
    content: '\e80a';
    color: #0486e0;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    pointer-events: none;
    z-index: 11;
    margin-top: -20px;
}

@media screen and (min-width:0\0) {
    .ASM_customer-list-modal .customer-list-select {
        background-image: none;
        padding-right: 0;
    }
    .ASM_customer-list-modal .customer-list-select-wrapper:before {
        background-color: #ffffff;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 35px;
        width: 20px;
        pointer-events: none;
        z-index: 10;
    }
    .ASM_customer-list-modal .customer-list-select-wrapper:after {
        right: -5px;
    }
}
.ASM_customer-list-modal .customer-list-select option {
    font-size: 1em !important;

}

#_asm .ASM-btn-customer360 {
    padding: 0;
    text-decoration: inherit;
    background-color: #007aff;
    color: #fff;
    vertical-align: bottom;
    position: relative;
    width: 100%;
    vertical-align: middle;
}


.ASM-customer360_icon{
    vertical-align: middle;
}

.ASM-customer360_icon:before {
    font-family: 'asm_icons', sans-serif;
    content: '\e800';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -2px;
}


#_asm .ASM-btn-customer360[disabled] {
   background: #D2DAE4;
   color: #A4A9B9;
   opacity: 1;
   filter: alpha(opacity=100);
}

#_asm .ASM-btn-customer360[disabled]  .ASM-customer360_icon:before{
   color: #A4A9B9;
}


.ASM-customer360_customer-list_icon:before {
    color: #0486e0;
    position: static;
}




#_asm .ASM-btn-customer360:focus {
    outline: none;
}

.ASM_customer360-modal .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,0,0, 0.2);
  border-right: 1.1em solid rgba(0,0,0, 0.2);
  border-bottom: 1.1em solid rgba(0,0,0, 0.2);
  border-left: 1.1em solid #0486e0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.ASM_customer360-modal .loader,
.ASM_customer360-modal .loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.ASM_customer-list-modal table.techne-table td,
.ASM_customer360-modal table.techne-table td{
    color: #313440;
    font-size: 15px;
}
.ASM_customer-list-modal table.techne-table td.no-padding {
    padding: 0 !important;
}
.ASM_customer-list-modal table.techne-table td.techne-table-action .hyicon {
    font-size: 24px;
}
.ASM_customer-list-modal table.techne-table > tbody > tr:nth-child(1n),
.ASM_customer360-modal table.techne-table > tbody > tr:nth-child(1n){
    background: #eef3f7; /* techne styleguide color*/
}
@media (max-width: 768px ) {
    .ASM_customer-list-modal table.techne-table thead,
    .ASM_customer360-modal table.techne-table thead {
        display: none;
    }
    .ASM_customer-list-modal .asm-account-section table td,
    .ASM_customer360-modal .asm-customer360-tab table td {
        padding: 0;
    }
    .ASM_customer-list-modal table.techne-table td,
    .ASM_customer360-modal table.techne-table td {
        clear: both;
        display: block;
        border-top: none !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        padding: 10px;
    }
    .ASM_customer-list-modal table.techne-table td .floating-text,
    .ASM_customer360-modal table.techne-table td .floating-text {
        -moz-hyphens: none;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        word-break: initial;
        word-wrap: initial;
    }
    .ASM_customer-list-modal table.techne-table td:before,
    .ASM_customer360-modal table.techne-table td:before {
        content: attr(data-th) "";
        width: 100%;
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #8a8fa1;
    }
    .ASM_customer-list-modal table.techne-table td > div.cellcontent {
        width: 100%;
        display: block;
        color: #7f90a4;
        font-size: 15px;
    }
    .ASM_customer-list-modal table.techne-table td.techne-table-xs-left-slot,
    .ASM_customer360-modal table.techne-table td.techne-table-xs-left-slot {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50px;
        padding-right: 5px;
        padding-left: 10px;
    }
    .ASM_customer-list-modal table.techne-table tr,
    .ASM_customer360-modal table.techne-table tr {
        display: block;
        position: relative;
        box-shadow: 0 2px 3px rgba(138,143,161,.2);
    }
    .ASM_customer-list-modal table.techne-table tr.techne-table-xs-left,
    .ASM_customer360-modal table.techne-table tr.techne-table-xs-left {
        padding-left: 90px;
    }


    .ASM_customer-list-modal table.techne-table > tbody > tr > td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ASM_customer-list-modal table.techne-table > tbody > tr > td:last-child::before,
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(2)::before,
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(3)::before{
        display: inline;
    }
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:last-child,
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:last-child div ,
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(2),
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(2) div,
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(3),
    .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(3) div {
        display: inline-block;
        padding-right: 20px;
        vertical-align: middle;
    }
    .ASM_customer-list-modal .asm-account-section table .nav-order-tools{
        padding-bottom: 7px;
    }
    .ASM_customer-list-modal .asm-account-section table .nav-order-tools-empty{
        padding-bottom: 7px;
    }
    .ASM_customer-list-modal .asm-account-section a.default-pic{
        font-size: 35px;
    }
    .ASM_customer-list-modal .asm-account-section .img-profile-thumbnail{
        width: 75px;
        height: 75px;
    }














}
.ASM_customer-list-modal table.techne-table > tbody > tr:nth-child(2n),
.ASM_customer360-modal table.techne-table > tbody > tr:nth-child(2n) {
    background: #ffffff;
}
.ASM_customer-list-modal table.techne-table > tbody > tr:hover,
.ASM_customer-list-modal table.techne-table > tbody > tr:hover td{
    background: #f5f5f5;
}

.ASM_customer-list-modal .techne-table,
.asm__customer360 .techne-table{
    font-family: "Open Sans", sans-serif;
}

.ASM_customer-list-modal .techne-table th,
.asm__customer360 .techne-table th{
    background-color: #fff;
    color: #7f90a4;
    font-weight: bold;
}

.ASM_customer-list-modal .techne-table > thead > tr > th,
.asm__customer360 .techne-table > thead > tr > th{
    border-width: 1px;
}
.ASM_customer-list-modal a, .ASM_customer360-modal a{
    color: #0486e0;
}
.ASM_customer-list-modal .control-label, .ASM_customer360-modal .control-label {
    color: #808fa1;
}

.ASM_customer-list-modal table.techne-table th:last-child,
.ASM_customer360-modal table.techne-table th:last-child{
    text-align: left;
}


@media (max-width: 639px){
    .ASM_customer-list-modal .asm-account-section .pagination-bar .pagination{
        border: none;
        padding: 5px 0;
    }
    .ASM_customer-list-modal .asm-account-section .pagination-bar .pagination-bar-results{
        text-align: center;
        padding: 18px 0;
        width: 100%;
        display: block;
        border-bottom: 1px solid #bdc6d2;
    }

    .ASM_customer-list-modal .customer-list-select {
        font-size: 18px;
    }
}

.asm__section .pageable-fragment .pager .active {
    font-weight: bold;
    color:  #7f90a4;
}
.asm__section .pageable-fragment h3 {
    float:left;
}
.asm__section .pageable-fragment .pager {
    float:right;
}
.ASM_customer-list-modal .pagination > li > a,
.ASM_customer-list-modal .pagination > li > span{
    color: #0486e0;
    font-size: 15px;
    font-weight: 600;
}
.ASM_customer-list-modal .pagination > li > .glyphicon{
    font-size: 11px;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > a:hover,
.ASM_customer-list-modal .pagination > li.pagination-next > a:hover,
.ASM_customer-list-modal .pagination > li.pagination-prev > span:hover,
.ASM_customer-list-modal .pagination > li.pagination-next > span:hover,
.ASM_customer-list-modal .pagination > li.pagination-prev > a:focus,
.ASM_customer-list-modal .pagination > li.pagination-next > a:focus,
.ASM_customer-list-modal .pagination > li.pagination-prev > span:focus,
.ASM_customer-list-modal .pagination > li.pagination-next > span:focus{
    margin: 0;
    border: none;
    background-color: transparent;
    color:#035995;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > a,
.ASM_customer-list-modal .pagination > li.pagination-next > a,
.ASM_customer-list-modal .pagination > li.pagination-prev > span,
.ASM_customer-list-modal .pagination > li.pagination-next > span {
    margin: 0;
    border: none;
}
.ASM_customer-list-modal .pagination .disabled > span,
.ASM_customer-list-modal .pagination > li.disabled > span:hover,
.ASM_customer-list-modal .pagination > li.disabled > span:focus{
    color: #cadbee;
}
.ASM_customer-list-modal .pagination .active span{
    color: #7f90a4;
}

.ASM_customer-list-modal #cboxClose, .ASM_customer360-modal #cboxClose{
    font-size: 16px;
}
.ASM_customer-list-modal #cboxContent{
    position: relative;
}
.ASM_customer-list-modal #cboxContent:before{
    position: absolute;
    content: "";
    background: #ebeef1;
    width: 100%;
    height: 1px;
    top: 75px;
}
.hide_overflow {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}



#_asm .navigation.navigation--top {
    padding-left: 30px;
    padding-right: 30px;
}

button.ASM_close  {
    margin: 0;
    height: inherit;
}

#_asm span.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #19212b;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0;
}

#_asm .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

#_asm .input-group-addon,
#_asm .input-group-btn,
#_asm .input-group .form-control {
    display: table-cell;
}

#_asm .input-group-addon,
#_asm .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


.y-toolbar__wrapper {
    position: relative;
}

.y-toolbar__wrapper .y-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    min-height: 52px;
    border-top: 1px solid #bdc6d2;
    border-bottom: 1px solid #bdc6d2;
}

.ASM-sort__wrapper{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
}

.y-toolbar__wrapper .ASM-toolbar__search {
    border: 0;
    box-shadow: none;
    display: inline-block;
    border-right: 1px solid #bdc6d2;
    padding: 0 16px 0 0;
}

.y-toolbar__wrapper .ASM-toolbar__search .glyphicon-search {
    color: #3c3c3c;
    font-size: 17px;
}

.y-toolbar__wrapper .ASM-toolbar__search .input-group {
    background-color: #ffffff;
    min-height: 38px;
    padding: 5px 0;
}

.y-toolbar__wrapper .ASM-toolbar__search .input-group-btn {
    display: inline-block;
}

.y-toolbar__wrapper .ASM-toolbar__search #ASM_customer-list-queryInput {
    border: none;
    padding: 6px 12px;
    height: 38px;
    min-width: 200px;
}

.y-toolbar__wrapper .ASM-toolbar__search #ASM_customer-list-queryInput:focus {
    border: none;
    outline: none;
}

.y-toolbar__wrapper .ASM-toolbar__search .ASM_customer-list-searchButton {
    width: 40px;
    padding: 0;
    margin: 0;
    height: 38px;
}

.y-toolbar__wrapper .y-toolbar__right {
    display: flex;
    margin-left: auto !important;
    flex-wrap: wrap;
}

.y-toolbar__wrapper .y-toolbar__item {
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    color: #7f90a4;
    display: inline-block;
}

.y-toolbar__wrapper .y-toolbar__item .pagination {
    margin: 0;
    border: none;
}

.y-toolbar__wrapper .y-toolbar__item .pagination > li {
    vertical-align: baseline;
}

.y-toolbar__wrapper .y-toolbar__item .y-toolbar__btn--caption {
    padding: 10px 16px;
    text-transform: uppercase;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: middle;
    height: 50px;
    line-height: 1;
    cursor: pointer;
    background: 0 0;
    border: none;
    transition: all .1s ease-in-out 0s;
    text-decoration: none;
}

.y-toolbar__wrapper .y-toolbar__item .y-toolbar__btn--caption .glyphicon-sort-by-attributes-alt {
    margin-right: 27px;
    font-size: 24px;
    line-height: 0;
}

.y-toolbar__wrapper .y-toolbar__dropdown {
    border-right: 1px solid #bdc6d2;
}

.y-toolbar__wrapper .y-toolbar__dropdown ul.dropdown-menu {
    margin-top: 0;
    left: -1px;
    border: 1px solid #bdc6d2;
    border-top: .5px solid #bdc6d2;
    padding: 5px 0;
}

.y-toolbar__wrapper .y-toolbar__dropdown .y-toolbar__dropdown__icon{
    margin-left: 10px;
    color: #7f90a4;
}

.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu {
    min-width: 300px;
    border-radius: 0;
}

.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu>li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu>li {
    padding: 0;
}

.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu>li>a{
    padding: 10px 16px;
}

.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu>li:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #d2dbe6;
}

@media (max-width: 591px){
    .y-toolbar__wrapper .ASM-sort__wrapper .y-toolbar__dropdown {
        width: 100%;
        border-right: none;
        border-top: 1px solid #bdc6d2;
    }

    .y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu {
        min-width: 100%;
    }

    .y-toolbar__wrapper .ASM-toolbar__search {
        width: 100%;
        border-right: none;
    }

    .y-toolbar__wrapper .ASM-toolbar__search .input-group {
        width: 100%;
    }

    .y-toolbar__wrapper .ASM-toolbar__search #ASM_customer-list-queryInput {
        width: 90%;
    }

    .y-toolbar__wrapper .ASM-toolbar__search .input-group-btn {
        width: 10%;
    }
}

@media (min-width: 505px) and (max-width: 645px){
    .y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu {
        left: auto !important;
        right: 0%;
    }
}

@media (max-width: 639px){
    .y-toolbar__wrapper .y-toolbar__right {
        float: right;
    }
}

@media (min-width: 768px){
    .y-toolbar__wrapper .y-toolbar__right {
        float: right;
    }
}

@media (max-width: 902px){
    .y-toolbar__wrapper .y-toolbar__right {
        width: 100%;
        border-top: 1px solid #bdc6d2;
        min-height: 52px;
    }

    .y-toolbar__wrapper .y-toolbar__right nav {
        text-align: right;
        width: 100%;
    }
}

@media (max-width: 767px){
    .y-toolbar__wrapper .y-toolbar__dropdown {
        float: right;
    }
}

#_asm
{
    position: relative;
    z-index: 9997;
    display: none;
}

#_asm .collapseBtn-wrapper
{
    position: absolute;
    left: 25px;
    right: -25px;
    height: 1px;
}

#_asm .collapseBtn-wrapper:before
{
    content: '← drag to move → ';
    display: none;
    position: absolute;
    left: -25px;
    right: 25px;
    height: 40px;
    background: #fad714;
    opacity: 0.3;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
}

#_asm .collapseBtn-wrapper.active:before
{
    display: block;
}

#_asm .collapseBtn
{
    position: absolute;
    left: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    height: 40px;
    padding: 10px 15px 5px;
    background: #27394f;
    outline: none !important;
}

#_asm .collapseBtn svg
{
    width: 20px;
    height: auto;
}

#_asm .collapseBtn svg path
{
    fill: #fff;
}

#_asm.asm-collapsed .collapseBtn svg
{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#_asm.asm-collapsed .ASM_header
{
    display: none;
}

.asm_store__finder{
  font-family: "Open Sans", sans-serif;
}


.asm_store__finder--pagination{
  margin-bottom: 20px;
}

.asm_store__finder--pagination-label {
  padding-top: 15px;
}

.asm_store__finder--pagination .btn-link{
  color: #0486e0;
  text-decoration: none;
}

.asm_store__finder--pagination .btn-link:disabled{
  color: #cadbee;
}


.asm_store__finder .store__finder--navigation-list{
  border-color: #dce1e8;
  border: 0;
}

.asm_store__finder .store__finder--navigation-list .asm__list__entry {
  height: 56px;
}

.asm_store__finder .store__finder--navigation-list .asm__list__entry:nth-child(2n) label {
  background-color: #fff;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry:last-child label {
  border-bottom: 0;
}

.asm_store__finder .store__finder--navigation-list .asm__list__entry input {
  display: none;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry label {
  margin: 0;
  height: 100%;
  font-size: 13px;
  padding: 0 14px 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #eef3f7;
  border-bottom: 1px solid #dce1e8;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry label:hover {
  background: #d2dbe6;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry input:checked + label {
  background: #96bbe1;
  color: #fff !important;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry input:checked + label:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -1px;
  background: transparent;
  border: 14px solid transparent;
  border-right-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry .entry__info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry .entry__name {
  display: block;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry .entry__city {
  display: block;
  font-weight: normal;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry .entry__distance {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #dce1e8;
}
.asm_store__finder .store__finder--navigation-list .asm__list__entry .entry__distance span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}



.asm_store__finder .store__finder--details-back{
  color: #bdc6d2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  padding-left: 0;
}

@media (max-width: 1023px){
  .asm_store__finder .find-store-display .store__finder--navigation {
    width: 50%;
    border: 0;
  }
  .asm_store__finder .store__finder--panel{
    width: 200%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }

  .asm_store__finder.show-store .store__finder--panel {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .asm_store__finder .store__finder--panel .store__finder--details{
    display: block;
  }
  .asm_store__finder .store__finder--details .store__finder--details-openings dl dt {
    float: left;
  }

  .asm_store__finder .store__finder--details .store__finder--details-back {
    display: inline-block !important;
  }
}


.ASM_customer360-modal #cboxLoadedContent{
    padding-top: 40px;
    margin-top: 0;
}

.asm__customer360-signedup{
    position: absolute;
    right: 64px;
    top: 35px;
    font-size: 13px;
    line-height: 20px;
    color: #8592a2;
}

.asm__customer360-header{
    margin-bottom: 30px;
}

.asm__customer360-header-image {
    float: left;
    width: 110px;
    height: 110px;
    border: 1px solid #d5dee8;
    border-radius: 100%;
}
.asm__customer360-customer-image{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.asm__customer360-header-desc{
    margin-left: 140px;
}

.asm__customer360-header-name {
    font-size: 33px;
    line-height: 33px;
    color: #233243;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}
@media (min-width: 997px) {
    .asm__customer360-header-name {
        padding-right: 150px;
    }
}

.asm__customer360-header-email {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    z-index: 1000;
}

.asm__customer360-header-location {
    font-size: 13px;
    line-height: 20px;
    color: #8592a2;
}

.asm__customer360-header-info {
    margin-top: 15px;
}

.asm__customer360-header-info-item {
    display: inline-block;
    font-size: 13px;
    color: #313440;
    margin-right: 30px;
    margin-bottom: 10px;
}

.asm__customer360-header-info-item > span{
    padding-left: 34px;
    background: no-repeat left top;
    line-height: 24px;
    display: inline-block;
}

.asm__customer360-header-info-item .asm__header__cart{
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon1.png);
}

.asm__customer360-header-info-item .asm__header__order{
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon2.png);
}

.asm__customer360-header-info-item .asm__header__ticket{
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon3.png);
}


.asm__customer360-header-sep{
    height: 1px;
    background: #ebeef1;
    margin-left: -40px;
    margin-right: -40px;
    width: auto;
}

@media (min-width: 668px) and (max-width: 996px) {
    .asm__customer360-signedup {
        position: static;
        margin-left: 140px;
    }
}

@media (max-width: 667px) {
     .asm__customer360-header{
        text-align: center;
    }
    .asm__customer360-header-image {
        float: none;
        display: inline-block;
    }

    .asm__customer360-header-desc{
        margin-left: 0;
    }

    .asm__customer360-header-info {
        display: inline-block;
        padding-left:5%;
    }

    .asm__customer360-header-info-item{
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
        text-align: left;
    }

    .asm__customer360-signedup{
        position: static;
    }
}

.asm__customer360-overview {
    font-family: "Open Sans", sans-serif;

}

.asm__customer360-overview-info {
    background: #eef3f7;
    position: relative;
    margin: -1px -40px 0 -40px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #dfe5ec;
    border-top: 1px solid #dfe5ec;
}



.asm__customer360-overview-info .col-sm-6{
    position: static;
}

.asm__customer360-overview-info .col-sm-6:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0;
    width: 1px;
    height: auto;
    background: #dfe5ec;
    margin-left: -10px;
}

.asm__customer360-overview-info .col-sm-6:first-child:before {
    display: none;
}


.asm__customer360-overview-info-is,
.asm__customer360-overview-info-uses,
.asm__customer360-overview-info-points {
  padding-bottom: 10px;
}

.asm__customer360-overview-info-points {
  text-align: center;
}

.asm__customer360-overview-info-points-pts {
    font-size: 25px;
    line-height: 26px;
    font-weight: bold;
    color: #313440;
}


.asm__customer360-overview-info-points-ptsinfo {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #313440;
}

.asm__customer360-overview-info-points-next {
    font-size: 13px;
    line-height: 25px;
    color: #8592a2;
    margin-top: 5px;
    margin-bottom: 10px;
}

.asm__customer360-overview-info-points-medals {
    margin-top: 15px;
}

.asm__customer360-overview-info-points-medals-item {
    width: 43px;
    height: 41px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}

.asm__customer360-overview-info-points-medals-silver-on {
     background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/asm__customer360-overview-info-points-medal-silver-on.png) no-repeat center center;
}
.asm__customer360-overview-info-points-medals-silver-off {
     background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/asm__customer360-overview-info-points-medal-silver-off.png) no-repeat center center;
}
.asm__customer360-overview-info-points-medals-gold-on {
     background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/asm__customer360-overview-info-points-medal-gold-on.png) no-repeat center center;
}
.asm__customer360-overview-info-points-medals-gold-off {
     background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/asm__customer360-overview-info-points-medal-gold-off.png) no-repeat center center;
}
.asm__customer360-overview-info-points-medals-platinum-on {
     background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/asm__customer360-overview-info-points-medal-platinum-on.png) no-repeat center center;
}
.asm__customer360-overview-info-points-medals-platinum-off {
     background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/asm__customer360-overview-info-points-medal-platinum-off.png) no-repeat center center;
}

.asm__customer360-overview-info-points-medals-info {
    font-size: 13px;
    line-height: 26px;
    color: #8592a2;
    margin-top:10px;
}

.asm__customer360-overview-info-points-btn {
    margin-top: 15px;
    display: inline-block;
    font-size: 13px;
    color: #fff !important;
    background: #3f5875 url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/asm__customer360-overview-info-points-btn.png) no-repeat center right;
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 50px;

}

.asm__customer360-overview-info-is {
  text-align: center;
}

.asm__customer360-overview-info-is-tags {
    text-align: left;
    padding-left: 10px;
    margin-top: 5px;
    font-size: 0;
}
.asm__customer360-overview-info-is-tags-item {
    background: #fff;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #313440;
}

@media (max-width: 1023px) {
    .asm__customer360-overview-info-is-tags-item {
        margin: 0 2px 5px;
    }
}


.asm__customer360-overview-info-uses {
    text-align: center;
}

.asm__customer360-overview-info-uses-icon {
    height: 33px;
    display: block;
    margin-bottom: 5px;
}

.asm__customer360-overview-info-uses-icon-Computer {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-desktop.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-icon-Tablet {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-tablet.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-icon-Mobile {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-mobile.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-icon-Pc {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-computer.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-icon-Console {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-console.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-icon-Tv {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-tv.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-value {
    font-size: 25px;
    font-weight: 600;
    color: #313440;
}

.asm__customer360-overview-info-uses-name {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #313440;
}

.asm__customer360-overview-info-uses-device {
    color: #8592a2;
    font-size: 13px;
    line-height: 15px;
}

.asm__customer360-overview-info-uses-browser {
    margin-top: 5px;
    height: 35px;
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-other.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-browser-Chrome {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-chrome.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-browser-Safari {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-safari.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-browser-Firefox {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-firefox.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-browser-Microsoft_Edge, .asm__customer360-overview-info-uses-browser-Internet_Explorer {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-ie.png) no-repeat center center;
}

.asm__customer360-overview-info-uses-browser-Opera {
    background:  url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/icon-opera.png) no-repeat center center;
}

.asm__customer360-overview-info-headline {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.asm__customer360-overview-info-headline,
.asm__customer360-headline{
    overflow: hidden;
    text-overflow: ellipsis;
}

.asm__customer360-overview-info-table {
    table-layout: fixed;
}
.asm__customer360-overview-info-table td{
    padding: 0 3px;

}

.asm__customer360-overview-info-uses-value,
.asm__customer360-overview-info-uses-name,
.asm__customer360-overview-info-uses-device > div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

@media (max-width: 667px) {
    .asm__customer360-overview-info {
        margin-left: -20px;
        margin-right: -20px;
    }
    .asm__customer360-overview-info-headline {
        padding-top: 30px;
    }
    .asm__customer360-overview-info .col-sm-6{
        width: auto;
        float: none;
        position: relative;
    }
    .asm__customer360-overview-info .col-sm-6:before {
        left: 10px;
        right: 10px;
        bottom: auto;
        top: 0;
        width: auto;
        height: 1px;
        margin: 0;
    }

    .asm__customer360-overview-info-is {
        padding-bottom: 20px;
    }

    .asm__customer360-overview-info-uses {
        padding-bottom: 20px;
    }
}

.asm__customer360-headline{
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 25px;
    position: relative;
}
.asm__customer360-headline a {
    font-weight: 400;
}
.asm__customer360-subheadline {
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 5px;
}
.asm__customer360-overview-divider {
    border-top: 1px solid #d4d7dc;
    padding-top: 10px;
}

.asm__customer360-overview-colors{
    font-size: 0;
    margin-bottom: 40px;
}

.asm__customer360-overview-colors-color{
    display: inline-block;
    border-right: 2px solid #fff;
    height: 80px;
}

.asm__customer360-overview-recent-section {
    margin-bottom:20px;
}
.asm__customer360-overview-recent {
    text-align: center;
}

.asm__customer360-overview-recent-image {
    margin-bottom: 15px;
}

.asm__customer360-overview-recent-image img {
    max-width: 100%;
    height: auto;
    width: 120px;
}

.asm__customer360-overview-recent-name {
    font-size: 15px;
    line-height: 20px;
}

.asm__customer360-overview-recent-views {
    font-size: 15px;
    font-weight: 600;
}

.asm__customer360-overview-recent-time {
    font-size: 12px;
    line-height: 20px;
    color: #8592a2;
    text-transform: uppercase;
}

@media (max-width: 667px) {
    .asm__customer360-overview-recent-section .col-sm-6{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
}

.asm__customer360-overview-recentsearch-item{
    background: #eef3f7;
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
    line-height: 25px;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 0px 30px;
    color: #313440;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.asm__customer360-overview-sep{
    height: 1px;
    background: #ebeef1;
}

.asm__customer360-overview-interests {
    text-align: center;
}

.asm__customer360-overview-interests-img {
    margin-bottom: 10px;
}

.asm__customer360-overview-interests-img img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.asm__customer360-overview-interests-name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.asm__customer360-overview-interests-stock {
    font-size: 12px;
    line-height: 18px;
    color: #8592a2;
    text-transform: uppercase;
}

.asm__customer360-overview-interests-price {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 667px) {
    .asm__customer360-overview-interests-section .col-sm-2{
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }

    .asm__customer360-overview-interests-section .col-sm-2:nth-child(2n+1){
        clear: both;
    }
}

@media (min-width: 668px) {
    .asm__customer360-overview-saved-wrap,
    .asm__customer360-overview-saved-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.asm__customer360-overview-saved {
    border: 1px solid #ebeef1;
    font-size: 15px;
    line-height: 20px;
    box-shadow: -1px 1px 1px #eff0f2;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

.asm__customer360-overview-saved-img {
    margin: -1px;
    float: left;
    margin-right: 20px;

}
.asm__customer360-overview-saved-text-wrap {
    padding-left:145px;
}
.asm__customer360-overview-saved-card-info{
    font-size: 15px;
    line-height: 30px;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
}
@media (min-width: 997px) {
    .asm__customer360-overview-saved-card-info{
        position: absolute;
        right:0;
    }
}
@media (max-width: 996px) {
    .asm__customer360-overview-saved-card-info{
        display: block;
    }
}
.asm__customer360-overview-saved-card-divider {
    border-right: 1px solid #e1e7ee;
    padding-right: 10px;
    margin-right: 10px;
}

.asm__customer360-overview-saved-name {
    margin-top: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.asm__customer360-overview-saved-sku {
    margin-bottom: 5px;
}

.asm__customer360-overview-qty-divider {
    border-right: 1px solid #ebeef1;
    padding-right: 10px;
    margin-right: 10px;
}

.asm__customer360-overview-saved-total {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 667px) {
    .asm__customer360-overview-saved-section .col-sm-6{
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
}

.asm__customer360-profile{
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: "Open Sans", sans-serif;
}
.asm__customer360-profile-col{
    padding-left: 10px;
    padding-right: 10px;
    width: 20%;
    float: left;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 667px) {
    .asm__customer360-profile-col{
        width: auto;
        float: none;
    }
}
.asm__customer360-profile-headline{
    font-size: 13px;
    line-height: 24px;
    color: #8a8fa1;
}
.asm__customer360-profile-payment{
    display: block;
    margin-top: 20px;
    border: 1px solid #ebeef1;
    text-align: right;
    padding: 10px;
    color: #313440 !important;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    min-height: 67px;
    overflow: hidden;
}
.asm__customer360-profile-payment-active{
    border-color: #b2ebbd;
    border-width: 2px;
}
.asm__customer360-profile-payment-img  {
    float: left;
    width: 48px;
    height: 48px;
    background-size: 48px;
}
.asm__customer360-profile-payment-visa {
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/visa.png);
}
.asm__customer360-profile-payment-amex {
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/amex.png);
}
.asm__customer360-profile-payment-master {
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/master.png);
}
.asm__customer360-profile-payment-maestro {
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/maestro.png);
}
.asm__customer360-profile-payment-diners {
    background-image: url(/_ui/addons/assistedservicestorefront/responsive/common/images/customer360/diners.png);
}
.asm__customer360-profile-payment-type  {
    font-weight: bold;
}
.asm__customer360-profile-payment-default  {
    color: #00be26;
    border-right: 1px solid #e1e7ee;
    padding-right: 10px;
    margin-right: 10px;
}
.asm__customer360-profile-payment-nr {
    padding-top: 5px;
}

.ASM_customer360-modal #cboxLoadedContent{
    width: auto !important;
}

.ASM_customer360-modal #cboxClose:focus{
    outline: none;
}

.ASM_customer360-modal .asm__customer360__menu{
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
    z-index: 5;
}

.nav-tabs > li.active > a {
    color: #0486e0;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active {
    border-width: 0 0 2px;
    border-color: #0486e0;
    background: #0486e0;
    color: #fff;
}
.nav-tabs > li > a {
    transition: background 0.1s ease-out, border 0.1s ease-out;
    text-transform: uppercase;
    border-radius: 0;
    border-width: 0 0 2px;
    color: #a1aebd; /*override on top of Techne to delete orange default color for a*/
}
.nav-tabs > li.active > a {
    border-width: 0 0 2px;
    border-color: #0486e0;
    background-color: transparent;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
    color: #0486e0;
    border-width: 0 0 2px;
    background: #fff;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:active {
    background: #fff;
    border-color: #0486e0;
}
.nav-tabs.nav-tabs-center,
.nav-tabs.nav-tabs--center {
    display: table;
    margin: 0 auto;
}
.nav-tabs.nav-tabs-center > li,
.nav-tabs.nav-tabs--center > li {
    text-align: center;
}

.nav-tabs--responsive {
    position: relative;
}

.nav-tabs--responsive .nav-tabs-mobile-caret {
    display: none;
}
@media (max-width: 667px) {
    .nav-tabs--responsive {
        background: #fff;
        display: block !important;
    }
    .nav-tabs--responsive li {
        width: 100%;
    }
    .nav-tabs--responsive li:not(.active) {
        display: none;
    }
    .nav-tabs--responsive li:not(.active).active {
        display: block;
        background-color: white;
    }
    .nav-tabs--responsive li:not(.active).active a:focus,
    .nav-tabs--responsive li:not(.active).active a:hover,
    .nav-tabs--responsive li:not(.active).active a:active {
        background: none;
        color: #0486e0;
    }
    .nav-tabs--responsive li.nav-tabs-mobile-caret {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        cursor: pointer;
    }
    .nav-tabs--responsive li.nav-tabs-mobile-caret a {
        border: none;
        background-color: transparent;
    }
    .nav-tabs--responsive li.nav-tabs-mobile-caret a:focus,
    .nav-tabs--responsive li.nav-tabs-mobile-caret a:active {
        background-color: transparent;
    }
    .nav-tabs--responsive.open .nav-tabs-mobile-caret {
        width: 20%;
    }
    .nav-tabs--responsive.open .nav-tabs-mobile-caret .caret {
        content: "";
        border-top: 0;
        border-bottom: 4px dashed;
    }
    .nav-tabs--responsive.open li {
        display: block !important;
        margin-bottom: 0;
    }
}



.ASM_customer360-modal .asm-customer360-tab{
    position:relative;
    font-family: "Open Sans", sans-serif;
    margin-top: 15px;
}
.ASM_customer360-modal p,
.ASM_customer360-modal a{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
}

.ASM_customer360-modal .asm-customer360-tab.generic{
    position:relative;
}

.ASM_customer360-modal .asm-customer360-tab.generic:before{
    top: 35px;
}

.ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary{
    position:relative;
}

.ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary:before{
    top: 35px;
}
.ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary .form-group{
   margin-top: 10px;
}
.ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary h3{
    padding-left: 10px;
}


.ASM_customer360-modal .asm-customer360-tab h3{
    font-size: 16px;
    margin-bottom: 25px;
}
.ASM_customer360-modal .asm-customer360-tab:after {
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px solid #d4d7dc;
    width: 100%;
    top: 45px;
}
.ASM_customer360-modal .asm-customer360-tab a {
    font-weight: bold;
}
.ASM_customer360-modal .asm-customer360-tab .profile-pic{
    max-width: 120px;
}
.ASM_customer360-modal .asm-customer360-tab .pager th.headerSortDown,
.ASM_customer360-modal .asm-customer360-tab .pager th.headerSortUp {
    background-color: #0486e0;
}
.ASM_customer360-modal a:focus{
    text-decoration: none; /*disable underline for when it is a profile default picture*/
}
.ASM_customer360-modal .asm-customer360-tab .row{
    margin-top: 20px;
}

.ASM_customer360-modal .asm-customer360-tab label,
.ASM_customer360-modal .customer360-contact-sub-tab label{
    text-transform: capitalize;
    color: #808fa1;
}
.ASM_customer360-modal .asm-customer360-tab p{
    font-weight: 600;
    margin-bottom: 5px;
}
.ASM_customer360-modal .customer360-contact-sub-tab p{
    font-weight: normal;
}

.ASM_customer360-modal .default-pic:before {
    content: '\e801';
}
.ASM_customer360-modal .default-pic {
    font-family: 'asm_icons', sans-serif;
    color: #A6A6A6;
    font-size: 110px;
    line-height: 1;
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 667px) {
    .ASM_customer360-modal .asm-customer360-overview-tab:before {
        border: none;
    }
}

.nav-tabs.asm__customer360__menu >li > a {
    font-size: 15px;
}

.nav-tabs.asm__customer360__menu .caret {
    color: #a1aebd;
}

.nav-tabs.asm__customer360__menu >li.active > a:hover,
.nav-tabs.asm__customer360__menu >li.active > a:focus{
    color: #0486e0;
    background: none;
}

@media (max-width: 667px) {
    .ASM_customer360-modal .asm__customer360__menu{
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
    }
}


.ASM_customer360-modal .asm__customer360 .techne-table > thead > tr > th.pointer{
    cursor: pointer;
    position: relative;
}

.ASM_customer360-modal .headerSortDown:after {
    font-family: 'asm_icons', sans-serif;
    content: '\e80f';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 8px;
    color: #7f90a4;
}
.ASM_customer360-modal .headerSortUp:after {
    font-family: 'asm_icons', sans-serif;
    content: '\e80e';
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding-left: 8px;
    color: #7f90a4;
}
.ASM_customer360-modal .techne-table th.headerSortDown,
.ASM_customer360-modal .techne-table th.headerSortUp,
.asm__customer360 .techne-table > thead > tr > th.header:hover{
    color: #454a5d;
}


@media (max-width: 667px){
    .ASM_customer360-modal .asm-customer360-tab:before{
        border: none;
    }
    .ASM_customer360-modal h3{
        margin-bottom: 0;
        padding-bottom: 10px;
        width: 100%;
    }
    .ASM_customer360-modal img {
        margin: 0 auto;
    }
    .ASM_customer360-modal .default-pic {
        text-align: center;

    }
}

.overview-tab-charts canvas{
    margin: 0 auto;
}


.asm__customer360-overview-product-view {
    border: 1px solid #ebeef1;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 55px;
    box-shadow: -1px 1px 1px #eff0f2;
}
.asm__customer360-overview-product-img {
    float: left;
    margin-right: 20px
}
.asm__customer360-overview-product-name {
    padding-top: 10px;
    padding-right: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.asm__customer360-overview-product-views {
    font-weight: 600;
}
.asm__customer360-overview-product-img img {
    width: 120px;
}
.asm__customer360-overview-product-time {
    font-size: 12px;
    text-transform: uppercase;
    color: #8592a2;
    padding-bottom: 9px;
}
.asm-customer360-reviews-tab .rating-stars span.active {
   color: #2c98e4;
}

.clear {
    clear: both;
}

#asm-customer360-activity-table {
    table-layout: fixed;
    overflow: hidden;
    clear: both;
}
#asm-customer360-reviews-table td[data-th="Item"],
#asm-customer360-reviews-table td[data-th="Rate"],
#asm-customer360-tickets-table td[data-th="Created"],
#asm-customer360-tickets-table td[data-th="Updated"],
#asm-customer360-tickets-table td[data-th="Status"],
#asm-customer360-activity-table td[data-th="Description"]{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 769px) {
    .asm-customer360-table-onLineCell{
        line-height: 1.42857em;
        height: 1.42857em;
        overflow: hidden;
    }
}
#asm-customer360-activity-table th.status {
    width: 10%;
}
@media (min-width: 767px) {
    #asm-customer360-activity-table th:first-child,
    #asm-customer360-activity-table td:first-child{
        width: 10%;
    }
    #asm-customer360-activity-table th:nth-child(2),
    #asm-customer360-activity-table td:nth-child(2) {
        width: 15%;
    }
    #asm-customer360-activity-table th:nth-child(5),
    #asm-customer360-activity-table td:nth-child(5),
    #asm-customer360-activity-table th:last-child,
    #asm-customer360-activity-table td:last-child {
        width: 17%;
    }
}

.asm__customer360-favorites-section {
    margin-top: 30px;
}


.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}

.add-address{ 
	text-align: right; 
	margin-top: 12px; 
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	white-space: nowrap;
	float: right;
	padding: 0 5px; 
	color: #000!important;
	     }
@media (max-width: 1023px) { 
	.add-address 
	{ 
	text-align: left; 
	} 
} 
@media (max-width: 639px) 
{ 
	.add-address 
	{ 
	text-align: center;
	 margin-top: 0;
	 } 
}
.mp10 {
	
	margin-left: 10px;
	margin-right: 10px;
	
	
	
}
.alignleft{
	text-align:left!important;
}


h2.formSection {
	width:100%;
	background-color:#006ab6;
	height:50px;
	color:#fff;
	padding:10px 20px;
	font-size:16px;
	font-weight:900;
}
h3.formSection {
	width:100%;
	border-bottom:2px solid #006ab6;
	height:40px;
	color:#000;
	padding:10px 20px;
	font-size:16px;
	font-weight:700;
	
}
.bank2{

      display:none;
  }
  
.addsection{
  	color:#006ab6;
  	font-weight:900;
  	cursor: pointer;
}

.explain-in-detail {
	font-weight: bold !important;
}

#select-one-div {
	padding-bottom: 30px;
}

select.contactustopic {
	text-transform: none !important;
}

select.productType {
	text-transform: none !important;
}




