
/****************************************  Ethosh ****************************************/
body {
    display: block;
    margin: 0;
}

u{
	text-decoration: none;
    border-bottom: 1px solid white;
}

#wrapper{
	position:relative;
	text-align:center;
	font-family:'Roboto', Arial, sans-serif, Helvetica !important;
	color: #53575A;
}

.digitalLabContainer *{
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.digitalLabContainer:after, .digitalLabContainer:before {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.digitalLabContainer{
	font-family:'Roboto', Arial, sans-serif, Helvetica !important;
	color: #53575A;
	width: 830px;
    margin: 0 auto;
	position: relative;
    text-align: center;
	font-size: 12px;
	line-height:14px;
}

.digitalLabContainer img{
	max-width: 100%;
}

.digitalLabContainer ::-webkit-scrollbar {
    width: 8px;
	border-radius:5px
}

.digitalLabContainer ::-webkit-scrollbar-thumb {
    background-color: #d5d2d2;
	border-radius:5px
}

.digitalLabContainer ::-webkit-scrollbar-thumb:hover {
    background-color: #d5d2d2;
	border-radius:5px
}

.boldTxt{
	font-weight:700;
}

.headerContainer{
	width: 100%;
    height: 35px;
    padding-bottom: 10px;
    padding-top: 10px;
	background-color:#00426a;
}

#digitalLabTitle{
    width: 55%;
    float: left;
}

.labHeadline{
	text-align: left;
	color:#ffffff;
	font-size:24px;
	line-height:30px;
	font-weight:300;
	margin-left:3%;
}

.btnContainer{
	display: inline-block;
    margin-right: 3%;
    float: right;
}

.actionBtn{
	width: 24px;
    height: 24px;
	cursor: pointer;
	float:left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.btnText{
	float:left;
}

.btnCta{
	position: relative;
	color:#0085D5;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
	cursor:pointer;
	float: left;
}

.favBtn{
	padding-left:0;
	padding-right: 0;
}

.selectorToolBtn{
	display: flex;
    align-items: center;
	color:#ffffff;
}

.selectorToolIcon{
	background-image: url('https://www.agilent.com/cs/promotions/images/SelectorTool_icon.png');
	margin-right: 8px;
	background-position:0 0;
}

.homeBtn{
	display:none;
	padding-left: 12px;
    padding-right: 0;
}

.homeIcon{
	background-image: url('https://www.agilent.com/cs/promotions/images/digiLab_home_icon.png');
}

.favIcon,.favbutton{
	background-image: url('https://www.agilent.com/cs/promotions/images/favorite_icon.png');
}

.favbutton{
	width: 24px;
    height: 24px;
    margin-right: 5px;
    background-position: 0 -52px;
}

.favCounterDiv{
	width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    color: #ffffff;
    background-color: #e87722;
    border-radius: 50%;
    display: none;
    position: absolute;
    top: -5%;
    left: 50%;
}

.rippleEffect {
    animation: rippleDrop .6s linear;
}

@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.favText{
	float:left;
}

.favDiv{
	clear: both;
    float: left;
	cursor:pointer;
    line-height: 100%;
    font-size: 12px;
	color: #0085D5;
	display: flex;
	outline: none;
	margin: 2% 0;
	margin-bottom: 0;
    align-items: center;
}

.labContainer{
	width:100%;
	text-align: center;
    position: relative;
	overflow:hidden;
}

.labContainer img{
	width: 100%;
	max-width:100%;
	margin:0 auto;
}

.mainLabContainer{
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.btn-flip{
	color: #fff;
    background: #0085d5;
    font-size: 11px;
    line-height: 100%;
	font-weight: 400;
    padding: 13px 18px;
    position: absolute;
    bottom: 16%;
    width: 36%;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

.btn-flip:hover{
	background: #00426A;
}

.calloutsDivHome{
    position: absolute;
    right:13%;
    bottom: 3.5%;
    width: 32%;
    padding: 10px;
	color:#ffffff;
	z-index:3;
    background-color: #00426a;
	text-align:left;
}

.calloutsDivHome:after {
    content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -25px;
    top: 12px;
    border: 2px solid transparent;
    border-left: 30px solid #00426a;
    border-bottom: 20px solid transparent;
    z-index: 3;
}

.calloutsDiv{
	display:none;
    position: absolute;
    left: 2.3%;
    bottom: 73.5%;
    width: 16%;
    padding: 10px;
	color:#ffffff;
    background-color: #00426a;
	text-align:left;
}

.calloutsDiv:after {
    content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: 25px;
	bottom: -24px;
    border: 5px solid transparent;
    border-top: 24px solid #00426a;
    border-left: 20px solid transparent;
    z-index: 3;
}

.portfolioContainer{
	display:none;
	width: 72%;
    left: 23%;
    bottom: 4%;
    height: 430px;
    background-color: #ffffff;
	position: absolute;
	animation: portfolioContainerExpand 0.6s;
}

@keyframes portfolioContainerExpand{
    0%{height:0px}
    100%{height:430px}
}

.portfolioContainer .baseImg {
    position: absolute;
    width: 110%;
    left: -29px;
    bottom:  -4px;
}

.innerLabContainer,.portfolioHeading{
	display:none;
}

.solutionsHeading,.portfolioHeading{
	position: absolute;
    top: 4%;
    left: 3%;
    right: auto;
    font-size: 20px;
    line-height: 28px;
	font-weight: lighter;
	text-align: left;
	color:#ffffff;
}

.portfolioHeading{
	top: 10%;
}

.portfolioDiv{
	position: absolute;
    z-index: 1;
    left: auto;
    right: 3%;
    top: 4%;
    color: #ffffff;
    height: 30px;
}

.portfolioDiv .portfolioBtn{
	float:left;
	margin-right:20px;
}

.exploreBtn{
	padding: 8px 15px;
	padding-right: 10px;
	cursor:pointer;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #ffffff;
}

.exploreBtn:hover{
	border: 1px solid #00426A;
	background-color:#00426A;
}

.exploreBtn:after {
	content: ' ';
    position: relative;
    top: 12%;
    width: 20px;
    height: 20px;
    background-image: url('https://www.agilent.com/cs/promotions/images/digiLab_arrow.svg');
    margin-left: 5px;
}

.representativeDiv{
	position: absolute;
    bottom: 2%;
    z-index: 2;
    right: 1%;
}

.representativeDivLeft{
	display:none;
	left:-3%;
	z-index: 9;
	width:19%;
}

.character_left{
    position: absolute;
    left: 0%;
    bottom: 0;
}

.character_left1{
	z-index: 21;
}

.character_left2{
	z-index: 22;
	display:none;
}

.representativeDivRight{
	width:18%;
	right:0;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.painPointsTabContainer{
	width:98%;
	position: relative;
	margin:0 auto;
	padding: 1%;
	display: flex;
    align-items: center;
	justify-content: center;
	text-align:left;
	font-weight:400;
	background-color:#ffffff;
}

.painPointsTabContainer{
	margin-top:-70px;
}

.portfolioDataContainer{
	width:92%;
	display: inline-block;
	margin:0 auto;
	padding:4%;
	text-align:left;
	font-weight:300;
	background-color:#ffffff;
}

@keyframes switch1 {
    0% { opacity: 0; transform:scale(0.95)}
    100% { opacity: 1; transform:scale(1)}
}

.portfolioData{
    width: 29%;
	float:left;
    margin-right: 3%;
    padding-right:2%;
    height:280px;
    position: relative;
	font-size:12px;
	line-height:14px;
    border-right: 1px solid #b3b3b3;
	//display:none;
}

.portfolioData:last-child{
	margin-right: 0;
    padding-right: 0;
	border-right: none !important;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }
  
  to {
    opacity: 1;
  }
}

.portfolioInfo{
	width: 92%;
    padding: 2% 4%;
	padding-top: 4%;
    display: inline-block;
    text-align: left;
    background-color: #ffffff;
}

.informationHeading{
	color:#0085D5;
	font-size: 18px;
	line-height:22px;
	font-weight:300;
	margin-bottom:5px;
}

.portfolioDataIcon{
	width: 55px;
    height: 55px;
}

.portfolioDataHeading{
	color:#0085D5;
	font-size: 19px;
	line-height:23px;
	font-weight:300;
    margin: 25px 10px 0 0;
    height: 60px;
}

.portfolioCta{
	bottom:5%;
	left: -28px;
}

.solutionDiv{
	width: 19%;
	height: 320px;
    text-align: left;
    display: flex;
    justify-content: center;
    position: absolute;
	background-color: #ffffff;
}

#solutionDiv1{
	top:35%;
    left: 4%;
}

#solutionDiv2{
	top: 29%;
    left: 26%;
}

#solutionDiv3{
	top: 23%;
    left: 48%;
}

#solutionDiv4{
	top: 17%;
    left: 70.2%;
}

.solutionDivContent,.displayData{
	position:relative;
	display: inline-block;
    width: 100%;
}

.solutionContent{
	padding: 9%;
    width: 82%;
    background-color: #fff;
    margin: 0 auto;
}

.solutionDivClose{
	width:100%;
	height:20px;
	margin-bottom:10px;
}

.painPointsInfo{
	display: inline-block;
    width: 65%;
}

.painPointsInfoHeading{
	margin-bottom:5%;
	font-weight: 400;
}

.solutionDivContent .painPointsInfo{
	width: 55%;
}

.painPointsInfoTab{
	width: 40%;
    background-color: #0085D5;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    color: #ffffff;
    padding: 4%;
    height: 60px;
    font-size: 12px;
    line-height: 15px;
	font-weight:400;
    margin-right: 2%;
	margin-bottom: 2%;
	cursor:pointer;
    float: left;
}

.baseImg,.faveBaseImg{
	position: absolute;
    width: 122%;
    bottom: -4px;
    left: -11%;
    margin: 0 auto;
    right: 0;
}

.baseDiv{
	display:none;
	position: absolute;
    background-color: white;
    width: 98%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 26px;
    top: 23px;
	overflow: hidden;
	border-bottom: 1px solid rgba(51, 51, 51,0.5);
}

.solutionIcon{
	width: 45px;
    height: 45px;
}

.solutionDivHeading{
	font-size:19px;
	line-height:23px;
	font-weight:300;
	color:#0085D5;
	margin: 15px 0;
}

.solutionDecription{
	font-size:12px;
	line-height:15px;
	margin-bottom: 20%;
	color:#333333;
}

.solutionContent .btn-flip{
	width:75%;
	bottom: 13%;
}

.innerCTA a:link,
.innerCTA a:visited,
.innerCTA a:active {
	color: #0085d5 !important;
	text-decoration: none !important;
}

.innerCTA a:hover {
	color: #00426a !important;
	text-decoration: underline !important;
}


/* Request demo btn */
.innerCta_L{
	position: relative;
    text-align: center;
	top: 13px;
	float: left;
	width:auto !important;
}

/* Learn more btn in references */
.innerCta_R{
	position: relative;
    text-align: center;
    left: 0px !important;
	float: right;
    width: auto  !important;
}
/* downoad btn */
.downloadBtn{
	position: relative !important;
    width: 17% !important;
    bottom: 5% !important;
    left: 0;
    right: 0;
    margin: 20px auto;
}

.ctaBtnAbsolute{
	width: 42%;
	position: absolute;
    bottom: 20%;
    left: -12px;
    right: 0;
    margin: 0 auto;
}
/* .ctaBtnAbsolute:hover{
    bottom: -10%;
} */

svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.ctaBtn:hover {
  transition: .5s ease-in-out;
  background-position: left bottom;
}


.ctaBtn:hover svg {
  stroke-dashoffset: -480;
}

.displayData,.painPointsContainer{
	width: 100%;
}

.displayDataContainer{
	height: 340px;
    position: absolute;
    z-index: 4;
    background-color: #ffffff;
}

.labContainer .displayData{
	width: 72%;
    left: 23%;
    top: 10%;
    display: none;
    z-index: 4;
}


.painPointsContainer{
	bottom: 2%;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.solutionsDataContainer{
	width: 92%;
    margin: 0 auto;
    padding: 4%;
	display: flex;
    align-items: center;
	text-align:left;
	font-weight:400;
	animation: switch1 1s linear;
}

@keyframes fadeInDown {
    0% {
	   opacity: 0;
	   transform: translateY(-50px);
	}
	100% {
	   opacity: 1;
	   transform: translateY(0);
	}
}

.scale{
	animation:scale 1.5s ease-in;
}

@keyframes scale {
  0% {
    transform: scale(1);
	opacity:0.5;
  }
  
  100% {
	   transform: scale(0.5);
	   opacity:1;
	}
}

.transformAnim{
	animation:scale 1.5s alternate ease-in;
}


.solutionsData,.dataImage{
	float: left;
    width: 58%;
    margin-left: 5%;
	margin-top: 50px;
}

.dataImage{
    text-align: center;
}

.dataImage img{
	max-width:75%;
	margin:0 auto;
}

.dataHeading{
	font-size:32px;
	line-height:42px;
}

.dataDecription{
	font-size:20px;
	line-height:30px;
}

.marginBottom{
	margin-bottom:5%;
}

.bounceAlpha{
	animation-name: bounceAlpha;
    animation-duration:1.4s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
	
@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateY(0px) scale(1);}
  25%{opacity: 0; transform:translateY(10px) scale(0.9);}
  26%{opacity: 0; transform:translateY(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateY(0px) scale(1);}
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.painPointsData{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px auto;
    position: relative;
    text-align:center;
}

.painPointsTab,.painPointsTabSelected{
	width: 18%;
    float: left;
    padding: 1%;
	font-size: 12px;
    line-height: 17px;
	display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
	cursor:pointer;
}

.painPointsTab{
	min-height:40px;
	color:#53565A;
	position:relative;
	background-color: white;
	border-right:1px solid #D5D7D8;
	z-index:2;
}

.painPointsTab:last-child{
	border-right:none;
}

.painPointsTabSelected{
	width: 17.5%;
	color:#0085d5;
	position: absolute;
	padding: 0.6% 1%;
	z-index:3;
	top:6px !important;
}

.painPointsTab:hover{
	color:#00426A !important;
}

.painPointsTab:hover::after{
	color:#00426A !important;
	content:"";
	width:100%;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	background-color:#00426A;
	height:4px;
	bottom: 0;
}

.navigationContainer{
	display:none;
	width: 100%;
    position: absolute;
    top: 2%;
}

.navigationPanel{
	width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.navigationPanelHeading{
	margin-left: 2%;
	margin-top:1%;
	width: 85%;
    color: #ffffff;
	font-size:16px;
	line-height:20px;
	font-weight: lighter;
	visibility:hidden;
}

.navigationPanelHeading .boldTxt{
	font-weight:300;
}

.navigationBtn{
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-size:cover;
	cursor:pointer;
}

.prevBtn{
    left: 30px;
    top: 20px;
	transform: rotate(180deg);
}

.nextBtn{
    right: 30px;
    top: 20px;
}

.painPointsDiv{
	position: relative;
	display:inline-block;
	width:100%;
}

.headingContainer{
	width: 100%;
	display: flex;
    align-items: center;
    text-align: left;
	margin-bottom: 5px;
}

.headingContainer .painPointsHeading{
	float: left;
    width: 98%;
	font-size: 18px;
	line-height:20px;
	font-weight:300;
	color:#0085D5;
}

.closeButton ,.favCloseBtn,.solutionClose{
	position: relative;
	margin: auto;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('https://www.agilent.com/cs/promotions/images/digiLab_close_icon.png');
}

.solutionClose{
	float:right;
	margin-top:0;
}

.painPointsDataContainer{
	width: 100%;
	height: 240px;
	display: inline-block;
	margin: 10px 0;
	position:relative;
	overflow: hidden;
}

.iconContainer{
	width:10%;
    float: left;
    text-align: center;
}

.iconsDiv{
	width:50px;
	height:50px;
	margin: 0 auto;
	margin-bottom:10px;
	cursor:pointer;
	position: relative;
	overflow: hidden;
}

.iconsDiv:hover{
	background-color:#00426A;
}
 
.iconsDiv .categoryIcon{
	width:50px;
	height:50px;
	margin:0 auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
 }

.iconBgSelected{
	background-color: #0085D5;
}

.iconBgSelected:hover{
	background-color: #0085D5 !important;
}

.iconSelected{
	background-position: 0px -50px !important;
}

.iconsDiv:hover .categoryIcon{
	//background-color:#00426A;
    background-position: 0px -50px !important;
}

.infoContainer{
	display: inline-block;
	position: absolute;
    top: 0px;
    left: 13%;
    float: left;
    width: 85%;
}

.ctaContainer{
	width: 85%;
    float: right;
    display: inline-block;
}

.ctaContainer .btn-flip{
	color:#0085d5;
	background-color:transparent !important;
	border:1px solid #0085d5;
	padding:0;
}

.ctaContainer .btn-flip:hover{
	color:#ffffff !important;
	background-color:#00426A !important;
	border:1px solid #00426A;
}

.ctaContainer .btn-flip a:link,.ctaContainer .btn-flip a:visited,.ctaContainer .btn-flip a:active{
    color: #0085d5 !important;
    text-decoration: none !important;
	display: block;
    padding: 12px 19px;
}

.ctaContainer .btn-flip a:hover{
    color: #ffffff !important;
    text-decoration: none !important;
}

.onlineSelectorCta{
	float:right;
	top: -5px;
}


.infoHeading{
	font-size:11px;
	line-height:15px;
	font-weight: 400;
	margin-top:1%;
	margin-bottom:2%;
}

.dataContainer,.referenceDiv,.referenceDataContainer{
	width: 100%;
    display: inline-block;
	margin-bottom:4%;
	
}

.referenceDiv{
	border-bottom: 1px solid #b3b3b3;
}

.referenceDiv:last-child{
	border-bottom: none;
}

.infoDataContainer,.referenceDataContainer{
	height:240px;
	overflow: hidden;
	overflow-y:auto;
	padding-right: 2%;
}

.videoImg{
	cursor:pointer;
}

.videoPopupContainer{
	position: absolute;
    top: 0;
	background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

.videoHeaderContainer {
	position: absolute;
	z-index:9;
    display: inline-block;
    width: 100%;
}

.videoClose {
    width: 15px;
    height: 15px;
    float: right;
    margin-right: -1px;
	padding:5px;
    background-image: url('https://www.agilent.com/cs/promotions/images/digi_video_close_btn.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.videoPopupContainer video{
	background-color: #fff;
    width: 100%;
    margin: 0 auto;
	border: 1px solid #b3b3b3;
}

.videoPopup video {
    max-width: 100%;
}

.dataContainer{
	font-size: 12px;
    line-height: 15px;
	font-weight: normal;
}

.dataContainer .textContainer{
	width: 55%;
    margin-right: 5%;
    float: left;
}

.dataContainer .textContainer a:link,
.dataContainer .textContainer a:visited,
.dataContainer .textContainer a:active {
	color: #0085d5 !important;
	text-decoration: none !important;
}

.dataContainer .textContainer a:hover {
	color: #00426a !important;
	text-decoration: underline !important;
}

.dataContainer .textContainer a:visited,
.dataContainer .textContainer a:active {
	display: block;
    word-wrap: break-word;
}

.favLink{
	margin-bottom:10px;
	word-wrap: break-word;
}

.dataContainer .imgContainer{
	width: 40%;
    float: left;
}

.dataContainer .imgContainer video{
	width: 100%;
    outline: none;
    object-fit: cover;
}

.dataContainer h3{
	margin:0;
	font-size:16px !important;
	line-height:20px !important;
	font-weight: 400 !important;
	color: #53575A !important;
}

.dataContainer ul{
	margin-top:0;
	padding-left: 20px;
}

.dataContainer p{
	margin:10px 0 !important;
}

.dataContainer p:last-child{
	margin-bottom: 0 !important;
}

.dataContainer .videoHeading{
	width: 30%;
	margin-right:2%;
    float: left;
	font-size: 16px;
    line-height: 20px;
}

.dataContainer .videoDiv{
	width: 68%;
    float: left;
}

.dataContainer .videoDiv video{
	width: 100%;
}

.referenceDiv .imgContainer img,.favoriteList .imgContainer img{
	max-width:100%;
	margin:0 auto;
}

.referenceDiv .txtContainer,.favoriteList .txtContainer{
	float: left;
    width: 73%;
}

.referenceDiv .txtContainer .txtContent{
	width: 100%;
    display: inline-block;
    min-height: 80px;
}

.teaserheadline{
	font-size: 14px;
	line-height:18px;
	font-weight: normal;
	margin-bottom:5px;
}

.teaserSubheadline{
	color: #8F8F8F;
	font-size: 12px;
	line-height:17px;
	font-weight: lighter;
}

#showOverlay{
	width: 100%;
	display:none;
    position: absolute;
    z-index: 5;
    top: 56px;
	left:0;
	right:0;
	margin:0 auto;
}

.favContainer,.onlineSelectorDiv{
	width: 70%;
	font-size: 14px !important;
    line-height: 20px !important;
	text-align:left;
	background-color: #ffffff;
	position: absolute;
    left: 0;
    right: 0;
	bottom: 3%;
    margin: 0 auto;
}

.onlineSelectorDiv{
	display:none;
	top: 18%;
    left: 15%;
}

#showOverlay .faveBaseImg{
	left: -5%;
	width: 110%;
}

#showOverlay .faveBaseImg img{
    max-width: 100%;
}

.favListIndex:last-child{
	margin-bottom:0;
}

.favHeading {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 1% 3%;
	padding-top: 3%;
    color: #1A1A1A;
}

.favHeading .headingText {
    float: left;
    width: 97%;
}

.favCloseBtn{
	float: right;
	margin-top: 0;
}

.favContainer .showFavList{
	padding: 3%;
	padding-bottom: 5%;
    height: 380px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 8px;
	animation: showFavListExpand 1s;
}

@keyframes showFavListExpand{
    0%{height:0px}
    100%{height:400px}
}

.favContainer .showFavList .ctaBtn{
    display: flex;
	margin: 6% 0 1%;
}

.favContainer .showFavList .ctaBtn a:link,
.favContainer .showFavList .ctaBtn a:visited,
.favContainer .showFavList .ctaBtn a:active {
	padding: 14px 19px;
    font-family: "Roboto", Arial, sans-serif, Helvetica;
	font-weight: 400 !important;
	line-height: 100% !important;
	color: #ffffff !important;
	background-color: #0085d5;
	text-transform: none !important;
	text-decoration: none !important;
}

.favContainer .showFavList .ctaBtn a:hover {
	background-color: #00426a !important;
	text-decoration: none !important;
}

.favHeadingCounter{
	float:left;
	margin-right:5px;
}

.favoriteList{
	display:inline-block;
	width:100%;
	margin-bottom: 20px;
    border-bottom: 1px solid #b3b3b3;
}

.favoriteList .dataContainer{
	margin-bottom: 2%;
}

.showFavList.favoriteList:first-child{
	border-bottom: none;
}

.favoriteList .teaserheadline{
	color:#1A1A1A;
}

.favoriteList .teaserSubheadline{
	color:#53565A;
}

.favContainer .showFavList .removeFavourites {
	color:#0085D5;
    margin-bottom: 2%;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .portfolioCta{
		width: 60%;
		bottom:5%;
		left: 0;
	}	
}

/************* Confirm box *********************/
.confirmOverlay{
	width:100%;
	height:100%;
	display:none;
	position: absolute;
	top:0;
	left:0;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}

#confirm {
	position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #aaa;
    width: 60%;
    left: 0;
    right: 0;
    top: 23%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.message{
	font-size: 20px;
    line-height: 100%;
	font-weight: 300;
	padding:5%;
	padding-bottom: 0;
}

.message img {
    display: inline-block !important;
    width: 20px;
    height: 20px;
    margin: 0 3px;
}

.confirmBtnDiv{
	width: 88%;
    display: inline-block;
    padding: 4% 6%;
}
 
.confirmBtnDiv button {
	background-color: #0085d5;
	color:#ffffff;
	display: inline-block;
	border: none;
	padding: 10px 12px;
	text-align: center;
	width: 80px;
	cursor: pointer;
 }
 
 .confirmBtnDiv button:hover {
	 background-color: #00426a;
 }
 
.favDivEmpty img {
	max-width:100%;
	margin:0 auto;
 }
 
 .emptyCartDiv{
    width: 80%;
    margin: 0 auto;
	margin-top: 10%;
    text-align: center;
}

.emptyCartDiv img{
	max-width:100%;
	margin:0 auto;
}

/************************************* Animations ***************************************/


/* new */

.center-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.round {
    //position: absolute;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

#cta{
    cursor: pointer;
	position: absolute;
	bottom: 0;  
	margin-left:5px; 
	width: 20px; 
	height: 20px; 
	background-size: contain; 
	top:5px;
}

.next {
	background-image: url('https://www.agilent.com/cs/promotions/images/digiLab_arrow.svg');
}

@keyframes bounceAlpha1 {
  0% {opacity: 1; transform: translateX(0px) scale(1);}
  25%{opacity: 0; transform:translateX(10px) scale(0.9);}
  26%{opacity: 0; transform:translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateX(0px) scale(1);}
}

.bounceAlpha1 {
    animation-name: bounceAlpha1;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.next.primera.bounceAlpha1 {
    animation-name: bounceAlpha1;
    animation-duration:1s;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

.round:hover .next{
    animation-name: bounceAlpha1;
    animation-duration:1s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
.round:hover .next.primera{
    animation-name: bounceAlpha1;
    animation-duration:1s;
    animation-delay:0.5s;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}

#warning-message{ 
    display: none; 
}

@media only screen and (max-width:640px) and (orientation:portrait){
	.digitalLabContainer{
		display:none;
	}
	
	#warning-message { 
		width:100%;
		height:100%;
		color:#ffffff;
        font-size: 20px;
		line-height: 30px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #0085d5;
    }
	
	.rotateImg{
		margin-bottom:20px;
	}
	
	.rotatetxt{
		text-align:center;
		padding: 10px;
	}
}

@media only screen and (max-width : 820px) and (orientation:landscape) {
	html {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
	
	.digitalLabContainer{
		width:100%;
	}
	
	.btn-flip{
		width:40%;
	}
	
	.painPointsTab{
		font-size: 11px;
		line-height: 15px;
	}
	
	.painPointsTab:hover{
		color: inherit;
	}
	
	.painPointsTab:hover::after{
		color:#0085d5 !important;
		content:"";
		width:100%;
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		background-color:#ffffff;
		height:4px;
		bottom: 0;
	}
	
	.headerContainer{
		height: 30px;
		padding-top: 5px;
	}
	
	.navigationContainer {
		top: 8%;
	}
}

@media only screen and (max-width : 768px) and (orientation:landscape) {
	.solutionsHeading, .portfolioHeading{
		font-size: 18px;
		line-height: 24px;
	}
	
	.exploreBtn {
		padding: 5px 12px;
	}
	
	.solutionDiv{
		height:290px;
	}
	
	.infoDataContainer, .referenceDataContainer,.painPointsDataContainer{
		height:200px;
	}
	
	.portfolioContainer{
		height: 390px;
	}
	
	.displayDataContainer{
		height: 305px;
	}
	
	.dataContainer .textContainer {
		margin-right: 3%;
	}
	
	.portfolioContainer .baseImg {
		left: -26px;
		bottom: -6px;
	}
	
	.solutionDivHeading,.portfolioDataHeading {
		font-size: 16px;
		line-height: 20px;
	}
	
	.solutionDecription{
		margin-bottom:10%;
	}
	
	.dataContainer h3 {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	
	.iconsDiv,.iconsDiv .categoryIcon{
		width:40px;
		height:40px;
		background-position: -5px -5px;
	}
	
	.iconsDiv:hover .categoryIcon{
		background-position: -5px -5px !important;
	}
	
	.iconsDiv:hover{
		background-color: unset;
	}
	
	.iconSelected {
		background-position: -5px -55px !important;
	}
	
	.calloutsDiv,.calloutsDivHome{
		font-size: 10px;
		line-height: 14px;
		padding: 8px;
	}
	
	.portfolioCta{
		bottom:12%;
	}

}

@media only screen and (max-width : 680px) and (orientation:landscape) {
	.btn-flip{
		padding: 8px 10px;
		bottom: 12%;
		width: 50%;
	}
	
	.portfolioCta{
		bottom: 5%;
	}

	.solutionsHeading, .portfolioHeading {
		font-size: 16px;
		line-height: 20px;
	}
	
	.solutionDivHeading, .portfolioDataHeading {
		font-size: 14px;
		line-height: 20px;
	}
	
	.portfolioDataHeading{
		height:45px;
	}

	.exploreBtn {
		font-size: 12px;
		padding: 5px 8px;
	}
	
	.solutionDecription,.dataContainer,.portfolioDataInfo {
		font-size: 10px;
		line-height: 12px;
	}
	
	.solutionDiv{
		height:250px;
	}
	
	.calloutsDiv, .calloutsDivHome {
		font-size: 9px;
		line-height: 12px;
	}
	
	.portfolioContainer {
		height: 340px;
	}
	
	.portfolioData{
		height:220px;
	}
	
	.displayDataContainer {
		height: 260px;
	}

	.infoDataContainer, .referenceDataContainer, .painPointsDataContainer {
		height: 160px;
	}
	
	.dataContainer .textContainer {
		margin-right: 3%;
	}
	
	.painPointsInfoTab{
		height:50px;
	}
	
	.ctaContainer .btn-flip a:link, .ctaContainer .btn-flip a:visited, .ctaContainer .btn-flip a:active{
		padding: 8px 12px;
	}
	
	.iconsDiv, .iconsDiv .categoryIcon {
		width: 30px;
		height: 30px;
	    background-position: -10px -10px;
	}
	
	.iconSelected {
		background-position: -10px -60px !important;
	}
	
	.iconsDiv:hover .categoryIcon{
		//background-color:#00426A;
	   background-position: -10px -60px !important;
	}
	
	.portfolioContainer .baseImg {
		left: -23px;
	}
	
	.favContainer .showFavList{
		height: 300px;
	}
	
	.onlineSelectorDiv{
		top:22%;
	}
}

@media only screen and (max-width : 580px) and (orientation:landscape) {
	#digitalLabTitle{
		width:50%;
		font-size: 18px;
	}
	
	.navigationContainer {
		top: 2%;
	}
	
	.calloutsDivHome {
		bottom: 1%;
	}
	
	.btn-flip {
		padding: 8px 10px;
		bottom: 10%;
		width: 55%;
	}
	
	.solutionDivHeading, .portfolioDataHeading {
		font-size: 12px;
		line-height: 17px;
	}
	
	.solutionDivHeading{
		margin: 10px 0px;
	}
	
	.solutionsHeading{
		font-size:14px;
	}
	
	.dataContainer h3 {
		font-size: 12px !important;
		line-height: 18px !important;
	}
	
	.painPointsTab {
		font-size: 10px;
		line-height: 14px;
	}
	
	.innerCTA{
		font-size:10px;
	}
	
	.portfolioDataContainer {
		padding-bottom: 0;
	}
	
	.portfolioContainer {
		height: 310px;
	}
	
	.portfolioDataIcon {
		width: 45px;
		height: 45px;
	}
	
	.portfolioDataHeading{
		margin: 20px 10px 0 0;
	}
	
	.portfolioContainer .baseImg {
		left: -20px;
	}
}