body {
    font-size: 14px;
    font-family: 'Open sans', sans-serif;
}
.heading-menu {
    display: none
}
.pageLhs {
    width: 100%;
    display: inline-block;
}
.pageRhs {
    width: 25%;
    margin-left: 4%;
    display: inline-block;
    position: sticky;
    top: 120px;
    vertical-align: top;    display: none;
}
.title h1 {
    font-size: 38px;
}
.title p {
    font-size: 15px;
    line-height: 28px;
    color: #626262;
}
.selectorsContainer {
    margin: 30px 0;
}
.selectorBox {
    width: 33%;
    display: inline-block;
    position: relative;
}
.selectorBox::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 30px;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: url(http://www.manageengine.com/fr/sites/meweb/images/fr/exchange-reports/images/exchange-event-id-list-icon-sprite.png) no-repeat;
    background-size: 90px;
    background-position: 0 0;
    z-index: 1;
}
.eventId.selectorBox::before {
    background-position: 0 0;
}
.auditCat.selectorBox::before {
    background-position: -30px 2px;
}
.selectorBox:first-of-type {
    margin-right: 60px;
    position: relative;
}
.selectorBox:first-of-type::after {
    content: "";
    height: 122%;
    width: 1px;
    background: #e5e5e5;
    position: absolute;
    right: -35px;
    top: -10%;
}
.selectorBox h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.selectorBox .inputBox {
    border: 1px solid #dcdcdc;
    background: #fafafa;
    width: 100%;
    position: relative;
}
.selectorBox input,
.selectorBox select {
    border: 0;
    background: transparent;
    width: 100%;
    padding: 15px;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    position: relative;
    z-index: 2;
}
.selectorBox select {
    height: 55px;
    border-radius: 0px;
    color: rgba(0, 0, 0, .5);
    padding: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    width: 100%;
    cursor: pointer;
}
.tableList {
    border-collapse: separate;
    width: 100%;
    position: relative;
}
.tableTitle div,
.tableRow div {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tableRow {
    position: relative;
}
.sl {
    width: 12%;
    padding: 15px;
    border-right: 1px solid #eeeeee;
    vertical-align: text-top;
}
.tableRow .sl {
    text-align: center;
}
.id {
    width: 15%;
    padding-left: 25px;
    padding: 15px 10px 15px 25px;
    border-right: 1px solid #eeeeee;
    vertical-align: top;
}
.tableRow .id {
    font-weight: 600;
    font-size: 16px;
}
.description {
    width: 75%;
    padding: 15px 50px 15px 30px;
}
.tableTitle {
    background: #1084c5;
    color: #fff;
    border: 1px solid #eeeeee;
}
.tableTitle td {
    padding-bottom: 10px;
}
.tableRow {
    border: 1px solid #eeeeee;
    border-top: none;
}
.tableRow .description {
    position: relative;
}
.tableRow:nth-of-type(even) {
    background: #f8f8f8
}
.tableRow:nth-of-type(odd) {
    background: #fbfbfb
}
.tableTitle .description {
    text-align: center;
    width: 77%;
}
/*    .tableRow a{position: absolute; height: 100%; width: 100%; left: 0; top: 0; text-decoration: none;}*/
.tableRow a::after {
    content: "";
    position: absolute;
    right: 10px;
    z-index: 11;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: url(http://www.manageengine.com/fr/sites/meweb/images/fr/exchange-reports/images/windows-security-log-library-icon-sprite.png) no-repeat;
    background-size: 90px;
    background-position: -64px 2px;
    transition: .3s;
    opacity: 0;
}
.tableRow a:hover::after {
    opacity: 1;
    transition: .3s;
}
body {
    counter-reset: num-count;
}
.tableRow .sl::before {
    counter-increment: num-count;
    content: counter(num-count)".";
}
.rhsMenuList {
    border: 1px solid #edf0f2;
    position: relative;
    background: #fff;
    width: 120%;
}
.rhsMenuList h3 {
    background: #486279;
    font-size: 15px;
    margin: 0;
    padding: 20px;
    color: #fff;
}
#scroll .rhsMenuList ul {
    list-style-type: none;
    padding: 0 24px 20px 24px;
}
#scroll .rhsMenuList ul li {
    padding: 10px 0;
    border-bottom: 1px solid #edf0f2;
    transition: .3s;
}
#scroll .rhsMenuList ul li:hover {
    padding-left: 5px;
    transition: .3s;
}
#scroll .rhsMenuList ul li a {
    color: #0879b8;
    text-decoration: none;
    font-size: 13px;
}
#scroll .rhsMenuList ul li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
span#backToTop {
    display: initial !important;
}
.adapcstmrtmpftrbg,
#allFea {
    display: none
}
.nav .selecteddiv a,
.nav .selecteddivnew a {
    color: #333;
}
.tableRow a::after {
    content: "";
    position: absolute;
    right: 10px;
    z-index: 11;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    background: url(http://www.manageengine.com/fr/sites/meweb/images/fr/exchange-reports/images/exchange-event-id-list-icon-sprite.png) no-repeat;
    background-size: 90px;
    background-position: -64px 2px;
    transition: .3s;
    opacity: 0;
}
.tableRow a {
    position: relative;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-decoration: none;display: none;
}
/*Form*/
li {
    list-style-type: none;
}
.download-desc {
    display: none;
    font-family: 'Roboto', sans-serif;
}
.download-desc>div {
    font-size: 15px !important;
    line-height: 24px;
    display: block !important;
    background-color: #fff;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c7d2d5;
    width: 100%;
}
.download-desc h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.top-2-form-inn h2 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 20px;
}
.top-2-form-inn form ul {
    padding-left: 0 !important;
    margin: 0;
}
.contentRgt ul {
    margin: 25px 0 0 0;
    padding: 0;
}
.top-2-form-inn form ul li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.pageRhs ul li {
    font-size: 13px;
    list-style: none;
    padding: 0 0 15px;
}
.top-2-form-inn form ul li:first-child::before {
    content: "";
    background-image: url(https://www.manageengine.com/office365-management-reporting/powershell/images/o365-powershell-sprite.png);
    background-size: 150px 60px;
    display: inline-block;
    vertical-align: middle;
    background-position: -4px -27px;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 6px;
    left: 0;
    margin-top: 7px;
    margin-left: 15px;
}
#downloadSubmit {
    background: #eb3c00;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
    font-weight: 500;
    padding: 12px 0;
    margin-top: 15px;
    width: 100%;
}
div#formCTAgdpr {
    line-height: 17px;
}
.top-2-form-inn form ul li input {
    width: 100%;
    line-height: 20px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    background: #fbfbfb;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    outline: none;
    padding-left: 46px;
}
.top-2-form-inn form ul li:nth-child(2)::before {
    content: "";
    background-image: url(https://www.manageengine.com/office365-management-reporting/powershell/images/o365-powershell-sprite.png);
    background-size: 150px 60px;
    display: inline-block;
    vertical-align: middle;
    background-position: -25px -30px;
    width: 20px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 0;
    margin-top: 7px;
    margin-left: 15px;
}
.errMsg,
.errMsg2 {
    color: red;
    display: none;
    font-size: 12px;
}
.top-2-form-inn form ul li:nth-child(3)::before {
    content: "";
    background-image: url(https://www.manageengine.com/office365-management-reporting/powershell/images/o365-powershell-sprite.png);
    background-size: 150px 60px;
    display: inline-block;
    vertical-align: middle;
    background-position: -49px -27px;
    width: 20px;
    height: 22px;
    position: absolute;
    top: 4px;
    left: 2px;
    margin-top: 7px;
    margin-left: 15px;
}
.top-2-form-inn form ul li:nth-child(4) {
    padding-left: 50px;
    border: 1px solid #e7e7e7;
    background: #fbfbfb;
    height: 40px;
}
.top-2-form-inn form ul li:nth-child(4)::before {
    content: "";
    background-image: url(https://www.manageengine.com/office365-management-reporting/powershell/images/o365-powershell-sprite.png);
    background-size: 150px 60px;
    display: inline-block;
    vertical-align: middle;
    background-position: -74px -28px;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    margin-top: 7px;
    margin-left: 15px;
}
#MECountryListing {
    background: #fbfbfb;
    border-radius: 0;
    width: 100%;
    line-height: 25px;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 14px;
    border: 0;
    outline: none;
    height: 38px;
    color: #5a6067;
}
#user-detail {
    display: none;
}
div#formCTAgdpr {
    line-height: 17px;
}
div#formCTAgdpr {
    color: #888;
    text-align: center;
    font-size: 10px;
    margin-top: 4px;
    line-height: 17px;
}
.contentRgt ul li a {
    color: #0099ce;
    line-height: 18px;
    text-decoration: none;
}
.dwn-priv a {
    font-size: 11px;
}
/*Media query start*/
@media screen and (max-width:767px) {
    .container {
        max-width: 90%
    }
    .pageLhs {
        width: 100%;
    }
    .pageRhs {
        width: 60%;
        margin-left: 20%;
    }
}
@media screen and (max-width:550px) {
    .container {
        max-width: 90%
    }
    .title h1 {
        line-height: 50px;
    }
    .pageRhs {
        width: 100%;
        margin-left: 0px;
    }
}
/*End*/