body {
    background-color:#e9e9e9;
}
.breadcrumb.breadcrumb-show {
    display: none;
}
#kitSelector .row.content {
    display:none;
}

.parsys p {
	font-size:14px;
	line-height:1.42em;
}

#kitSelector .fa.fa-info-circle {
    float:right;
    margin-top:2px;
    font-size:18px;
}

#kitSelector {
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -transition:all 0.5s;
}

.init {
    padding:0;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -transition:all 0.5s;    
}

.init #ksTags,
.init .lvl-desc {
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

#ksNxt,
#ksTags {
    margin-bottom:0;
}

#ksNxt {
    padding-top:20px;
}

#ksStage {
    position:relative;
    padding:30px;
    background-color:#f5f5f5;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
	border:1px solid #bbb;
	border-radius:10px;
}

.show-disclaimer:before {
    content: "\f05a  Experimental research method";
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    background-color: #ad73ac;
    color: white;
    border-radius: 0 10px 0 10px;
    z-index: 2;
    font-family: fontAwesome, Arial;
    margin:-1px -1px 0 0;
}

.show-disclaimer .to-methods-page:before {
    content:"\f05a  Experimental research method collected from scientific literature";
	color:#ad73ac;
	font-family:fontAwesome, Helvetica, arial, sans-serif;
	font-size:14px;
	line-height:1.4em;
	display:block;
	padding-bottom:15px;
}

#reset {
    padding:15px 0 20px 15px;
}

.ks-intro {
    text-align:center;
    position:relative;
}

.ks-intro h2 sup {
	font-size:20px;
	top:-1.15em;
}

.loading {
    text-align:center;
    padding:20px 0;
}

.loading .fa {
    font-size:24px;
}

.ks-next .fa {
    color:#666;
}

.ks-next,
.ks-tag {
    cursor:pointer;
}

.ks-next:hover,
.fa-info-circle:hover {
	color:#328ed1;
}

.ks-tag:hover {
    background-color:#e9e9e9;
}

.ks-next p,
.ks-tag p {
    margin:0;
    padding-top:5px;
    font-size:12px;
}

.ks-next {
    color:#328ed1;        
    padding:10px 16px;
    border-bottom:1px solid #e5e5e5;
}

.ks-next img {
    display:none;
}

.ks-tag .col-sm-4 {
    font-size:22px;
}

.parsys .lvl-desc {
	font-size:28px;
}

.ks-tag:before,
.ks-tag:after {
    content:"";
	display:table;
}

.ks-tag:after {
    clear:both;
}                

.link-menu {
    margin:5px 0 10px;
}

#reset,
.ks-next p,
.ks-tag p,
.ks-container,
.HT,
.NeoPrep,
.mobile-instruction {
    display:none;
}

.lt-ht .btn-group {
    margin:10px 0 5px;
}

.ks-reset {
    margin-right:10px;
}

.lvl-desc {
    font-weight:bold;
    padding-left:16px;
}

.lvl-desc small {
    font-size:14px;
	display:block;
	font-weight:normal;
	line-height:normal;
}

.lvl-desc:after,
.lvl-desc small:after {
    display:inline-block;
    content:':';
    margin-left:3px;
}

.lvl-desc.no-after:after {
    content:none;
}

#kitSelector .table {
    margin-top:20px;
    background-color:white;
}

#kitSelector .comparison-table {
    padding-top:25px;
}

#kitSelector .comparison-table:before {
    content:'\f0ce';
    font-family:"fontAwesome";
	display:inline-block;
    margin-right:6px;
}

#kitSelector .row {
	margin:0 auto!important;
	max-width:1305px !important;
	width:auto!important;
}

.global-nav-lvl-0 li {
	padding:13px 10px;
}

.faux-table {
  margin: 25px 0;
  padding: 10px 8px;
  border: 1px solid #ccc;
  background-color: white;
}

.faux-table span {
  float: left;
  display: block;
  width: 9.5%;
  margin: 5px .25% 0;
  height: 50px;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding-top: 10px;
  font-size:12px
}

#kitSelector .btn-primary, #kitSelector .btn-primary:visited {
  box-shadow: none!important;
}

.search-for-methods {
    max-width:600px;
    margin:30px auto 0;
    position:relative;
}

.search-for-methods .fa-search {
	position:absolute;
	left:0;
	top:0;
	margin: 10px 0 0 15px;
}

.search-for-methods input {
	padding-left:35px;
}

.search-for-methods .results {
    display:none;
}

.search-for-methods .results.show-results {
    width:100%;
	max-height:300px;
    position:absolute;
    z-index:999;
    /*left:50%;
    margin-left:-300px;*/
    margin-top:3px;
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    overflow-x: hidden;
	overflow-y: auto;
  	-webkit-overflow-scrolling: touch;   
  	overflow: scroll; 
}

.search-for-methods .results div {
    background-color:white;            
    border:1px solid #bbb;
	border-top:0;
	margin:0;
	padding:5px 15px;
    text-align:left; 
    cursor:pointer;    
}

.search-for-methods .results div:hover {
    background-color:#e9e9e9;
}

.search-for-methods .results div:first-child {
    border-radius:5px 5px 0 0;    
    border-top:1px solid #bbb;
}

.search-for-methods .results div:last-child {
    border-radius:0 0 5px 5px;           
}

.search-for-methods .results p {
    margin-bottom:0;
}

.search-for-methods .results a {
    margin-left:15px;
}

.seq-methods.ks-tag img {
	display:block;
	margin-top:5px;
}

.ks-next img {
    display:none;
}

.references,
.reviews {
    font-size:12px;
    margin:0 0 10px;
    padding:0;        
    list-style:none;        
}

.references li,
.reviews li {
    position:relative;
	padding-top:10px;
	font-style:italic;
}

.references li:before,
.reviews li:before {
    content:"";
    height:0;
	width:10px;
    position:absolute;
    top:4px;
	left:0;
    border-top:1px solid #bbb;
}

.references li:first-child,
.reviews li:first-child {
    padding-top:0;
}

.references li:first-child:before,
.reviews li:first-child:before {
    content:none;
}

.dynamic.references,
.dynamic.reviews {
    margin-bottom:0;
}

.solutions {
    border-left:3px solid #7ca8d4;
    margin-bottom:20px;
}

.to-kit-selector-page {
	margin:10px 0 0 -15px;
    list-style:none;
}

.references:before,
.solutions:before,
.reviews:before {
	display:block;
    font-weight:bold;
	margin:0 0 5px;
}

.references + .reviews,
.reviews + .references {
	margin-top: 20px;
}

.references:before {
    content:"References:";
}

.dynamic.references:before {
    content:"Most recent references:";
}

.reviews:before {
	content:"Reviews:";
}

.dynamic.reviews:before {
	content:"Most recent reviews:";
}

.solutions:before {
    content:"Associated kits:";
    margin:10px 0 5px -15px;
}

.enzymes.solutions:before {
    content:"Enzyme Solutions:";
}

.searched {
    background-color:white;
}

.searched .ks-intro h2,
.searched .ks-intro p,
.searched .lvl-desc,
.searched #ksTags {
	display:none !important;
}

.init #ksStage.searched {
	padding-top:30px;
    background-image:none;
}

.searched .ks-container .ks-reset {
    margin-right:0;
	margin-bottom:10px;
}           

.ks-container .row {
    margin:0 -15px!important;
}

.seq-method-image {
    margin:20px 0;
    padding:30px 0;
    border:1px solid #bbb;
    border-left:0;
    border-right:0;
}

.method-selector-bg {
    padding:10px 0 30px;
}

.init #ksStage {
    background:url(../../../content/dam/illumina-marketing/images/tools/sequencing/method-selector-sbg-clean.jpg) scroll no-repeat left top white;
    padding-top:140px;
}

.white-bg {
    background-color:white!important;
}

.to-methods-page a {
	margin-right:15px;
}

.init .lvl-desc {
    text-align:center;
}

@media screen and (max-width:1170px) {
    #kitSelector .container {
		width:auto!important;
		max-width:1170px;
	}
	#kitSelector {
		padding-left:15px;
		padding-right:15px;
	}
}

@media screen and (max-width: 1024px) {
    body > .parsys {
        margin-top: 0!important;
    }
    .method-selector-bg {
        padding-top:43px;
    }
}

@media screen and (max-width:768px) {
    .ks-intro input,
    .ks-intro .results {
        width:100%;        
    }
    .ks-intro .results {
        left:0;
        margin-left:0;
    }
    .results {
        left:0;
    	margin-left:25px;
    	margin-right:25px;
    }
    #kitSelector h2 {
    	font-size:24px;
    	line-height:1.2em;
	    word-break:break-word;
	}
    .ks-tag .col-sm-4,
    .parsys .lvl-desc {
        font-size:16px;
    	padding:0;
    }
	.parsys.bookendpar {
    	display:none;
	}
    .search-for-methods .results {
        left:0;
        width:100%;
        margin-left:0;
    }
    .search-for-methods .results div {
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
    .search-for-methods .results p {
    	margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .init #ksStage {
		padding-top:100px;
        background-position:center -20px;
    }       
  	.ks-intro h2 sup {
		top:-.5em;
	}  
	.to-methods-page .btn {
    	display:block;    
        margin-top:10px;
		margin-right:0;
	}
    .method-selector-bg {
        padding-top:0;
    } 	
}

@media screen and (max-width:767px) and (orientation:portrait) {   
	.seq-method-image img {
		display:none;
	}
	.show-disclaimer:before {
    	content: "\f05a";
	}
    .seq-method-image:before {
        content:"Please rotate your device";   
		text-align:center;
		display:block;
	}   
	.seq-method-image:after {
        content:"";   
		display:block;
		background:url(../../../content/dam/illumina-marketing/images/systems/comparison-tool/landscape.png) scroll no-repeat bottom transparent;
		background-size:contain;
		height:50px;
		margin-top:10px;
	}                           
}

@media screen and (max-width:767px) and (orientation:landscape) {
	#kitSelector {
		margin-top:40px;
	}
    #kitSelector h2 {
        margin-top:10px;
    }
	.seq-method-image {
    	max-width:100%;
        padding-top:40px;
        padding-bottom:20px;
        position:relative;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;    
	}
	.seq-method-image:before {        
    	content:"Scroll \f178";
        font-family:fontAwesome;
        position:absolute;
        left:0;
        top:0;
		font-size:12px;
		color:#bbb;
        margin:3px 0 0 3px;
	}        
	.seq-method-image img {
        min-width:1081px;
	}
}

@media screen and (max-width:480px) {
    #kitSelector .fa.fa-info-circle {
        font-size:24px;
		margin-top:-1px;
    }
    .init {
        padding:0 0 20px;
        background-image:none;
    }
	.init h2 {
    	font-size:28px;
        line-height:1.42em;
    }
    #ksStage {
        padding:10px;
    }
    #ksStage small {
    	display:none;
	}
    .lt-ht .link-menu a {
        display:none;
    }
	.ks-next {
	    padding:10px 0;
	}
	#reset {
	    padding-left:0;
	}	
}

@media screen and (max-width:420px) {
	.mobile-instruction {
        display:block;
        font-size:12px;
        margin-bottom:10px;
        text-align:center;
        padding:10px 0;
    }
	.mobile-instruction img {
        margin-top:10px;
    }
	#ksStage table {
    	display:none;
	}
}