@charset "UTF-8";
/* CSS Document */

/****************************************  Ethosh ****************************************/

.vacuumInteractiveDiv {
	font-family: 'Roboto', Arial, sans-serif, Helvetica !important;
	font-size: 15px !important;
	line-height: 24px !important;
	color: #53565a !important;
	text-transform: none !important;
	text-decoration: none !important;
	width:830px !important;
	background-color: #00426a !important;
	margin: 0 auto !important;
	padding: 0 !important;
	position: relative;
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing:border-box !important;
}

* {
    -moz-: border-box !important;
}

.vacuumInteractiveDiv:after, .vacuumInteractiveDiv:before {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.vacuumInteractiveWrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	flex-wrap: wrap;
	align-items: stretch;
	clear: both !important;
}

.moduleContainer{
	background-color:#ffffff;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex-grow: 1;
}

.vacuumInteractiveDiv .headline {
	color:#ffffff;
	background-color:#0085d5;
	font-size: 26px !important;
    line-height: 100% !important;
	font-weight:300;
    padding: 20px;
	display: block;
	overflow: auto;
	word-wrap: break-word;
}

.vacuumInteractiveDiv .headline sub{
	font-size: 15px;
    vertical-align: baseline;
    line-height: 100%;
}

.vacuumInteractiveDiv .sub-headline {
	font-size: 17px !important;
	line-height: 24px !important;
	margin: 0 0 20px 0;
}

.productInfo{
	width: 100%;
    display: inline-block;
}

.moduleContent{
	position: relative;
	padding: 20px;
	padding-top: 10px;
	border: 1px solid #b3b3b3;
}

.cylinderContainer{
	display: inline-block;
    width: 22%;
    margin: 0 auto;
    text-align: center;
    float: left;
}

.operatorDiv{
	width: 5%;
	min-height: 300px;
    float: left;
	display: flex;
    align-items: flex-end;
    justify-content: center;
}

.boldInitials{
	font-weight: 700;
    font-size: 30px;
    line-height: 100%;
}

.boldInitials sub {
    font-size: 15px;
    vertical-align: baseline;
    line-height: 100%;
}

.normalInitials {
	font-size: 20px;
	font-weight:normal;
}

.headingRed{
	color:#D6001C;
}

.headingBlue{
	color:#0085D5;
}

.headingYellow{
	color:#F2A900;
}

.headingGreen{
	color:#008522;
}

/****************** old ******************************/

.btnPanel{
	position: absolute;
	margin-bottom:20px;
}

.conductanceBtn{
	top:40%;
}

.pumpingSpeedBtn{
	left: 24%;
    bottom: 3%;
}

.btnHeading{
	font-weight:700;
	margin-bottom:10px;
}

.vacuumBtn{
	width: 30px;
    float: left;
    margin-right: 10px;
    display: flex;
	font-size: 30px;
	line-height:100%;
    align-items: center;
    justify-content: center;
	cursor:pointer;
    color: #fff;
}

.vacuumBtn::selection,.btnHeading::selection {
    background: transparent;
}

.vacuumBtn::-moz-selection,.btnHeading::selection {
    background: transparent;
}

.conductanceBtn .vacuumBtn{
	background-color: #F2A900;
}

.pumpingSpeedBtn .vacuumBtn{
	background-color: #008522;
}

.minusBtn {
    margin-right: 8.5%;
}

.vacuumContainerLeft{
    width: 73%;
    float: left;
    display: inline-block;
}

.vacuumContainerRight{
    width: 25%;
    float: left;
	margin-left:2%;
}

.vacuumPerformance{
	 display: inline-block;
	 height:210px;
	margin-bottom: 20px;
}

.measurePath{
	display:inline-block;
	position:relative;
}

.measurePath img{
	max-width:100%;
	display:block;
}

.selectedPump{
	margin-top:-8px;
}

.vacuumPerformanceHeading{
	font-size: 20px;
    line-height: 100%;
	font-weight:700;
	margin-bottom:15px;
}

.vacuumInfo{
	width: 100%;
    padding: 5% 10%;
    background-color: #E6E6E6;
}

.vacuumTxt{
	font-size: 12px;
    line-height: 17px;
    margin: 10px 0;
}

.tooltipTxt{
	width: 100%;
    background-color: #E6E6E6;
    position: absolute;
    padding: 5px;
    font-size: 10px;
    line-height: 12px;
}

.conductanceTooltip{
	bottom:-95px;
}

.pumpingSpeedTooltip{
	left: -142px;
    bottom: -14px;
}

.conductanceTooltip:after{
    content: "";
    width: 0;
    height: 0;
    left: 25px;
    top: -20px;
    position: absolute;
    border: -5px solid transparent;
    border-right: 25px solid #E6E6E6;
    border-top: 22px solid transparent;
}

.pumpingSpeedTooltip:after{
	content: "";
    width: 0;
    height: 0;
    right: -20px;
    top: 18px;
    position: absolute;
    border: 2px solid transparent;
    border-left: 20px solid #E6E6E6;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.scale_img{
	background-image: url('https://www.agilent.com/cs/promotions/images/conductance_ruler.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
    height: 35px;
}

.scale_img:before{
	content: 'Vacuum';
    position: absolute;
    font-size: 12px;
    line-height: 100%;
    top: -10px;
	left:0px;
}

.scale_img:after{
	content: 'Atmosphere';
    position: absolute;
    font-size: 12px;
    line-height: 100%;
    top: -10px;
    right: 0px;
}

.scale_img img{
	max-width:100%;
	max-height:100%;
}

.pin_img{
	background-image: url('https://www.agilent.com/cs/promotions/images/scale_pin.svg');
	background-position:center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: contain;
    position: absolute;
    width: 30px;
    left: 14px;
    height: 12px;
    bottom: -2px;
    z-index: 2;
}

.fillColor{
	height:7px;
	width:28px;
	left: 1px;
	position: absolute;
    bottom: 10px;
	background-color:#0085D5;
}

#warning-message{
	display:none !important;
}

/*************************** Rating CSS ******************************************/

.ratingBox{
	float:left;
	width:30px;
	margin-right:5px;
}

.ratingBox img{
	max-width:100%;
}


/*************************** media query ******************************************/

@media only screen and (max-width: 640px) and (orientation: portrait){
	.vacuumInteractiveDiv{
		width: 100% !important;
	}

	.vacuumInteractiveWrapper{
		display:none !important;
	}
	
	#warning-message {
		width: 100%;
		height: 100%;
		color: #ffffff;
		font-size: 20px;
		line-height: 30px;
		display: flex !important;
		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) {
	.ratingBox{
		width:28px;
	}
	.vacuumInteractiveDiv{
		width: 100% !important;
	}
	
	.vacuumInteractiveDiv img{
		max-width:100%;
	}
	
	.vacuumContainerLeft{
		width:70%;
	}
	
	.vacuumContainerRight{
		width:28%;
	}
	
	.vacuumPerformance{
		height:100px;
	}
	
	.vacuumPerformanceHeading{
		font-size:16px;
	}
	
	.pumpingSpeedTooltip {
		left: -135px;
	}
	
	.scale_img{
		width:75%;
	}
	
}