/* https://www.manageengine.com/network-monitoring/style/opm-api.css */
.rhs-cont ul { padding-right: 20px;   width: 100%;  list-style-type: none;}
.flex-con {display:flex;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;}
.div-tree {min-width:300px;margin-right:25px;position: sticky;position:-webkit-sticky;margin-top:20px;height:calc(100vh - 80px);top:110px;}
.div-tree .row {padding:0;}
.div-tree.fixed {position:fixed;z-index:1;background:#fff;top:90px;}
.div-ct {width:100%;padding-bottom:50px; /*margin-left: 325px;*/}
ul.api-tree li {padding:1px 0;} 
ul.api-tree li a {background:#f0f0f0;padding:9px 10px;width:100%;display:inline-block;box-sizing:border-box;color:#000;border-left:solid 5px #c5c5c5;text-decoration:none;transition:all .25s ease;}
ul.api-tree li a:hover {border-left:solid 5px #737373;}
ul.api-tree li a.active{ color:#229826 ; font-weight: bold;     border-left: solid 5px #229826;} 
ul.api-tree li a.active ~ ul {display:block;animation: anim .5s ease; -webkit-animation: anim .5s ease}
@keyframes anim {0%{margin-top:15px;} 100% {margin-top:0;}}
@-webkit-keyframes anim {0%{margin-top:15px;} 100% {margin-top:0;}}
ul.api-tree li a.active+.nav-links {display: block;}
ul.api-tree li > ul {display:none;}
ul.api-tree li > ul li {list-style-type:none;margin-left:20px;background:#fff;}
ul.api-tree li > ul li a {background:#fff;color:#000;position:relative;border-left:0; word-break: break-word;} ul.api-tree li > ul li a:hover {border-left:0;}
ul.api-tree li > ul li a:before{content:"";background:#ddd;width:1px;height:100%;position:absolute;left:-3px;top:1px}
ul.api-tree li > ul li a:after{content:"";background:#ddd;width:5px;height:5px;position:absolute;left:-5px;top:20px;border-radius:50%;}
ul.api-tree li > ul li a:hover:after {background:#16b14f;width:5px;height:5px;transform:scale(1.3)}
ul.api-tree li > ul li a.active {border-left:0;}
ul.api-tree li > ul li a.active:after {border-right:0;background:#16b14f;width:8px;height:8px;transform:scale(1.3);top:18px;left:-6px;}
.mod-title{color:#229826;}
.wrap-txt{word-wrap:break-word;width:90%;word-break: break-all;}
.api-content-main {margin:0 15px;}
@media (min-width: 1400px) {
    #api-con .container {max-width: 1350px;}
}
@media screen and (max-width:960px){
.div-tree {display:none;}
}

.divTable{display: table;width: 100%;box-shadow:0 1px 2px 0 #ececec9c;-webkit-box-shadow:0 1px 2px 0 #ececec9c;}
.divTableRow {display: table-row;}
.divTableHeading {background-color: #868686;display: table-header-group;line-height: 45px;font-weight:600;color:#fff;}
.divTableCell, .divTableHead {display: table-cell;padding: 3px 10px;} .divTableCell {vertical-align:top;line-height:35px;border-bottom:solid 1px #ececec;}
.divTableCell:nth-child(1){width:20%;}
.divTableCell:nth-child(2){width:60%;}

.divTableCell p {margin:0;padding-bottom:15px;} .divTableCell p > b:after{content:"";display:table;clear:both;}
.divTableCell:nth-child(4) > span {display:inline-block;width:250px;word-wrap:break-word;}
.divTableFoot {background-color: #EEE;display: table-footer-group;font-weight: bold;}
.divTableBody {display: table-row-group;background:#f8f8f8;}
.divTableBody > .divTableRow:nth-child(odd){background:#fff;}

.bcs-container-searchbox {background-color: #e5e5e5; border:0px !important; width:30%;}
.container {  max-width: 1400px;}
.healthcare-main-wrapper {  display: none;}
.srch-div input {background-color: #fff !important;}
/* code*/
.head-container label{float: left;margin:5px 10px}
.head-container input{width:30%}

.bcs-host-div{float: left;width: 83%;background-color: #e5e5e5 !important;height:25px;}
.bcs-container-searchbox{position: relative;top: -7px;}
.bcs-searchbox{width:400px !important;}
.bcs-searchbox-submit{position: relative;right: 43px;transform: scale(0.55);border-radius: 6px;}
#bcs-results-div{background-color:#fff;position:relative;}
.bcs-searchbox-btn{background-image: url(https://www.manageengine.com/images/me-sprite-new.png);background-position: -224px 480px;width: 15px;background-color: white;height: 16px;cursor: pointer;padding: 0;border: none;transform: scale(1);right:30px;position: relative;vertical-align:middle;}
@media screen and (max-width: 760px){
.rel-b10{display:none}
}

    .fed_op {
        margin-top: 24px;
    }

    .fed_op h6 {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 12px;
    }

    .fed_op .input-group {
        margin-bottom: 16px;
    }

    .doc_feedback {
        border-top: 1px solid #DEDEDF;
        border-bottom: 1px solid #DEDEDF;
        padding: 15px 0;
        box-sizing: border-box;
    }

    .doc_feedback * {
        box-sizing: border-box;
    }

    .reporter_details {
        margin-top: 32px;
    }

    .reporter_details input::placeholder {
        color: #333333;
    }

    .reporter_details input:focus,
    .reporter_details select:focus {
        outline: unset;
        -webkit-box-shadow: 0 0 1.5px -0.25px #0090E0;
        box-shadow: 0 0 1.5px -0.25px #0090E0;
        border: 1px solid #0090E0;
    }

    .input-group.country.select {
        display: flex;
        flex-direction: column;
    }

    .reporter_details input,
    .reporter_details select,
    .doc_feedback .form-fields textarea {
        border: 1px solid #DEDEDF;
        outline: none;
        border-radius: 4px;
        font-size: 15px;
        display: inline-block;
        max-width: 380px;
        width: 100%;
        height: 40px;
        font-weight: 300;
        padding: 0px 12px;
        line-height: 1.25;
        font-family: inherit;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        margin-bottom: 16px;
    }

    .reporter_details select {
        --form-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23adb5bd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6  6 6-6'/%3e%3c/svg%3e");
        background-image: var(--form-bg-img), var(--form-bg-icon, none);
        background-repeat: no-repeat;
        background-position: right 0.75rem center;
        background-size: 16px 12px;
    }

    .doc_feedback input[type='checkbox'] {
        margin: 0 8px 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border: 1px solid #c7c7c7;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #ffffff;
    }

    .doc_feedback input[type='checkbox']::before {
        content: "";
        left: -1px;
        top: -1.5px;
        position: relative;
        width: 4.5px;
        height: 11px;
        border-style: solid;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg) scale(0);
        transform: rotate(45deg) scale(0);
        -webkit-transition: 120ms -webkit-transform ease-out;
        transition: 120ms -webkit-transform ease-out;
        transition: 120ms transform ease-out;
        transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
    }

    .doc_feedback input[type='checkbox']:checked {
        background: #0090E0;
        border-color: #0090E0;
        color: #ffffff;
    }

    .doc_feedback input[type='checkbox']:checked::before {
        -webkit-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
    }

    .doc_feedback .input-group label {
        display: inline-block;
        user-select: none;
        font-size: 1rem;
        vertical-align: middle;
    }

    .doc_feedback input[type='radio'] {
        margin: 0 8px 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 24px;
        height: 24px;
        border: 1px solid #DEDEDF;
        border-radius: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .doc_feedback input[type='radio']::before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 32px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: 120ms -webkit-transform ease-out;
        transition: 120ms -webkit-transform ease-out;
        transition: 120ms transform ease-out;
        transition: 120ms transform ease-out, 120ms -webkit-transform ease-out;
        -webkit-box-shadow: inset 15px 15px #0090E0;
        box-shadow: inset 15px 15px #0090E0;
    }

    .doc_feedback input[type='radio']:checked::before {
        -webkit-transform: scale(1);
        transform: scale(1);
        border-color: #0090E0;
    }

    .doc_feedback input[type='radio']:checked {
        border-color: #0090E0;
    }

    .doc_feedback .feed_dec label {
        margin-right: 18px;
    }

    .doc_feedback .form-fields input[type="checkbox"]~label {
        transform: none;
        pointer-events: all;
    }

    #meGDPRMessage label,
    div#formCTAgdpr,
    div[data-clickgdpr="formCTAgdpr"] {
        max-width: 380px !important;
        text-align: left;
        color: #333;
        font-size: 12.5px;
        line-height: 1.5;
    }

    #meGDPRMessage {
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #meGDPRMessage .checkmarkgdpr {
        height: 18px !important;
        width: 18px !important;
        border: 1px solid #ddd;
        margin-right: 5px !important;
        border-radius: 4px !important;
        bottom: -4px;
    }

    #meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
        width: 4px !important;
        height: 8px !important;
        top: 2px !important;
        left: 5px !important;
    }


    .doc_feedback .form-fields textarea {
        border: 1px solid #ccc;
        padding: 12px;
        height: auto;
        margin: 0;
    }

    .doc_feedback .useful p,
    .doc_feedback .not-useful p,
    .quest {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 16px;
        display: block;
    }

    .doc_feedback input[type="submit"] {
        display: inline-block;
        background-color: #E80E19;
        -webkit-appearance: none;
        appearance: none;
        padding: 12px 24px;
        border: 0;
        color: #fff;
        border-radius: 4px;
        cursor: pointer;
        font-weight: 500;
        font-size: 16px;
        font-family: inherit;
        margin: 24px 0;
    }

    .doc_feedback .useful p {
        color: #000 !important;
    }

    .doc_feedback .useful p:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 10px;
        background-image: url('https://www.manageengine.com/products/desktop-central/help/images/like-icon.png');
        background-size: contain;
        vertical-align: top;
    }

    .doc_feedback .not-useful p:before {
        content: '';
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-right: 10px;
        background-image: url('https://www.manageengine.com/products/desktop-central/help/images/sad-icon.png');
        background-size: contain;
        vertical-align: top;
    }

    .doc_feedback .ans {
        margin: 8px 0;
    }

    .doc_feedback .ans input {
        display: inline-block;
        -webkit-appearance: none;
        appearance: none;
        width: 100px;
        border: 0;
        background-color: #eaeaea;
        line-height: 40px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
        font-size: 16px;
        margin-right: 8px;
    }

    .doc_feedback .ans input:focus {
        outline: none;
    }

    .doc_feedback .ans input:hover {
        background-color: #006DEB;
        color: #fff;
    }

    .doc_feedback .input-group.fed_op label {
        transform: none !important;
        color: #000 !important;
        pointer-events: all;
    }

    .doc_feedback .input-group.fed_op .input-group {
        display: flex;
        align-items: baseline;
    }

    .doc_feedback .input-group.fed_op .input-group input {
        max-width: 20px;
        margin: 10px 5px 10px 0 !important;
    }

    .doc_feedback .input-group.fed_op .input-group label {
        font-size: 14px !important;
    }

    .doc_feedback .input-group.fed_op .input-group.feed_dec {
        display: none;
        border-top: 1px dashed #eee;
        border-bottom: 1px dashed #eee;
        margin: 14px 0;
        padding: 12px 0;
    }

    .doc_feedback .feed_dec {
        margin-top: 32px;
    }

    .doc_feedback .input-group.fed_op .input-group.feed_dec.active {
        display: block;
    }

    .doc_feedback .input-group.fed_op .input-group.feed_dec .flex {
        display: flex;
        align-items: center;
    }

    .doc_feedback .input-group.fed_op .input-group.feed_dec .flex label {
        transform: none !important;
        width: auto;
        margin: 0 10px 0 0;
    }

    .doc_feedback .input-group.fed_op .input-group.feed_dec .flex input {
        width: auto !important;
        display: inline-block;
        vertical-align: top;
    }
.new-container{max-width:1400px}
.divTableCell{word-break:break-all}
.scroll-parent, .scroll-topic{display:none}
ul.api-tree li > ul li a:after, ul.api-tree li > ul li a:hover:after, ul.api-tree li > ul li a.active:after {
    content: "";
    background: #fff;
}
ul.api-tree li a, ul.api-tree li a:hover{border-left:none}
.yellow-box1 code{vertical-align: middle;}
.yellow-box1{
overflow: scroll;
    height: 120px;
    background: #F0F2DA;
    border: 1px solid #ddd;
    padding: 2%;
    margin: 20px 0;
    font-size: 12px;
    word-break:break-all
}
.mod-title {margin:0 !important;padding-top:15px;}
.div-ct code {font-family:'ZohoPuvi',sans-serif;}
.div-ct h1 {margin:0;border-bottom:1px solid #eaeaea;}
.wrap-txt{ word-break:unset;width:auto} 
.showAPIdiv {padding: 5px 0;color: #2571bf;cursor: pointer;text-decoration:underline;margin-top:15px;font-size:16px;font-weight:700;float:left;display:none;}
ul.api-tree li a.active {font-size:15px;pointer-events:none}
.ct-small {height: 45px;overflow:hidden;}
.ct-small h1 {margin:0;}
.api-content-main{ width:98%;margin:0;}
/*.api-content-main p{ width:90%}*/
.divTable{ width:100%}
.heading-menu{ display:block}
/*h1{ margin-top:20px}*/
#VideosAndLogos, .opmRelPrd{ display:none !important}
.div-tree{ margin-top: 0;height: auto;margin-bottom: 40px; top:0;position:relative;border-right:1px dashed #DDD;padding-right:20px;} 
/*div#api-content{ width:90%}*/
.divTableCell:nth-child(2){ width:60%}
.rhs-cont ul{ padding:0; list-style-type:none}
.rhs-cont ul li{ padding:0; list-style-type:none}
.rhs-cont{}
.rhs-cont{ width:100%; border:none; border-left:solid 1px #fff; padding:30px 0 0px 0}
.lhs-tree{ display:none}
.rhs-cont{ width:100%}
.tb_button{ padding:1px; cursor:pointer; border-right:1px solid #8b8b8b; border-left:1px solid #FFF; border-bottom:1px solid #fff}
.tb_button.hover{ border:2px outset #def; background-color:#f8f8f8 !important}
.ws_toolbar{ z-index:100000}
.ws_toolbar .ws_tb_btn{ cursor:pointer; border:1px solid #555; padding:3px}
.tb_highlight{ background-color:yellow}
.tb_hide{ visibility:hidden}
.ws_toolbar img{ padding:2px; margin:0px}
header+section{ display:none; margin:0; padding:0}
ul.api-tree li>ul li{ padding-top:0; padding-bottom:0;border-bottom:1px solid #efefef;}
ul.api-tree li>ul li:first-child{ padding-top:5px}
/*New CSS */



ul.api-tree li a{cursor: pointer;user-select: none;font-size:14px;}
/*ul.api-tree > li > a{display: block;background-color: #f2f2f2;padding: 4px 24px 4px 16px;border-radius: 4px;border-left: 4px solid transparent;transition:all .3s ease-in-out;}*/
ul.api-tree > li > a{display: block;background-color: #fff;padding: 6px 10px;border-radius: 0;transition:all .3s ease-in-out;border-bottom:1px solid #efefef;}
ul.api-tree > li > a:hover {color:#119521;background:#f8f8f8;}
ul.api-tree > li.active > a{color: #119521;font-weight: bold;background:#f3f3f3;pointer-events:none}
ul.api-tree > li.has-child.active > .nav-links,ul.api-tree > li.has-child.open > .nav-links{display: block;}
ul.api-tree > li.has-child > .nav-links a {padding: 6px 8px 6px 24px;display: block;position: relative;overflow-wrap: break-word;}
ul.api-tree > li.has-child > .nav-links a.active {color: #167d23;font-weight:400;pointer-events: none}
ul.api-tree > li.has-child > .nav-links a::before {content: ''; position: absolute;border-radius: 50%;width: 5px;height: 5px;background-color: #e6e6e6;top: 15px;left: 5px;}
ul.api-tree > li.has-child > .nav-links a.active::before {content: '';background-color: #167d23;}
ul.api-tree > li.has-child{position: relative;}
ul.api-tree li > ul li a:hover {color:#167d23;}
ul.api-tree > li.has-child::before{position: absolute;content:'';    top: 14px;right: 15px;border: 5px solid transparent;border-top-color: #FF8134;}
.toggle-menu{content: '';position: absolute;height: auto;width: 30px;top: 4px;right: 0;cursor: pointer;border-radius: 0 4px 4px 0;}
/*.toggle-menu:hover {background: #0000001c;z-index: 1;background-blend-mode: multiply;}*/
#api-content > .scroll-parent {display:none;}
#api-content > .scroll-parent:nth-child(1){display:block;}
@media screen and (max-width:1028px){
.div-ct {position:relative;top:0;height:auto;font-size:14px;word-break: break-word;}

}
@media screen and (max-width:960px){
.div-tree {display:block;min-width:auto;}
}
	@media screen and (max-width:600px){
		.flex-con{display: block}
}

.table-cover {
    margin-top: 40px;
}

.table-cover p {
    font-size: 18px;
}

.table-cover p b {
    font-weight: 400;

/* https://www.manageengine.com/network-monitoring/style/prd-new-style.css */

body {
    overflow-x: hidden
}

p.dwnConfirmTxt {
    display: none;
    font-size: 18px;
    text-align: center;
    margin: 30px 0
}
#prdLogo,
.wn-icon,
.cust-qte-img,
.c-vid,
.feaImg,
.opmPlusPerSpr {
    background: url(https://www.manageengine.com/network-monitoring/images/v1/common-sprite.png) no-repeat 0 0;
}

#prdLogo {
    background-position: 0 0;
    width: 177px;
    height: 30px
}

.relOpm {
    display: none
}

.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;
}

#tree-solar,
#fea-alter {
    display: none;
}

.btmBar .mobile {
    display: none;
}

.hglt {
    background: #dbffe4;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    margin: 20px 0 10px 0;
    display: table;
    vertical-align: middle;
}

.hglt col {
    display: table-cell;
}

.hglt col:nth-child(1) {
    width: 85px;
}

.hglt img {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
}

.hglt p {
    margin: 5px 0;
}

.hglt div {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    width: 86%;
}

.hglt div.col.div-radius {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #7bc1ff;
}

.hglt div.col.div-radius img {
    transform: scale(.65);
    -webkit-transform: scale(.65);
    -moz-transform: scale(.65);
    border: 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.first-banner {
    text-align: left
}

.first-banner .per20 {
    width: 11%;
    margin-left: 30px
}

.first-banner .per75 {
    width: 78%;
    margin-top: 0px
}

.first-banner p,
.first-banner a {
    font-size: 14px;
}

.first-banner {
    padding: 10px 0px;
}

@media screen and (max-width: 1024px) {
    .first-banner .per20 {
        width: 100% !important;
    }

    .first-banner .per75 {
        width: 100% !important;
    }
}

.btn-band>img {
    width: 100%;
    border-radius: 6px;
    border: solid 1px #ddd;
}

.btn-band:link,
.btn-band:visited {
    float: right;
    width: 150px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffffff;
    border: solid 1px #f0f0f0;
    padding: 15px;
    text-align: center;
}

.btn-band>span {
    display: block;
    margin-top: 10px;
}

#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(https://www.manageengine.com/network-monitoring/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
}

.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: #000
}

.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
}

.cLogoau {
    background: url(https://www.manageengine.com/network-monitoring/images/opm-custumers-au-logo.png) no-repeat left top;
    display: inline-block;
    text-indent: -9999em;
    width: 100px;
    height: 60px;
    width: 120px;
    height: 85px;
    background-size: 500px;
}

.glo-trainingad-strip {
    background: #faf9f8 !important;
}

.demo-icon {
    right: 0px !important;
    top: -15px !important;
}

.demo-strip p {
    display: inline-block;
    width: 82% !important;
    font-size: 14px;
}

#adRhsLnk a:nth-child(1):after {
    content: "Visit our online store.";
}

#adRhsLnk a:nth-child(2):after {
    content: "Get a personalized price quote.";
    width: 130px;
}

#form-alert,
#dwn-form-alert {
    border-radius: 5px;
}

#form-alert:before,
#dwn-form-alert:before {
    position: absolute;
    left: 45%;
    top: -8px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #E9142B;
    content: '';
    border-left: 8px solid transparent;
}

.cl-breach {
    background-size: 500px;
    background-position: -1px -7px;
    width: 120px;
}

.cl-joondalup {
    background-position: -122px -6px;
    width: 130px;
}

.cl-finrea {
    background-position: -248px -6px;
    width: 120px;
}

.cl-royal {
    background-position: -372px -9px;
    width: 125px;
}

.cl-pmfresh {
    background-position: -4px -95px;
    position: relative;
    top: 15px;
}

.cl-thorn {
    background-position: -123px -80px;
}

.cl-turks {
    background-position: -246px -80px;
}

.cl-njrnda {
    background-position: -371px -80px;
}

#wnList {
    position: relative;
    min-height: 330px;
    list-style-type: none
}

#wnList>li {
    padding-bottom: 20px
}

#wnList>li>span {
    cursor: pointer !important
}

#wnList>li .fadeCont {
    display: none
}

#wnList>li:first-child .fadeCont {
    display: block
}

#wnList>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(https://www.manageengine.com/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
}

.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(https://www.manageengine.com/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.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
}

/*Slider modified css*/
#opmVidLhs {
    padding: 2.2% 1%
}

#opmVidRhs {
    overflow-x: hidden
}

#opmVidNav {
    position: relative;
    top: -5px;
    text-align: right
}

#video_lists,
#opmVidRhs ul {
    display: flex
}

#opmVidRhs ul {
    position: relative
}

#opmVidRhs ul li {
    padding: 0 3.65%;
    display: block;
    transition: all ease 500ms
}

#opmVidRhs ul span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%
}

#opmVidNav span:hover {
    background-color: #ccc
}

/*Slider modified css*/

.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
}

.c-vid10 {
    background-position: -190px -755px
}

.c-vid12 {
    background-position: -383px -755px
}

.c-vid11 {
    background-position: 0 -755px
}

.opmPlusPerSpr {
    display: inline-block;
    width: 81px;
    height: 57px;
    position: relative;
    left: 0px;
    float: left
}

.spmIcn1 {
    background-position: -96px -689px
}

.spmIcn2 {
    background-position: -180px -689px
}

.spmIcn3 {
    background-position: -278px -689px
}

.spmIcn4 {
    background-position: -371px -689px
}

.spmIcn5 {
    background-position: -464px -689px
}

.spmIcn6 {
    background-position: 0 -689px
}

/********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(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -8px 0;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.deploy {
    background: url(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -58px 0;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.trouble {
    background: url(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -108px 0;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.alarm {
    background: url(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -158px 0;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0
}

.roi {
    background: url(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -208px 0;
    width: 85px;
    height: 85px;
    margin: -25px 10px 0 0
}

.itthumb {
    background: url(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -8px -50px;
    height: 20px;
    margin: 0 10px 0 0
}

.deploythumb {
    background: url(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -36px -48px;
    width: 5px;
    height: 20px;
    margin: 0 10px 0 0
}

.troublethumb {
    background: url(https://www.manageengine.com/network-monitoring/images/roi-sprite.png);
    background-position: -78px -49px;
    width: 5px;
    height: 20px;
    margin: 0 10px 0 0
}

.alarmthumb {
    background: url(https://www.manageengine.com/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('https://www.manageengine.com/network-monitoring/images/v1/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>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('https://www.manageengine.com/network-monitoring/images/me-sprite-new.png') no-repeat scroll 0px 0px transparent;
    width: 21px;
    height: 20px;
    background-position: 0px 0px;
    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>li:first-child {
    border-left: medium none;
}

.vendorList1>li {
    border-left: 1px solid #E2DEDE;
    float: left;
    width: 166px;
    list-style: none !important;
}

.vendorList1>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>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>li.hostServer h3 a {
    display: inline-block;
}

.free-training-ad {
    display: block !important
}

.opmdemogroups {
    background-image: url("https://www.manageengine.com/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>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>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
}

.dwn-menu {
    display: block
}

.dwn-menu>span {
    margin: 0 0 0 1px;
    padding: 8px 0;
    width: 24.8%;
    position: relative;
    float: left;
    background: #C4C8CC;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    display: inline-block
}

.dwn-menu>span:first-child {
    margin: 0;
}

.dwn-menu>span a {
    display: block;
    color: #000
}

.dwn-menu>span.act {
    background: #f1f1f1
}

.dwn-cont-div {
    padding: 40px
}

[data-dirshow] {
    display: none;
    text-align: center
}

[data-dirshow].dirshow {
    display: block
}

.percent {
    margin: 0 auto;
    width: 60%
}

.other-option-head span {
    padding: 5px 20px;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    display: inline-block
}

.other-option-head span.act {
    background: #fff
}

.other-option {
    background: #fff;
    padding: 20px 2%
}

.other-option-cont {
    display: none
}

.other-option-cont .otr-dwn-cont li {
    font-size: 14px
}


/** dubai landing page **/

.cus-logo {
    background: url(https://www.manageengine.com/network-monitoring/images/awards-logo.png) no-repeat left top;
    display: inline-block;
}

.cus-logo-ict {
    background-position: -77px -44px;
    width: 205px;
    height: 45px;
}

.cus-logo-dh {
    background-position: -331px 0px;
    width: 208px;
    height: 115px;
}

.cus-logo-sm {
    background-position: -600px -30px;
    width: 250px;
    height: 75px;
}

.cus-logo-doeak {
    background-position: -15px -171px;
    width: 200px;
    height: 170px;
}

.cus-logo-zh {
    background-position: -306px -198px;
    width: 220px;
    height: 150px;
}

.cus-logo-imd {
    background-position: -602px -198px;
    width: 240px;
    height: 150px;
}

.cus-logo-stc {
    background-position: -5px -426px;
    width: 265px;
    height: 120px;
}

.cus-logo-du {
    background-position: -297px -459px;
    width: 290px;
    height: 60px;
}

.cus-logo-msr {
    background-position: -635px -458px;
    width: 200px;
    height: 80px;
}

.cus-logo-edch {
    background-position: -53px -612px;
    width: 110px;
    height: 135px;
}

.cus-logo-nas {
    background-position: -391px -653px;
    width: 85px;
    height: 75px;
}

.cus-logo-al {
    background-position: -651px -631px;
    width: 165px;
    height: 110px;
}

#cus-logo ul {
    text-align: center;
}

#cus-logo ul li {
    float: none;
    width: auto;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

/** dubai landing pageend **/

/*** NEW ***/

#lhsTree {
    max-width: 100%;
}

#lhsTree>li {
    background: #f1eddf;
}

#lhsTree>li>ul {
    background: #fff;
}

#lhsTree>li>ul li a {
    border: none;
    padding: 14px 10px 14px 34px;
}

#lhsTree>li>span.dropact:after {
    content: '-';
    border: none;
    right: 15px !important;
    font-size: 20px;
    line-height: 4px;
    left: initial
}

#lhsTree>li>span:after {
    content: '+';
    border: none;
    right: 15px !important;
    font-size: 20px;
    line-height: 8px;
    left: initial
}

#lhsTree>li>ul>li:first-child {
    padding-top: 10px
}

#lhsTree>li>ul>li:last-child {
    padding-bottom: 10px
}

.left-tree {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box
}

/*.lhs-tree{width: 21%;}*/
.rhs-cont {
    width: 61%;
    border: none;
    padding: 30px 0 40px 3.5%;
}

/* Right Fixed Bar */
#adRhsLnk {
    position: fixed;
    right: 0;
    top: 300px;
    border: 1px solid #ddd;
    background: #efefef;
    display: none
}

#adRhsLnk.adRhsFix {
    position: fixed;
    top: 96px
}

#adRhsLnk a {
    text-decoration: none;
    color: #888 !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 5px;
    font-size: 13px
}

.adRhsIcon {
    width: 52px;
    height: 52px;
    background: url(https://www.manageengine.com/products/applications_manager/images/apm-rhs-sprite.png) no-repeat 0 0;
    display: block;
    margin: 0 auto
}

.adRhsIcon.qte {
    background-position: -69px 0
}

.adRhsIcon.prc {
    background-position: -69px -65px
}

#adRhsLnk a:hover {
    color: #000
}

#adRhsLnk a:hover .adRhsIcon.qte {
    background-position: -1px 0
}

#adRhsLnk a:hover .adRhsIcon.prc {
    background-position: -1px -65px
}

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[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 {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* 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) {
    .btmBar {
        display: block !important;
    }

    .btmBar .desktop {
        display: none;
    }

    .btmBar .mobile {
        display: block;
    }

    #btmBar ul li {
        width: 32%
    }

    .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>a span {
        margin-bottom: 20px
    }

    .opmPlusSlider .section {
        width: 96% !important
    }

    .opmPlusSliderContainer>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>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;
}

.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
}

@media screen and (max-width: 855px) {

    #downloadReset,
    #downloadSubmit {
        font-size: 13px !important
    }
}

@media screen and (max-width: 999px) {
    .rhs-cont {
        width: 64%
    }

    .lhs-tree {
        width: 32%
    }
}

@media screen and (max-width: 1025px) {
    .heading-menu {
        margin-top: 28px !important;
    }

    .heading-menu h2 {
        margin: 10px 0 !important;
    }
}

@media screen and (max-width: 760px) {
    p.dwnConfirmTxt {
        display: block
    }

    #survey,
    #adRhsLnkNm {
        display: none !important
    }

    .formcontent {
        width: 100% !important;
        max-width: 98%;
        margin: 0 auto
    }

    .dwnCont,
    .mobile-view-hide,
    #VideosAndLogos,
    .opmRelPrd,
    .btmBar,
    #btmscroll {
        display: none
    }

    .dwn-menu>span {
        font-size: 14px;
        width: 23.8% !important
    }

    .unsetColor {
        font-size: 15px;
        line-height: 20px
    }

    #scshtPrev,
    #scshtNext {
        padding: 2px 10px !important;
        font-size: 22px !important
    }

    .noteboxMobileView {
        float: none;
        width: 300px !important;
        margin: 0 auto !important
    }
}

@media screen and (max-width: 599px) {
    .four-steps {
        display: none
    }

    p.bdb {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 95%;
        display: inherit
    }
}

@media screen and (max-width: 499px) {
    .dwn-menu>span {
        font-size: 11px
    }

    .formcontent td {
        font-size: 12px;
        font-weight: bold
    }

    .form-sec {
        padding: 10px 0 2px 10px !important
    }

    .form-sec input[type="submit"],
    .form-sec input[type="reset"] {
        padding: 10px 17px !important;
        font-size: 10px !important
    }

    .cta-btn {
        margin-right: 10px !important
    }

    .heading-menu .menuhead {
        font-size: 18px
    }

    .overflowTxt {
        overflow-x: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 95%;
        display: inherit
    }

    .notebox {
        float: none !important
    }

    .rhs-cont ul li {
        padding-left: 0 !important
    }

    .rhs-cont ul,
    .rhs-cont ol {
        padding: 10px 0 10px 18px
    }
}


/* Awards & Honors */
#AwardsHonors ul {
    margin: 0;
    padding: 15px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#AwardsHonors ul li span {
    font-size: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

#AwardsHonors ul li a {
    display: inline-block;
    color: #000;
    height: 100%;
}

#AwardsHonors ul li a:hover {
    color: #138cd6;
}

#AwardsHonors ul li span {
    display: block;
}

#AwardsHonors ul li span img {
    max-height: 120px;
}

#AwardsHonors ul li span.div-awards-ct {
    padding: 30px 15px;
    min-height: 90px;
}

.div-awards-img {
    min-height: 135px;
    border-bottom: solid 1px #cacaca;
    padding: 10px 0;
}


#AwardsHonors ul li {
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    width: 30%;
    background: #fff;
    min-height: 336px;
}

.sec-pTB.bg-l-grey.bg-white-media.rowpding *,
.sec-pTB.bg-l-grey.bg-white-media.rowpding *::before,
.sec-pTB.bg-l-grey.bg-white-media.rowpding *::after {
    -webkit-box-sizing: initial;
    box-sizing: initial;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    right: 10px;
    width: unset !important;
    position: absolute;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    background: #ccc;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #74b223;
}

.swiper-slide {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    padding: 32px 0;
}


div#AwardsHonors .btn a {
    background: #333;
    color: #fff;
    padding: 6px 25px;
    transition: all 0.5s ease;
    margin: 40px 0px 10px;
    display: inline-block;
}

div#AwardsHonors .btn a:hover {
    background: #5f5d5d;
}

div#AwardsHonors {
    max-width: 1000px
}

div#AwardsHonors .swiper-slide.swiper-slide-active {
    width: 1000px !important;
}

@media only screen and (max-width: 520px) {
    #AwardsHonors {
        width: 100%;
    }

    #AwardsHonors ul li {
        width: 100%;
    }
}

/* Footer section */
.mef_list_items_wrapper {
    margin-bottom: 32px;
}

.mef_social_container {
    padding: 0;
}

.more-cta svg,
.more-cta span {
    vertical-align: middle;
}

.mef_foot_cols .mef_list_items li a {
    font-size: 14px;
    margin: 0 0 14px;
}

.mef_foot_cols a {
    color: #9c9c9c;
}

.mef_foot_cols .mef_foot_title,
.mef_social_title {
    margin: 0 0 12px;
}

.mef_foot_cols .promo_imgs {
    max-width: 240px;
}

@media only screen and (max-width: 1200px) {
    .mef_promo_banners .mef_foot_cols:nth-child(1) {
        display: block;
    }
}

@media only screen and (min-width: 750px) and (max-width: 991.98px) {
    .mef_promo_banners .mef_foot_cols {
        flex: 0 0 auto;
        width: calc(50% - 30px);
    }
}

@media only screen and (max-width: 750px) {
    .mef_promo_banners .mef_foot_cols:nth-child(1) {
        flex: auto;
        margin: 0;
    }

    .mef_social_container {
        padding: 20px 0;
    }

    .mef_promo_banners .mef_foot_cols:nth-child(4) {
        order: 1;
        flex-direction: row;
        display: flex;
        gap: 0 24px;
        flex-wrap: wrap;
    }

    .mef_promo_banners .mef_foot_cols:nth-child(1) {
        order: 2;
    }

    .mef_promo_banners .mef_foot_cols:nth-child(2) {
        order: 3;
    }

    .mef_promo_banners .mef_foot_cols:nth-child(3) {
        order: 4;
    }

    .mef_list_items_wrapper {
        margin: 16px 0;
    }

    .mef_foot_cols .mef_foot_title {
        padding: 16px 0;
    }
}

.promotion-top-banner {
    padding: 12px 60px 12px 8px;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    background: #fff5d6;
    z-index: 99;
    position: sticky;
    top: 48px;
    display: none
}

@media screen and (max-width: 1025px) {
    .promotion-top-banner {
        top: 88px
    }
}

.promotion-top-banner strong {
    font-weight: 500
}

.promotion-top-banner a.btn-text {
    color: #006deb;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 15px;
    margin-left: 8px;
    padding-right: 14px
}

.promotion-top-banner a.btn-text::before {
    content: "";
    right: 0;
    position: absolute;
    width: 1.5px;
    height: 8px;
    background-color: #006deb;
    border-radius: 2px;
    right: 4px;
    top: 2.75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.promotion-top-banner a.btn-text::after {
    content: "";
    right: 0;
    position: absolute;
    width: 1.5px;
    height: 8px;
    background-color: #006deb;
    border-radius: 2px;
    right: 4px;
    top: 7.75px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promotion-top-banner .promotion-close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.promotion-top-banner .promotion-close-btn::before {
    content: "";
    width: 1.5px;
    height: 16px;
    top: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promotion-top-banner .promotion-close-btn::after {
    content: "";
    width: 1.5px;
    height: 16px;
    top: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/* --- Modal z-index issue fix --- */
.pop-box {
    z-index: 100000;
}

.pop-container {
    z-index: 100005 !important;
}

/* https://www.manageengine.com/network-monitoring/style/prd-new-style-help.css */

/* @import url("https://www.manageengine.com/css/fonts.css"); */
.new-container {
    max-width: 1200px;
    display: flex;
}

#hdtb {
    width: 90%;
    margin: 0px auto;
    height: 85px;
}

#hdtsrcb {
    width: 100%;
    height: 86px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    position: fixed;
}

#hdtsrcb #tisr {
    width: 90%;
    margin: 0px auto;
}

#tisr .hti {
    font-size: 26px;
    font-weight: normal;
    color: #444444;
    line-height: 86px;
}

#tisr .htscr {
    line-height: 86px;
    height: 86px;
}

.src-input {
    width: 203px;
    height: 25px;
    border: 1px solid #d9d9d9;
}

input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    background: #666666 url(https://www.manageengine.com/network-monitoring/images/search-icon.gif) no-repeat 15px 6px;
    border: 2px solid #999;
    filter: none;
    margin-top: 1px;
    color: #fff;
    padding: 4px 20px;
}

#cse-search-results iframe .gsc-url-bottom {
    display: none
}

#cse-search-results iframe {
    height: 1000px
}

.hdtmenu {
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.hdtmenu a {
    color: #707070;
    font-size: 11px;
    margin-left: 30px;
    text-decoration: none;
}

.hdtmenu a:hover {
    text-decoration: underline;
}

.hdmm a {
    color: #000;
    font-size: 15px;
    margin-left: 40px;
    text-decoration: none;
}

.hdmm a:hover {
    text-decoration: underline;
}

.hdmm a.cur {
    font-weight: bold;
}

#hdcnt {
    width: 90%;
    margin: 0px auto;
}

.cntlt {
    width: 280px;
    height: 500px;
    padding: 25px 0px 0px 20px;
    border-right: 1px solid #ddd;
}

.cntrt {
    padding: 25px 0px 0px 28px;
    height: 100px;
}

.hdltmenus {}

.hdltmenus ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.hdltmenus ul li {
    padding: 0px 0px 0px 23px;
    margin: 0px;
    list-style: none;
    line-height: 25px;
    font-size: 13px;
}

.hdltmenus ul li a {
    text-decoration: none;
    color: #222222;
}

.hdltmenus ul li a.feaact {
    text-decoration: none;
    color: #7bbb2a;
}

.hdltmenus ul.ltsm li {
    padding: 0px 0px 0px 18px;
}

.hdltmenus ul li.icon_plus {
    background: url(https://www.manageengine.com/network-monitoring/images/icon_plus.gif) no-repeat 0px 13px;
    font-weight: bold;
}

.hdltmenus ul li.icon_minus {
    background: url(https://www.manageengine.com/network-monitoring/images/icon_minus.gif) no-repeat 0px 13px;
    font-weight: bold;
}

.hdltmenus ul li.icon_book_open {
    background: url(https://www.manageengine.com/network-monitoring/images/icon_book_open.gif) no-repeat 2px 7px;
    font-weight: normal;
}

.hdltmenus ul li.icon_book_open a.cur {
    color: #105289;
}

#hdfoot {
    height: 40px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    bottom: 0px;
    width: 100%;
}

.ftcnt {
    width: 85%;
    margin: 0px auto;
}

.mr10 {
    margin-right: 10px;
}

#MEmobPanel a {
    padding: 0
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.gr999 {
    color: #999999;
}

.gr4e4c5f {
    color: #4e4c5f;
}

#bcs-verticals-div {
    display: none
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.ml20 {
    margin-left: 20px;
}

.ht50 {
    height: 50px;
}

.divhelptxt a {
    color: #61aa6a !important;
    text-decoration: none
}

.cntrt h2 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.cntrt p {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.cntrt p {
    padding: 0 0 15px;
}

.bc {
    margin: 0 auto;
    height: 30px;
}

.bc a {
    background: url("https://www.manageengine.com/network-monitoring/images/bca.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #000000;
    float: left;
    margin-right: 15px;
    padding: 0;
    padding-right: 25px;
    text-decoration: none;
    font-size: 11px;
}

.bc span {
    color: #888E9A;
    font-size: 11px;
}

.bredgrm {
    display: block;
    margin: 0px 0px 30px 0px;
    font-size: 17px;
    color: #999;
}

.bredgrm span a {
    text-decoration: none;
    color: #999;
    font-size: 13px;
}

.bredgrm span a:hover {
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nb {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.mainmenu,
.submenu,
.innersubmenu {
    display: none;
}

.lefttreediv {
    float: left;
    padding: 25px 0 0 0px;
    width: 280px;
    display: table;
    height: 800px;
}

.contentdiv {
    float: left;
    padding: 25px 0 50px 20px;
    border-left: 1px solid #ddd;
    width: 75%;
    min-height: 800px;
}

.nb {
    font-weight: bold;
}

.clear {
    clear: left;
}

#hdcnt>div {
    font-size: 14px;
}

#bctexthere {
    color: #888e9a;
    font-size: 13px;
}

.contentdiv h1 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-top: 0;
    color: #000;
}

.contentdiv .Sub-topic-1,
.contentdiv h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
    padding-top: 0;
    color: #333;
}

.contentdiv h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    padding-top: 0;
    color: #333;
}

.contentdiv p {
    color: #222;
    font-size: 13px;
    line-height: 25px;
}

.contentdiv a {
    color: #0000ff;
    font-size: 13px;
    line-height: 25px;
    text-decoration: none;
}

.contentdiv a:hover {
    text-decoration: underline;
}

.contentdiv img.icon {
    border: none;
}

.contentdiv img {
    border: 1px solid #333;
}

.contentdiv .note h3 {
    margin-top: 0px;
    background: url(../adminguide/note.jpg) no-repeat;
    width: 29x;
    height: 29px;
    line-height: 28px;
    padding-left: 35px;
}

.contentdiv .note {
    color: #222;
    font-size: 13px;
    line-height: 25px;
    background-color: #fffdf1;
    padding: 10px;
    border: 1px solid #ddd;
}

.contentdiv .code {
    color: #222;
    font-size: 13px;
    line-height: 25px;
    background-color: #f7f7f7;
    padding: 10px;
    border: 1px solid #ddd;
    white-space: pre;
}

.contentdiv .tips h3 {
    margin-top: 0px;
}

.contentdiv .tips {
    color: #222;
    font-size: 13px;
    line-height: 25px;
    background-color: #fbfaf9;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ebecee;
}

.contentdiv>ul {
    font-size: 13px;
    line-height: 30px;
    list-style: none outside none;
    padding-left: 10px;
    margin-left: 30px;
    list-style-type: disc;
}

.contentdiv ol {
    line-height: 40px;
    padding-left: 30px;
}

.Sub-topic-1 {
    font-size: 18px;
}

.container .fixed {
    background: none repeat scroll 0 0 #f5f5f5;
    display: block;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #dddddd;
}

.sticky-header {
    display: none;
}

.container .fixed {
    display: block;
}

.miniheader {
    margin: 0 auto;
    width: 1180px;
}

table.editionTable {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 20px auto
}

table.editionTable thead tr th {
    padding: 0.6em;
    background-color: #ECEDEE;
    text-align: center;
    font-size: 18px;
    border: 1px solid #E5E5E5
}

table.editionTable tbody tr td:first-child {
    background-color: #f8f8f8;
    text-align: left
}

table.editionTable td {
    vertical-align: middle;
    padding: 0.6em;
    width: 24%;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    text-align: center
}

table.editionTable td:first-child {
    width: 27%
}

table.editionTable tfoot td {
    font-weight: bold;
    text-align: center;
    background-color: #ECEDEE
}

table.editionTable tfoot td:first-child {
    text-align: left
}

.ticked {
    font-size: 16px !important;
    color: #7eac2d;
    text-align: center
}

table.editionTable ul,
table.editionTable ul li ul {
    padding: 10px 0 10px 30px;
    list-style-type: disc;
    line-height: 20px;
}

.pg-head,
.head {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 30px;
    color: #333;
    letter-spacing: -1px;
}

.notebox {
    background: #F8F8F8;
    border: 1px solid #ddd;
    padding: 2%;
    margin: 40px 0 0 0;
}

.rhs-cont .h3,
.rhs-cont h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 20px;
}

.workflow-diagram {
    margin-bottom: 10px;
}

h3.sub {
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    font-size: 18px;
}

#lhsTree>li>ul.icon_plus {
    display: block
}

.rhs-cont ul {
    padding: 10px 0 10px 30px;
    list-style-type: disc;
}

.rhs-cont ul li {
    padding: 5px 0 3px 0px;
    list-style-type: disc;
}

.rhs-cont ol {
    padding: 10px 0 10px 30px;
    list-style-type: decimal;
}

.rhs-cont ol li {
    padding: 5px 0 3px 0px;
    list-style-type: decimal;
}

#lhsTree>li>span,
#lhsTree>li>a {
    padding: 12px 0 12px 12px
}

#lhsTree>li>ul li a {
    padding: 10px
}

#lhsTree {
    max-width: inherit
}

/* Help style for network-monitoring begin */
.srch-div {
    background: #e6e5e5;
    padding: 10px 31px;
    float: left;
    width: 100%;
}

.srch-div input {
    width: 85%;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    padding: 10px 10px;
    font-size: 15px;
    color: #333;
}

.rel-b10 {
    position: relative;
    bottom: -3px;
}

.navul {
    height: 40px;
    border-top-right-radius: 5px;
}

.navul li {
    float: left;
    padding: 5px 2px;
    line-height: 30px;
}

.navul li:first-child {
    padding-left: 15px;
}

.navul li:last-child {
    padding-right: 15px;
}

.navul li a {
    color: #fff;
    background: #4db55a;
    padding: 5px 9px;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
}

.tbl-brdr {
    border: solid 1px #000;
}

.tbl-br {
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
}

.tbl-b {
    border-bottom: solid 1px #000;
}

.tbl-brdr tr td {
    padding: 5px 10px;
}

.divhelptxt {
    float: left;
    border-left: 1px solid #bbb;
    margin-left: 15px;
    padding-left: 15px;
    margin-top: 8px;
    line-height: 30px;
    vertical-align: middle;
    color: #61aa6a;
    font-size: 25px;
}

.helpTree .icon_plus>a:before {
    content: '';
    display: block;
    height: 20px;
    width: 25px;
    background: url(https://www.manageengine.com/network-monitoring/images/folder-plus.png) center no-repeat !important;
    position: absolute;
    left: 5px;
    top: 7px;
    transform: scale(.7);
}

.helpTree .icon_minus>a:before {
    content: '';
    display: block;
    height: 20px;
    width: 25px;
    background: url(https://www.manageengine.com/network-monitoring/images/folder-minus.png) center no-repeat !important;
    position: absolute;
    left: 5px;
    top: 7px;
    transform: scale(.7);
}

.helpTree {
    background: #fff;
    margin-top: 35px !important;
    padding: 0 !important;
}

.helpTree li {
    background: #fff !important;
    border: 0 !important;
}

.helpTree ul.heading,
.helpTree ul.submenu {
    padding: 0 0 0 30px !important
}

.helpTree ul li:not(.heading) {
    list-style-type: disc;
    padding: 0;
    line-height: 16px;
}

.helpTree li.heading .li.heading {
    padding-left: 0 !important
}

.helpTree li.heading li.heading>a:before {
    left: -20px
}

.helpTree li:not(.heading)>a {
    padding-left: 0 !important
}

.helpTree li.active>a {
    color: #50a3c5 !important
}

.helpTree li.heading .mainmenu>.heading>a:before {
    left: 0
}

.helpTree>li.heading>ul.heading>li.heading {
    padding-left: 0 !important
}

/*help tree active */
.lhs-tree {
    overflow: visible
}

.helpTree li {
    position: relative
}

.helpTree li a {
    font-weight: normal;
    color: #000 !important;
}

.helpTree>li>ul li a {
    font-size: 13px !important
}

.helpTree>li>ul>li:first-child {
    padding-top: 3px !important;
}

.helpTree>li>ul>li:first-child a {
    padding-top: 3px !important;
}

.helpTree>li>ul>li:first-child>a.submenu-trigger:before {
    top: 3px
}

.helpTree li>a {
    float: none;
    display: inline-block
}

.helpTree ul li {
    border-bottom: solid 1px #eee !important;
}

.helpTree ul li:last-child {
    border-bottom: 0 !important;
}


.helpTree ul li:first-child:before {
    top: 3px
}

.helpTree ul ul li.active:before {
    top: 14px;
    left: -6px
}

.rhs-cont {
    border-left: solid 1px #ddd;
}

#bcs-results-div {
    position: fixed !important;
    overflow: scroll;
    width: auto;
    display: block;
    z-index: 999999;
    background: #fff !important;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    margin-top: -7px;
    min-height: calc(100vh - 140px);
    height: calc(100vh - 130px);
    width: 100%
}

#bcs-results-div:before {
    content: 'CLOSE';
    display: block;
    position: fixed;
    right: 10px;
    font-size: 12px;
    background: #fff;
    padding: 7px 10px;
    cursor: pointer;
    margin-top: -45px;
}

@media screen and (max-width: 768px) {
    .rhs-cont {
        border-left: none;
    }
}

@media screen and (max-width: 600px) {
    .divhelptxt {
        display: none;
    }
}

@media screen and (max-width: 1180px) {
    .srch-div input {
        width: 60% !important;
    }

    .bcs-host-div {
        width: 70% !important;
    }
}

@media screen and (max-width: 500px) {
    .srch-div input {
        width: 66% !important;
    }

    #lblHelp {
        display: none;
    }
}

#MEdropPanels {
    background: #333
}

#MEdropPanels .links h3,
#MEmobListCompany h3 {
    color: #fff;
    padding: 2px 10px !important
}

#MEdropPanels>ul>li>ul {
    overflow: scroll
}

#MEdropPanels {
    overflow: scroll;
    overflow-x: hidden
}

#MEmobPanel a,
#MEmobPanel span {
    color: #fffcfc;
    cursor: pointer;
    display: block;
}

#MEmobPanel ul li {
    border: 1px solid;
}

#MEmobListPrd li {
    margin: 0;
    font-size: 1em;
}

li.breadcrumbs {
    width: 100%;
    z-index: 99;
}

#MEmobPanel ul li {
    border: 1px solid;
}

#MEmobPanel ul li ul li span {
    padding-left: 30px;
}

.breadcrumbs {
    background: #2A2A2A;
}

.c-ripple,
.search-btn:before,
li.breadcrumbs {
    top: 0;
    position: relative;
}

#MEmobPanel .breadcrumbs span {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    padding: 10px !important;
}

.breadcrumbs span:after {
    content: '-';
    border: none;
    font-size: 37px;
    line-height: 4px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 25px;
}

.promotion-top-banner {
    padding: 12px 60px 12px 8px;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    background: #fff5d6;
    z-index: 10;
    top: auto;
    position: relative;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.promotion-top-banner strong {
    font-weight: 500
}

.promotion-top-banner a.btn-text {
    color: #006deb;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    line-height: 1.2;
    font-size: 15px;
    margin-left: 8px;
    padding-right: 14px
}

.promotion-top-banner a.btn-text::before {
    content: "";
    right: 0;
    position: absolute;
    width: 1.5px;
    height: 8px;
    background-color: #006deb;
    border-radius: 2px;
    right: 4px;
    top: 2.75px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.promotion-top-banner a.btn-text::after {
    content: "";
    right: 0;
    position: absolute;
    width: 1.5px;
    height: 8px;
    background-color: #006deb;
    border-radius: 2px;
    right: 4px;
    top: 7.75px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promotion-top-banner .promotion-close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

.promotion-top-banner .promotion-close-btn::before {
    content: "";
    width: 1.5px;
    height: 16px;
    top: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promotion-top-banner .promotion-close-btn::after {
    content: "";
    width: 1.5px;
    height: 16px;
    top: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 1025px) {
    header:not(.abheader) #header-mainsec {
        top: 40px;
        position: fixed;
    }
    header:not(.abheader) #header-mainsec .headerinner {
        position: relative;
        top: 0;
    }

    #scroll {
        margin-top: 64px;
    }

    .promotion-top-banner {
        position: relative;
        top: 84px;
    }

    .headerinner.fixed .prdLogo img {
        bottom: 5px !important;
    }
}

@media screen and (max-width: 425.98px) {
    .navul #demo {
        padding-left: 0;
    }

    .navul #quote {
        padding-right: 0;
    }
}