@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;
}

.vacuumBtn::selection {
    background: transparent;
}

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

.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 .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-size:35px;
	line-height: 100%;
}

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

.headingRed{
	color:#D6001C;
}

.headingBlue{
	color:#0085D5;
}

.headingGreen{
	color:#008522;
}

.headingYellow{
	color:#F2A900;
}

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

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

.vacuumBtn{
	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: #F2A900;
    color: #fff;
}

.minusBtn {
    margin-right: 8.5%;
}

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

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

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

.gasFill{
	position: absolute;
    width:94%;
    height:122px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 3px;
	z-index: 1;
    border-radius: 90%/18px;
}

.gasFill:before{
	content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    border-radius:50%;
}

.addheight{
	border-radius: 90%/16px;
}

.addheight:before{
	height: 13px;
	transition:0.25s ease-in;
}

.addheight:after{
	height: 13px;
	transition:0.25s ease-in;
}

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

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

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

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

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

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

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

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

#yellowCylinder{
	background-color:#F2A900;
	background-image: linear-gradient(to right, #F2A900, #F2A900, #F8D480, #F2A900);
}

#yellowCylinder:before{
	background-color: #F8D480;
}

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

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

.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%;
}

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

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

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

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

.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-repeat:no-repeat;
	background-size: contain;
	position: absolute;
	width: 50%;
    height: 14.7px;
    right: -62px;
    bottom: 46%;
    z-index: 2;
}

#warning-message{
	display:none;
}

@media 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;
	}
}