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

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

#vacuumInteractiveModule2 {
	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;
}

#vacuumInteractiveModule2 .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;
}

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

#vacuumInteractiveModule2 .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;
}

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

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

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

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

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

#vacuumInteractiveModule2 .boldInitials{
	font-size:35px;
	line-height: 100%;
}

#vacuumInteractiveModule2 .headingRed{
	color:#D6001C;
}

#vacuumInteractiveModule2 .headingBlue{
	color:#0085D5;
}

#vacuumInteractiveModule2 .headingGreen{
	color:#008522;
}

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

#vacuumInteractiveModule2 .btnPanel{
	width:100%;
	display: flex;
    justify-content: flex-end;
	margin-bottom:20px;
}

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

#vacuumInteractiveModule2 .pumpingSpeedVacuumBtn::selection {
    background: transparent;
}

#vacuumInteractiveModule2 .pumpingSpeedVacuumBtn::-moz-selection {
    background: transparent;
}

#vacuumInteractiveModule2 .minusBtn {
    margin-right: 10.5%;
}

#vacuumInteractiveModule2 .cylinderDiv{
    position: relative;
    border: 1px solid #888B8D;
     width: 85px;
    height: 238px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 75%/3vh;
}

#vacuumInteractiveModule2 .cylinderDiv:before{
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98.5%;
    height: 3vh;
    border: 1px solid #888B8D;
	border-top: none;
    border-radius: 50%;
}

#vacuumInteractiveModule2 .cylinderDiv:after{
	content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    margin: 0 auto;
    width: 98.5%;
    height: 3vh;
    border: 1px solid #888B8D;
	border-bottom:none;
    border-radius: 50%;
}

#vacuumInteractiveModule2 .gasFill{
	position: absolute;
    width: 94%;
    height: 120px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 3px;
	z-index: 1;
    border-radius: 85%/3vh;
}

#vacuumInteractiveModule2 .topline{
	width: 100px;
    position: absolute;
    height: 1px;
    top: 52px;
    right: -50px;
    background-color: black;
}

#vacuumInteractiveModule2 .bottomline{
	width: 100px;
    position: absolute;
    height: 1px;
    bottom: 42px;
    right: -50px;
    background-color: black;
}

#vacuumInteractiveModule2 .gasFill:before{
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3vh;
    border-radius:50%;
}

#vacuumInteractiveModule2 #redCylinder{
	background-color:#D6001C;
	background-image: linear-gradient(to right, #D6001C, #D6001C, #EA808D, #D6001C);
}

#vacuumInteractiveModule2 #redCylinder:before{
	background-color: #EA808D;
}

#vacuumInteractiveModule2 #blueCylinder{
	background-color:#0085D5;
	background-image: linear-gradient(to right, #0085D5, #0085D5, #80C2EA, #0085D5);
}

#vacuumInteractiveModule2 #blueCylinder:before{
	background-color: #80C2EA;
}

#vacuumInteractiveModule2 #greenCylinder{
	background-color:#008522;
	background-image: linear-gradient(to right, #008522, #008522, #80C290, #008522);
}

#vacuumInteractiveModule2 #greenCylinder:before{
	background-color: #80C290;
}

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

#vacuumInteractiveModule2 .tooltipTxt:after{
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: -25px;
    top: 12px;
    border: 2px solid transparent;
    border-left: 30px solid #E6E6E6;
    border-bottom: 20px solid transparent;
}

#vacuumInteractiveModule2 .gas_lock{
	width: 25px;
    height: 25px;
    background-image: url('https://www.agilent.com/cs/promotions/images/gas_load_lock.svg');
	background-position:center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20%;
    left: 35%;
}

#vacuumInteractiveModule2 .gas_lock:after{
	content:'Fixed';
	position:absolute;
	font-size: 12px;
    line-height: 100%;
	bottom: -20px;
    left: -2px;
}

#vacuumInteractiveModule2 .scale_img{
	background-image: url('https://www.agilent.com/cs/promotions/images/Rular.svg');
    background-repeat:repeat-y;
    background-size: 20px 21.6px;
	position: absolute;
    top: 10px;
    right: -42px;
    width: 30px;
    height: 219px;
	
}

#vacuumInteractiveModule2 .scale_img:before{
	content:'Atmosphere';
	position:absolute;
	font-size: 12px;
    line-height: 100%;
	top: -5px;
    left: 28px;
}

#vacuumInteractiveModule2 .scale_img:after{
	content:'Vacuum';
	position:absolute;
	font-size: 12px;
    line-height: 100%;
	bottom: -5px;
    left: 28px;
}

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

#vacuumInteractiveModule2 .pin_img{
	background-image:url('https://www.agilent.com/cs/promotions/images/scale_pin.svg');
	background-repeat:no-repeat;
	background-size: contain;
	position: absolute;
	width: 50%;
    height: 14.6px;
    right: -62px;
    bottom: 107px;
    z-index: 2;
}

#vacuumInteractiveModule2 #warning-message{
	display:none;
}

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

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

	#vacuumInteractiveModule2 .vacuumInteractiveWrapper{
		display:none !important;
	}
	
	#vacuumInteractiveModule2 #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;
	}
	
	#vacuumInteractiveModule2 .rotateImg{
		margin-bottom:20px;
	}
	
	#vacuumInteractiveModule2 .rotatetxt{
		text-align:center;
		padding: 10px;
	}
}

@media only screen and (max-width : 820px) and (orientation:landscape) {
	#vacuumInteractiveModule2{
		width: 100% !important;
	}
	
	#vacuumInteractiveModule2 .tooltipTxt {
		right: 28%;
		    top: 10%;
	}
}

@media only screen and (max-width : 680px) and (orientation:landscape) {
	#vacuumInteractiveModule2 .minusBtn {
		margin-right: 9.5%;
	}
	
	#vacuumInteractiveModule2 .tooltipTxt {
		width: 19%;
	}
	
	#vacuumInteractiveModule2 .cylinderDiv:before,#vacuumInteractiveModule2 .gasFill:before {
		height: 2vw;
	}
}