<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#prdLogo,.wn-icon,.cust-qte-img,.c-vid,.feaImg{background:url(../images/common-sprite.png) no-repeat 0 0;}
#prdLogo{background-position:0 0;width:177px;height:30px}
.accordion_head.active	{background: #F9F9F9;color: #85b536 !important;}
.accordion_container {width: 100%;}
.accordion_head {
color: #09C;cursor: pointer;font-size: 14px;margin: 0 0 1px 0;padding:12px;font-family: 'Open Sans',sans-serif;border-bottom: 1px solid #efefef;position: relative;
}
.mT40{margin-top:40px;}
.mT20{margin-top:20px;}
.mB20{margin-bottom:20px;}
.mT10{margin-top:10px;}
.mB10{margin-bottom:10px;}
.mT30{margin-top:30px;}
.mB30{margin-bottom:30px;}
div#topsec-rhs ul {
    list-style: none;
}
.red {
    color: red;
}
/* for pricing page*/

toggle #a-sub {
    position: relative;
}
.g-toggle input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.g-toggle input[type="checkbox"]:focus {
  outline: 0;
}

/*index pagedropdown design start here*/


.uil.uil-arrow-down {
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	transition: transform 200ms linear;
}
.apmenu-dropdown:hover a .uil {
  transform: rotate(180deg);
  font-size: 24px;
  transition: transform 200ms linear;
}
.apmenu-dropdown a {
	padding-bottom: 22px !important;	
}
.apmenu-dropdown a:after {
	background: none !important;
}

.section-indxx-dropdown, .solution-indxx-dropdown, .help-indxx-dropdown, .features-indxx-dropdown  {
	position: absolute;
    background-color: #fff;
    top: 50px;
    width: auto;
    opacity: 0;
	pointer-events: none;
    box-shadow: 0 2px 16px 0 rgb(9 9 12 / 25%);
    z-index: 2;
    text-align: left;
    transform: translateY(20px);
    transition: all 200ms linear;
	    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.section-indxx-dropdown {
    left: 238px;	
}
.solution-indxx-dropdown {
    left: 142px;	
}
.help-indxx-dropdown {
	left: 265px;
}
.features-indxx-dropdown{
	left: 50px;
}

.apmenu-dropdown:hover .section-indxx-dropdown, .apmenu-dropdown:hover .solution-indxx-dropdown, 
.apmenu-dropdown:hover .help-indxx-dropdown, .apmenu-dropdown:hover .features-indxx-dropdown {
	top: 22px;
	opacity: 1;
	pointer-events: auto;
    transition: all 200ms linear;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.section-indxx-dropdown:after, .solution-indxx-dropdown:after, .help-indxx-dropdown:after, .features-indxx-dropdown:after {
  position: absolute;
  top: -8px;
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-bottom: 8px solid #fff;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.section-indxx-dropdown:after {
  left: 30px;
}
.solution-indxx-dropdown:after {
    left: 97px;	
}
.help-indxx-dropdown:after {
    left: 70px;	
}

.features-indxx-dropdown:after {
    left: 88px;	
}


.section-indxx-dropdown a, .solution-indxx-dropdown a, .help-indxx-dropdown a, .features-indxx-dropdown a {
	display: block;
    color: #000 !important;
    padding: 8px 20px;
	font-family: 'Zoho_Puvi_Regular' !important;
	padding-bottom: 8px !important;
}
.section-indxx-dropdown a:hover, .solution-indxx-dropdown a:hover, .help-indxx-dropdown a:hover, .features-indxx-dropdown a:hover {
    color: #000 !important;
    background: #e9e9e9;	
}

.aph-poi-clr.section-indxx-dropdown:after, .aph-poi-clr.solution-indxx-dropdown:after {
	border-bottom: 8px solid #f0f0f0;
}
.sec-indxx-center.selecteddiv label {
	cursor: pointer;
    padding-bottom: 22px;
}


.menu-2dropdown {
	display: flex;
}
.nav.header-nav.productmenu li p {
	padding: 0px 20px;
    color: #2b63f3;
    font-family: 'Zoho_Puvi_Bold';
    margin-bottom: 5px;
}
.menu-indx-inner {
    width: 50%;	
}
.menu-indx-box {
    display: block;
    background: #E1EDFF;
    visibility: hidden;
    font-size: 21px;
    font-family: 'Zoho_Puvi_Bold' !important;
    line-height: 28px;
    margin: 2px 20px 20px 20px;
    padding: 15px;
    padding-bottom: 8px !important;
    text-decoration: none;
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.section-indxx-dropdown a:first-child, .solution-indxx-dropdown a:first-child, 
.help-indxx-dropdown a:first-child, .features-indxx-dropdown a:first-child {
	padding-top: 16px;
}
.section-indxx-dropdown a:last-child, .solution-indxx-dropdown a:last-child,
.help-indxx-dropdown a:last-child, .features-indxx-dropdown a:last-child {
	padding-bottom: 16px;
	margin-top: -2px;
}
.menu-indx-box a {   
	font-size: 14px;
    color: #2b63f3 !important;
    font-family: 'Zoho_Puvi_BoldItalic' !important;
    opacity: 1 !important;
	padding: 6px 0 4px !important;
}
.menu-indx-box a:hover {   
	background: none;
    color: #1a49bf !important;
}
.sec-indxx-center a:after {
    background: none !important;
}

/*index pagedropdown design end here*/


/*index page new design start here*/

.g-quote-toggle {
    height: 30px;
    width: 60px;
    border-radius: 35px;
    display: inline-block;
    position: relative;
    margin: 0;
    border: 1px solid #cfcfd0;
    background: #fff;
    transform: translateY(8px);
    transition: all 0.2s ease;
}
.g-quote-toggle:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #2fab89;
/*  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);*/
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}
.g-toggle {
	margin-top: 40px;
    text-align: right;
}
.g-toggle span {
	font-family: 'Zoho_Puvi_SemiBold';	
}
.g-quote-toggle:checked:after {
  transform: translatex(30px);
}
.g-toggle #a-sub {
	position: relative;
}
.g-toggle #a-sub em {
    background-color: #feda68;
    display: inline-block;
    font-style: inherit;
    font-size: 13px;
    color: #000;
    line-height: 1;
    padding: 6px 8px;
    border: 1px solid #e19c01;
    border-radius: 6px;
    font-family: var(--zf-primary-bold);
    margin-left: 15px;
    position: absolute;
    width: 115px;
    top: -3px;
}
.g-toggle #a-sub em:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #e19c01 transparent transparent;
    left: -8.5px;
    top: 50%;
    margin-top: -6px;
}
.g-toggle #a-sub em:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #feda68 transparent transparent;
    left: -7px;
    top: 50%;
    margin-top: -6px;
}
.small{font-size:12px; width:156px; text-align:center}
#scroll.container{
max-width: inherit;
padding: 0px;
}
.sec-pTB{ padding:0px; }
#gq-tog {
	margin-top: -19px;
}

/* pricing style end*/

.heading-menu {height:47px !important;}
.heading-menu h2 {display: inline-block;line-height:16px !important;}
.nav-dwn a {width:100px !important; line-height: 28px !important;}
.nav-custom a {
  background: #E9142B;
  color: #fff;
  font-size: 22px;
  line-height: 23px;
  padding: 6px 10px;
  display: inline-block;
  width: 100px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  margin-left: 10px;
  margin-top: 5px;
}
.nav-login a {
  background: #808080;
  color: #fff;
  font-size: 22px;
  line-height: 23px;
  padding: 6px 10px;
  display: inline-block;
  width: 100px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  margin-left: 10px;
  margin-top: 5px;
}
a.custom-btn {
    background: #e9152b;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
}

.ui-datepicker-trigger {
  margin: -1px 22px 0 -22px;
}
a:hover {
  text-decoration: none !important;
}
.hTag1 a, .hTag2 a, .hTag3 a, .hTag4 a, h1 a, h2 a, h3 a, h4 a {
  color: #127dee !important;
  text-decoration: none !important;
}
#btmBar ul li {
    float: left;
    width: 32%; !important;
    padding: 0 0.5%;
    text-align: center;
}
.footCol1{
width: 28%;
    min-height: 250px;
}
.footCont&gt;ul {
    width: 42%;
    float: left;
}
a.custom-btn {
    background: #e9152b;
    color: #fff;
    padding: 8px 24px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
	font-size:18px;
}
a.custom-btn:hover {
    background: #d61429;
    text-decoration: none;
}
.accordion_body {background: #F9F9F9;padding: 12px;}
.accordion_body p{margin: 0px;}
.plusminus{font-size: 20px;position: absolute;right: 20px;top: 10px;}

.feature-box {
    margin-top: 20px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.index-col1 {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.fl {
    float: left;
}
.index-col2 {
    width: 48%;
    float: left;
    margin-right: 1%;
}
.fr {
    float: right;
}


.opmPrice{position:relative;top:8px;left:5px;color:#FF0000;font-style:italic;font-size:12px;display:inline-block}
.opmPlusPrice{position:relative;top:-23px;left:238px;color:#FF0000;font-style:italic;font-size:12px}
.nav{font-size:14px}
nav ul.productmenu{margin-right:0}
.btmBar .desktop{
 	display: block;
}
.btmBar .mobile{
 	display: none;
}

/* header dropdown*/

/*============ Custom dropdown ============*/  

.custom-dropdown-icon {position: absolute;right: -6px;top: 5px;transition: all 500ms ease;width: 20px;height: 30px;;}
.custom-dropdown-icon::before {content: '';width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #585656;position: absolute;top: 17px;right: 0}
.custom-dropdown-icon::after {content: '';width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;position: absolute;top: 16px;right: 1px}

.gap {
  margin-right:16px !important;
}


.custom-dropdown-icon {
    position: absolute;
    right: -14px;
    top: -6px;
    transition: all 500ms ease;
    width: 15px;
    height: 30px;
}
.error{
    position: absolute;
    width: 100%;
    left: 57px;
    right: 9px;
    forced-color-adjust: 14px;
    font-size: 12px;
    color: #ce2828;
    top: -17px;
    display:none;
}
.dropbtn {
  background-color: #fff;
  color: black;
  padding: 2px;
  font-size: 1em;
  border: none;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
width:140px;
text-align:left;
}


.dropdown-content ul li a {
    font-size: 14px;
}

.dropdown-content a {
  color: black;
  padding: 7px 22px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {color: #7bbb2a;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: white;}
#btmscroll h1 {font-size:25px;}
.pad-left1 {padding-left:5%;}
.dropdown-content ul {
    padding: 5px 0px;
}

.main-menu {
    padding: 30px 0px 0 0 !important;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 0px;
    width: 35%;
    }




ol, ul {
list-style: none;
}
.main-menu li {
display: inline-block;
padding: 0 15px 0px 15px;
}
.main-menu li:hover a, .main-menu li.active a {
color: #000;
text-decoration: none;
display: inline-block;
}
.main-menu li:hover a, .main-menu li.active a {
text-decoration: none;
}
.main-menu li a, .tfaq-menu {
color: #333;
font-size: 16px;
display: block;
padding: 0px 5px;
border-bottom: 3px solid transparent;
width: 100%;
margin: 8px 0px;
}

/* end css*/
/*dropdown style ended*/

.cookiestrip{display:none !important}
.glo-trainingad-strip{background: #faf9f8!important;}
#adRhsLnkNm:before {
	border-right: 5px solid #34ad65 !important;
	border-bottom: 5px solid #34ad65;
	top: -5px;
	bottom: auto;
	display: inline-block;
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	bottom: -5px;
	right: -5px;
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	transform: rotate(135deg);
}
#adRhsLnkNm {
	height: 70px !important;
	width: 73px !important;
	padding: 5px 0px 0 !important;
        border-radius:10px 0 0 10px !important; 
}
.adRhsIconNm {
	width: 25px !important;
	height: 25px !important;
	display: inline-block;
	margin: 0 auto;
	background: url(../images/demo-icon.svg) no-repeat 0 0 !important;
	background-position: 0 !important;
}
#adRhsLnkNm a {
	font-size: 10px !important;
        line-height: 14px !important;
}
    #adRhsLnkNm:after{
        display: inline-block;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    bottom: -5px;
    right: -5px;
    border-right: 5px solid #34ad65 !important;
    border-bottom: 5px solid #34ad65;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    transform: rotate(135deg);
    }
#backToTop{display:none !important}
.info-msg {
    display: none;
    position: absolute;
    top: 31px;
    left: 0px;
    padding: 5px 10px;
    box-sizing: border-box;
    z-index: 9999;
    background-color: #efefef;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 180px;
    font-weight: normal;
    color:#000;
   font-size:12px;
}
.info-icon {
    background: url(https://www.manageengine.com/it-operations-management/images/info-icn-gray.png)no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 85%;
    position: relative;
    top: 6px;
    cursor: pointer;
}
.info-hover {
    display: inline-block;
    position: relative;
}
#perpetual, #subscription {
    margin-top: -5px;
    margin-right: 10px;
}
.info-hover{
padding:0 6px;
}
.faqs_answers{display:none}.faqs_specific{cursor:pointer}
.main-vid,.main-vid img{box-shadow:0 0 1px #aaa}
.prdbnr1{top:49.5px;left:0}
.flexslider{width:1400px}
.bannerflex{background:#081068}
.newbnrtxt{color:#fff;width:100%;font-size:40px;line-height:52px;}
.smlcont{font-size:14px;line-height:20px;text-align:right}
.smlcont span{display:block}

#wnList{position:relative;min-height:330px;list-style-type:none}
#wnList&gt;li{padding-bottom:20px}
#wnList&gt;li&gt;span{cursor:pointer!important}
#wnList&gt;li .fadeCont{display:none}
#wnList&gt;li:first-child .fadeCont{display:block}
#wnList&gt;li ul{margin-left:20px}
#wnList .opmWnImg{position:absolute;top:0px;right:0}
.wnFadeCont{width:40%;font-size:12px;margin-left:27px}
#wnList li .wn-icon{width:18px;height:18px;display:inline-block;background-position:-304px -67px;float:left;margin:6px 10px 0 0}
#wnList li .fadeAct .wn-icon{background-position:-323px -67px}

.hm-fea-cont{float:right;width:83%;position:relative;overflow:hidden;border:1px solid #eee}
.hm-fea-cont img{max-width:100%}
.hm-fea-content{display:none}
.hm-fea-content:first-child{display:block}
.hm-fea-txt{width:90%;position:absolute;bottom:0;background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);padding:2px 5%;color:#fff;border:1px solid #eee;border-top:none;text-align:left}
.hm-fea-txt h3{color:#fff}
.hm-fea-txt p{line-height:20px;margin:10px 0 5px}
.hm-fea-txt a{color:#FF8134;text-decoration:underline}
.hm-fea-tn-act:after{position:absolute;left:-8px;top:36px;display:inline-block;border-top:8px solid transparent;border-right:8px solid #ccc;border-bottom:8px solid transparent;content:''}
.hm-fea-tn{width:15%;padding-left:1.5%;float:right}
.hm-fea-tn li{position:relative;list-style-type:none}.hm-fea-tn1,.hm-fea-tn2,.hm-fea-tn3,.hm-fea-tn4,.hm-fea-tn5{background:url(../../network-monitoring/images/v1/common-sprite.png) no-repeat 0 0;width:150px;height:77px;display:inline-block;border:1px solid #ccc;margin-bottom:21px}
.hm-fea-tn1{background-position:0 -418px}
.hm-fea-tn2{background-position:-150px -418px}
.hm-fea-tn3{background-position:-300px -418px}
.hm-fea-tn4{background-position:0 -495px}
.hm-fea-tn5{background-position:-150px -495px}
.cLogos {
	background: url(../images/opm-plus-au-logo.jpg) no-repeat left top;
	display: inline-block;
	text-indent: -9999em;
	width: 150px;
	height: 80px;
}
.cl-Adelaide {
	background-position: -30px -10px;
	width: 100px
}
.cl-cca {
	background-position: -152px -4px;
	width: 100px
}
.cl-energy {
	background-position: -294px -4px;
}
.cl-gmhba {
	background-position: -343px 12px;
	background-size: 500px;
}
.cl-rojan {
	background-position: -16px -93px;
	height: 40px;
	position: relative;
	top: 20px;
}
.cl-rio-tinto {
	background-position: -181px -74px;
	width: 120px;
}
.cl-pageup {
	background-position: -316px -72px;
}
.cl-new-hope {
	background-position: -376px -58px;
	background-size: 550px;
	height: 50px;
	position: relative;
	top: 10px;
}


.fea-npm1{background-position:0 -52px}
.fea-npm2{background-position:0 -84px}
.fea-npm3{background-position:0 -116px}
.fea-npm4{background-position:0 -148px}
.fea-npm5{background-position:0 -180px}
.fea-npm6{background-position:0 -212px}
.fea-spm1{background-position:-32px -52px}
.fea-spm2{background-position:-32px -84px}
.fea-spm3{background-position:-192px -84px}
.fea-spm4{background-position:-192px -116px}
.fea-spm5{background-position:-32px -180px}
.fea-spm6{background-position:-192px -148px}
.fea-apm1{background-position:-64px -52px}
.fea-apm2{background-position:-64px -84px}
.fea-apm3{background-position:-64px -116px}
.fea-apm4{background-position:-64px -148px}
.fea-apm5{background-position:-64px -180px}
.fea-apm6{background-position:-64px -212px}
.fea-nfm1{background-position:-160px -212px}
.fea-nfm2{background-position:-160px -180px}
.fea-nfm3{background-position:-96px -116px}
.fea-nfm4{background-position:-96px -148px}
.fea-nfm5{background-position:-96px -180px}
.fea-nfm6{background-position:-96px -212px}
.fea-dcm1{background-position:-128px -52px}
.fea-dcm2{background-position:-128px -84px}
.fea-dcm3{background-position:-128px -116px}
.fea-enm1{background-position:-128px -148px}
.fea-enm2{background-position:-128px -180px}
.fea-enm3{background-position:-128px -212px}
.fea-dpl1{background-position:-160px -52px}
.fea-dpl2{background-position:-160px -84px}
.fea-dpl3{background-position:-160px -116px}
.fea-plug1{background-position:-192px -180px}
.fea-plug2{background-position:-192px -212px}
.fea-plug3{background-position:-224px -84px}
.fea-plug4{background-position:-224px -116px}
.fea-plug5{background-position:-224px -148px}
.fea-plug6{background-position:-224px -180px}
.fea-plug7{background-position:-224px -212px}
.fea-nfa1{background-position:0 -654px}
.fea-nfa2{background-position:-32px -654px}
.fea-nfa3{background-position:-64px -654px}
.fea-nfa4{background-position:-96px -654px}
.fea-nfa5{background-position:-128px -654px}
.fea-nfa6{background-position:-160px -654px}
.fea-ipam1{background-position:-192px -654px}
.fea-ipam2{background-position:-224px -654px}


/*Fault Monitoring page*/
.fault-mntr-sprite{background:url(../../network-monitoring/images/fault-monitoring-sprite.jpg) no-repeat 0 0;height:165px;width:165px;display:inline-block}
.fault-mntr1{background-position:0 0}
.fault-mntr2{background-position:-165px 0}
.fault-mntr3{background-position:-330px 0}
.fault-mntr4{background-position:0 -165px}
.fault-mntr5{background-position:-165px -165px}

#opmVidZone{background:#efefef;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:40px 0}
#opmVidLhs{width:45%;float:left;padding:1%;margin:2% 1% 2% 2%;background:#fff;min-height:260px}
#opmVidRhs{width:45%;float:left;padding:1% 0;margin:2% 2% 2% 1%;background:#fff;min-height:260px;position:relative}
#opmVidRhs ul{list-style-type:none}
#opmVidRhs ul li{width:44%;float:left;padding:0 3%}
#opmVidRhs ul span{display:block;line-height:20px;font-size:12px}
#opmVidRhs ul li{display:none}
#opmVidRhs ul li.one,#opmVidRhs ul li.two{display:block}
#opmVidNav{position:absolute;right:0;top:-30px}
#opmVidNav span{background-color:#fff;cursor:pointer}
.vid-fr{float:right!important}

.cust-qte-img{background-position:-351px 0;display:inline-block;height:186px;width:186px;border-radius:93px;box-shadow:0 0 5px #aaa;border:3px solid #fff}
.c-vid{width:192px;height:82px;display:inline-block}
.c-vid1{background-position:0 -336px}
.c-vid2{background-position:0 -254px}
.c-vid3{background-position:-386px -254px}
.c-vid4{background-position:-192px -254px}
.c-vid5{background-position:-192px -336px}
.c-vid6{background-position:-386px -336px}
.c-vid7{background-position:0 -572px}
.c-vid8{background-position:-192px -572px}
.c-vid9{background-position:-386px -572px}

/********Slide Show Starting*********/
.spacing{padding:60px 0;}
.wdt30{width:30%}
.wdt50{width:50%}
.wdt70{width:70%}
.hgt50{height:50%}
.m12{margin:12px 0}
.ofh{overflow:hidden;}
.tac{text-align:center}
.whole{min-height:460px;overflow:hidden}
.whole{height:460px;}
.bluebg{background-color:#e7ebf7;}
.redbg{background-color:#fce6d9;}
.greenbg{background-color:#c3e7db;}
.sub1{width:75%;height:100%;float:left}
.sub2{width:25%;height:100%;float:left;text-align:center}
.form{margin:10px 60px}
.form li{font-size:18px;padding:25px 20px;font-weight:300;}
.form li:first-child{padding:25px 20px;}
.form li:last-child{margin-bottom:15px;}
.form input{float:right;padding:10px;border:1px solid #cdd0d9;background:#eef1f8;outline:none;}
.head{font-size:50px;text-align:center;padding:20px 0}
.head span{font-size:30px;font-weight:300}
.sub-head{font-size:30px;padding:10px 75px 50px;font-weight:400;}
.sub-head span{line-height:60px;margin-left:10px}
.finalslidehead{font-size:30px;padding:30px 300px;font-weight:400;margin:0;}
.finalslidehead span{line-height:45px;margin-left:10px}
.finalslidehead img{vertical-align:top}
.result{padding:40px 0 0 0;font-size:40px;}
.subTop{padding:40px 0 0 0;}
.singleresult{padding:180px 0 0 0;}
.subBtm{padding:20px 0 0 0;}

.tabs{margin:10px 0;}
.selected{background:#e7ebf7;-webkit-animation:background 1s;animation:background 1s;}
.tabs li{float:left;padding:10px 10px;cursor:pointer;margin:10px -2px;list-style: none;}
.tabs li:first-child{padding:10px 10px;}
.nextBtn{background:#7e8194;color:white;padding:16px 60px;float:right;margin-right:20px;font-size:25px;border-radius:2px 2px 2px;cursor:pointer}
.slides{height:460px;}
.subvalue{padding:10px 0;font-size:40px;margin-bottom:60px;}
.finalsub{padding:60px 0}
.hrtag{margin-top:20px}
.recal{background:#7e8194;color:white;padding:16px 80px;float:right;margin-right:20px;font-size:25px;border-radius:2px 2px 2px;cursor:pointer}
.alarm-handle{padding:40px 0 0}
.it{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-8px 0;width:50px;height:50px;margin:0 10px 0 0}
.deploy{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-58px 0;width:50px;height:50px;margin:0 10px 0 0}
.trouble{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-108px 0;width:50px;height:50px;margin:0 10px 0 0}
.alarm{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-158px 0;width:50px;height:50px;margin:0 10px 0 0}
.roi{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-208px 0;width:85px;height:85px;margin:-25px 10px 0 0}

.itthumb{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-8px -50px;height:20px;margin:0 10px 0 0}
.deploythumb{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-36px -48px;width:5px;height:20px;margin:0 10px 0 0}
.troublethumb{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-78px -49px;width:5px;height:20px;margin:0 10px 0 0}
.alarmthumb{background:url(../../network-monitoring/images/roi-sprite.png);background-position:-112px -50px;width:5px;height:20px;margin:0 10px 0 0}
.m0a{margin:0 auto}
.tabs li span{padding:0 10px;}

.resImg{background:url('../images/common-sprite.png') no-repeat 0px 0px}
.res1{background-position:-256px -52px}
.res2{background-position:-224px -52px}
.res3{background-position:-240px -52px}
.res4{background-position:-288px -68px}
.res5{background-position:-288px -52px}
.res6{background-position:-208px -68px}
.res7{background-position:-272px -52px}
.res8{background-position:-224px -68px}
.res9{background-position:-192px -68px}
.res10{background-position:-256px -68px}
.res11{background-position:-272px -68px}
.res12{background-position:-208px -52px}
.res13{background-position:-240px -68px}
.res14{background-position:-192px -52px}
.res15{background-position:-304px -52px}
.pdr20{padding-right:2%;}
.wdt47{width:47%;}
.bdl{border-left:1px solid #CCC;}
.pdl20{padding-left:2%;}
.frm-sec td input[type="text"], .frm-sec td select{border:1px solid #CCC;padding:10px;}
.frm-sec td{padding:10px;vertical-align:top;}
.tab-div{border-bottom:3px solid #ECEDEE;}
.tab-div &gt; a{color:#444;cursor:pointer;display:inline-block;padding:5px 20px;border-right:1px solid #CCC;}
.row{padding:20px 0px;}
.dsk-spa th{vertical-align:middle;padding:10px 0px;background:none repeat scroll 0px 0px #ECEDEE;}
.dsk-spa{margin:30px 0px;width:100%;}
.dsk-spa td{background:none repeat scroll 0px 0px #FFF;border:1px solid #EFEFEF;padding:10px;vertical-align:middle;}
.dw-btn .nav-dwn a{color:#FFF !important;width:auto !important;}
.nav-dwn-icon{margin-left:5px;}
.nav-dwn-icon{background:url('../../images/me-sprite-new.png') no-repeat scroll 0px 0px transparent;width:21px;height:20px;background-position:0px0px;line-height:22px;display:inline-block;position:relative;top:2px}
.addonsHeader{list-style:none outside none;}
.addonsHeader{border-bottom:3px solid #ECEDEE;padding-bottom:0px !important;}
.addonsHeader li{padding:5px 20px;display:inline-block;}
.addonsHeader .active{background:none repeat scroll 0px 0px #ECEDEE;}
.vendorList1{overflow:hidden;list-style:none !important;padding:0 !important;margin:0;}
.vendorList1 &gt; li:first-child{border-left:medium none;}
.vendorList1 &gt; li{border-left:1px solid #E2DEDE;float:left;width:166px;list-style:none !important;}
.vendorList1 &gt; li h3{background:#ABDD61;border-bottom:1px solid #FFFFFF;color:#FFFFFF;font-size:11px;line-height:0.8;margin:0;padding:20px;text-transform:uppercase;}
.vendorList1 &gt; li h3 a{color:#fff;display:block;}
.vendorList1 .scroll-pane{height:450px !important;}
.vendorList1 ul{background:#F2F2F2;height:450px;overflow:auto;padding:10px 0;}
.jspContainer{overflow:hidden;position:relative;width:249px !important;}
.jspPane{position:absolute;}
.vendorList1 ul li{font-size:12px;line-height:1.3;list-style:none !important;padding:0;}
.vendorList1 ul li a{color:#444;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;display:block;padding:5px 10px 5px 20px;}
.vendorList1 li.listEven h3{background:#a6a8a3;}
.vendorList1 .jspDrag{background:#d0d2ce;}
.jspDrag{background:#bbd;position:relative;top:0;left:0;cursor:pointer;}
.vendorList1 .avamarNewBlk ul.avmarDevice{height:45px !important;}
.vendorList1 ul li a:hover{background:#DDD;color:#000000;text-decoration:none;}
.vendorList1 &gt; li.hostServer h3 a{display:inline-block;}
.free-training-ad{display:block!important}
.opmdemogroups{background-image:url("../../network-monitoring/images/gradiant-gray.png");background-repeat:repeat-x;border:1px solid hsl(0, 0%, 76%);float:left;height:95px;margin-right:5px;width:165px}

#survey{position:fixed;z-index:9999;border:2px solid #6f7070;right:80px;bottom:0;width:280px;background:#272829;color:#fff;border-radius:10px 10px 0 0;font-weight:300;font-size:13px;display:none}
#survey&gt; div{padding:15px;}
#survey .req{font-size:10px;color#ccc}
#survey input[type=radio]{margin-top:-5px}
#survey input[type=text]{border:none;color:#000;font-size:12px;line-height:24px;margin-bottom:5px;padding:3px;width:calc(100% - 8px);border:1px solid #fff}
#survey input[type=text].alert{border:1px solid #EC5F61}
#survey .surveyHead{font-weight:bold;text-align:center;margin-bottom:10px;}
#survey label{background:#323334;display:block;margin-bottom:5px;padding:5px 10px;line-height:24px;border-radius:50px;cursor:pointer}
#survey &gt; div{display:none}
#survey #yesno,#survey #plusminus{display:block}
#survey #plusminus{position:absolute;top:-22px;right:20px;padding:0}
#survey #plusminus span{background:#272829;border:2px solid #6f7070;line-height:20px;width:30px;text-align:center;display:inline-block;border-radius:5px 5px 0 0;border-bottom:none;cursor:pointer;display:none}
#survey #plusminus span.act{display:block}
#survey .dBox{border-top:1px solid #555;border-bottom:1px solid #555;padding:20px 0}
#survey #downloadSubmit{border-radius:4px;font-size:12px;line-height:18px;width:auto;padding:5px 20px;background:#999}
#survey #surveyThanks{font-size:18px}
#survey #getQuoteCountry{width:97%;padding:10px;border:1px solid #fff}


.left-tree{max-width: 1400px;margin: 0 auto;}
.lhs-tree {
  float: left;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 26%;
}
#lhsTree {
  list-style-type: none;
  padding: 30px 0 40px;
  width: 100%;
  max-width: 252px;
}
.rhs-cont {
  border-left: 1px dotted #ddd;
  float: left;
  padding: 30px 0 40px 4%;
  position: relative;
  width: 68%;
}



 
 /* Base styles for the tooltip's directional arrow */
 .tooltip:before,
 [data-tooltip]:before {
   z-index: 1001;
   border: 6px solid transparent;
   background: transparent;
   content: "";
 }
 
 /* Base styles for the tooltip's content area */
 .tooltip:after,
 [data-tooltip]:after {
   z-index: 1000;
   padding: 8px;
   width: 100px;
   background-color: #000;
   background-color: hsla(0, 0%, 20%, 0.9);
   color: #fff;
   content: attr(data-tooltip);
   font-size: 14px;
   line-height: 1.2;
 }
 
 /* Directions */
 
 /* Top (default) */
 [data-tooltip]:before,
 [data-tooltip]:after,
 .tooltip:before,
 .tooltip:after,
 .tooltip-top:before,
 .tooltip-top:after {
   bottom: 100%;
   left: 50%;
 }
 
 [data-tooltip]:before,
 .tooltip:before,
 .tooltip-top:before {
   margin-left: -6px;
   margin-bottom: -12px;
   border-top-color: #000;
   border-top-color: hsla(0, 0%, 20%, 0.9);
 }
 
 /* Horizontally align top/bottom tooltips */
 [data-tooltip]:after,
 .tooltip:after,
 .tooltip-top:after {
   margin-left: -80px;
 }
 
 [data-tooltip]:hover:before,
 [data-tooltip]:hover:after,
 [data-tooltip]:focus:before,
 [data-tooltip]:focus:after,
 .tooltip:hover:before,
 .tooltip:hover:after,
 .tooltip:focus:before,
 .tooltip:focus:after,
 .tooltip-top:hover:before,
 .tooltip-top:hover:after,
 .tooltip-top:focus:before,
 .tooltip-top:focus:after {
   -webkit-transform: translateY(-12px);
   -moz-transform:    translateY(-12px);
   transform:         translateY(-12px); 
 }
 
 /* Left */
 .tooltip-left:before,
 .tooltip-left:after {
   right: 100%;
   bottom: 59%;
   left: auto;
 }
 
 .tooltip-left:before {
 
   margin-left: 0;
   margin-top: 27px;
   margin-right: -11px;
   margin-bottom: 0;
   border-top-color: transparent;
   border-left-color: #000;
   border-left-color: hsla(0, 0%, 20%, 0.9);
 }
 
 .tooltip-left:hover:before,
 .tooltip-left:hover:after,
 .tooltip-left:focus:before,
 .tooltip-left:focus:after {
   -webkit-transform: translateX(-12px);
   -moz-transform:    translateX(-12px);
   transform:         translateX(-12px); 
 }
 
 /* Bottom */
 .tooltip-bottom:before,
 .tooltip-bottom:after {
   top: 100%;
   bottom: auto;
   left: 50%;
 }
 
 .tooltip-bottom:before {
   margin-top: -12px;
   margin-bottom: 0;
   border-top-color: transparent;
   border-bottom-color: #000;
   border-bottom-color: hsla(0, 0%, 20%, 0.9);
 }
 
 .tooltip-bottom:hover:before,
 .tooltip-bottom:hover:after,
 .tooltip-bottom:focus:before,
 .tooltip-bottom:focus:after {
   -webkit-transform: translateY(12px);
   -moz-transform:    translateY(12px);
   transform:         translateY(12px); 
 }
 
 /* Right */
 .tooltip-right:before,
 .tooltip-right:after {
   bottom: 50%;
   left: 100%;
 }
 
 .tooltip-right:before {
   margin-bottom: 0;
   margin-left: -12px;
   border-top-color: transparent;
   border-right-color: #000;
   border-right-color: hsla(0, 0%, 20%, 0.9);
 }
 
 .tooltip-right:hover:before,
 .tooltip-right:hover:after,
 .tooltip-right:focus:before,
 .tooltip-right:focus:after {
   -webkit-transform: translateX(12px);
   -moz-transform:    translateX(12px);
   transform:         translateX(12px); 
 }
 
 /* Move directional arrows down a bit for left/right tooltips */
 .tooltip-left:before,
 .tooltip-right:before {
   top: 3px;
 }
 
 /* Vertically center tooltip content for left/right tooltips */
 .tooltip-left:after,
 .tooltip-right:after {
   margin-left: 0;
   margin-bottom: -16px;
 }
 .prd-nav li {
     float: left;
     width: 23%;
     padding: 0 0.5%;
     text-align: center;
 }
.downput,a.downput{
 background: #abdd61;
    padding: 13px 20px;
    margin: 15px 0 0 0;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 760px)
{
.gap {
    margin-right: 0px !important;
}
.gap.active .dropbtn{border-bottom: 1px solid #c0c0c0}
.dropdown{width:100%}
.dropbtn{padding:10px;width: 100%; text-align: left;}
.dropdown-content{position: relative;background: none; box-shadow: none;}
.dropdown-content ul {
    padding: 10px 0px 10px 30px;
}
.dropdown-content .list li{border: none !important;}
.custom-dropdown-icon::before{top: 22px; right: 24px;}
.btmBar {
    display: block !important;
}
.btmBar .desktop{
 	display: none;
}
.btmBar .mobile{
 	display: block;
}
.lhs-tree{display:none;}
#btmBar ul li{width:48%}
.thanksbg h2 span{font-size: 24px !important;}
#VideosAndLogos, .footer{display:none}
.rhs-cont{width:100%!important;padding: 20px 0!important;}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
/*.flexslider .flexBnrslides li img{margin:-24px 0 0 0}
.flexslider .flexBnrslides li:first-child img{margin:0}*/
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1020px){
.newbnrtxt{font-size:28px;line-height:38px}
#wnList .opmWnImg{max-width:55%}
.hm-fea-tn li:last-child{display:none}
.hm-fea-cont{width:78%}
.hm-fea-tn{width:20%}}
@media screen and (max-width:760px){
.flexMobile{background:#efefef}
#wnList .opmWnImg{max-width:100%;position:static;margin:20px}
.wnFadeCont{width:100%;margin:0}
.hm-fea-cont{border:none;float:none;width:100%}
.hm-fea-content{display:block!important}
.hm-fea-content img{display:none}
.hm-fea-tn{display:none}
.hm-fea-txt{position:static;display:block;background:none;color:#333;border:none;width:100%;padding:20px 0;border-top:1px solid #eee}
.hm-fea-txt h2{color:#333}
}
@media screen and (max-width:500px){
}	

@media screen and (max-width: 650px)
{
	.opmPlusPriceInfo, .opmPlusslideshare, .opmPlusUserExp, .flexMobile{display:none}
	.opmPlusSliderContainer &gt; a span{margin-bottom:20px}
	.opmPlusSlider .section{width:96%!important}
	.opmPlusSliderContainer &gt; a{width:90%!important;margin:0 auto!important;display:block;float:none!important;}
	.opmPlusSlider{padding:0 0 50px!important}
	.editionLhs,.editionMid,.editionRhs{width:100%!important}
	.dwn-menu &gt; span{width: 24.8%!important;font-size: 13px;}
}
table.feaTable thead tr th {
	background-color: #ECEDEE;
	border: 1px solid #E5E5E5;
	font-size: 17px;
	line-height: 20px;
	padding: 0.6em;
	text-align: center;
	width: 25%;
}
table.feaTable td {
	border: 1px solid #E5E5E5;
	font-size: 14px;
	padding: 0.6em;
	text-align: left;
	vertical-align: top;
}
.spbox a {
	background-color: hsl(0, 0%, 98%);
	border: 1px solid hsl(0, 0%, 80%);
	border-radius: 5px;
	box-shadow: 0 0 3px hsl(0, 0%, 80%);
	color: hsl(217, 18%, 36%);
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	padding: 20px;
	font-size: 16px;
}
table.screenTable thead tr th {
	background-color: #ECEDEE;
	font-size: 14px;
	line-height: 20px;
	padding: 0.6em;
	text-align: center;
	width: 25%;
}
table.screenTable td {
	font-size: 14px;
	padding: 0.6em;
	text-align: center;
	vertical-align: top;
}
table.serviceTable thead tr th {
	background-color: #ECEDEE;
	font-size: 17px;
	line-height: 20px;
	padding: 0.6em;
	text-align: center;
	width: 50%;
}
table.serviceTable td {
	font-size: 14px;
	padding: 0.6em;
	text-align: left;
	vertical-align: top;
}
table.suppTable thead tr th {
	background-color: #ECEDEE;
	border: 1px solid #E5E5E5;
	font-size: 17px;
	line-height: 20px;
	padding: 0.6em;
	text-align: center;
}
table.suppTable td {
	font-size: 14px;
	border: 1px solid #E5E5E5;
	padding: 0.6em;
	vertical-align: top;
}

.downBut, a.downBut {
	background:#abdd61;
	padding:13px 20px;
	margin:15px 0 0 0;
	font-size:20px;
	display:inline-block;
	color: #fff;
	text-decoration:none;
}
.downBut:hover, a.downBut:hover {
	color: #fff;
	text-decoration:none;
}
.featureTabSec {
	background: none repeat scroll 0 0 #293339;
    clear: both;
    color: #94D36D;
    font-size:20px;
    font-weight: 300;
    height: 50px;
    letter-spacing: -1px;
    line-height:50px;
    overflow: hidden;
    padding:0;
    position: relative;
}
.featureTabs {
	padding:0;
	margin:0;
}
#VideosAndLogos{background:none !important;}
.featureTabs li {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	text-align:center;
	width:200px;
	cursor:pointer;
	height:50px;
}
.featureTabSelected {
	background:#fff;
	color:#000;
}
.featureTabs li.featureTabSelected:nth-child(even) {
	background:#f1f1f1;
	color:#000;
}
.tabsMore.featureTabs li {
	width: auto;
	font-size: 18px;
	padding: 0 18px;
}
.tabsMore.featureTabs li {
	width: 18%;
}
#scroll ul.featureTabs.tabsMore {
	padding: 0 10px;
}
.featureTabs.tabsMore li.featureTabSelected:nth-child(even) {
	background: #fff;
}
.fea-hea-fixed {
	position:fixed;
	width:100%;
	top:86px;
	z-index:2;
}
.fea-hea-fixed.tabTwoColumn {
	width: 853px;
}
#lhsTree{padding:30px 0 10px}
.list ul li {
  padding-left: 10px;
}
.list ul li {
  padding-left: 10px;
}
.dropdown-content .list li{list-style:none}</pre></body></html>