/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
* {
  box-sizing: border-box;
}
html,
body {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}

@font-face
{
	font-family: 'Zoho_Puvi_Bold';
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot');
	src: url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.eot') format('embedded-opentype'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.woff2') format('woff2'), url('https://fonts.zohostatic.com/zohopuvi/3.5/zoho_puvi_bold.otf') format('opentype');
	font-weight: normal; font-style: normal
}


.sprite {
  background-image: url(https://www.manageengine.com/microsoft-365-management-reporting/kb/exchange-administration/images/o365-powershell-sprite.png);
  background-size: 150px 60px;
  display: inline-block;
  vertical-align: middle;
}


.shell-tab-lhs p{margin: 15px 0;line-height: 31px;}
.shell-tab-lhs p + h2 {margin-top: 20px;}
.shell-tab-lhs h2 + ul {margin-top: -5px;}
.shell-tab-lhs p + ol, .shell-tab-lhs p + ul {padding-top: 0;margin-top: -7px;}
.shell-tab-lhs ol, .shell-tab-lhs ul{padding: 0px 0 0 30px;}
.shell-tab-lhs ol, .shell-tab-lhs ul + h2 {margin-top: 20px}
.shell-tab-lhs ol + .notebox, .shell-tab-lhs ul + .notebox {margin: 20px 0 0 0;}

.shell-tab-lhs ol li {list-style-type: decimal;padding-bottom: 15px;line-height: 24px;}
.shell-tab-lhs ul li{list-style-type: disc;line-height: 25px;}
.shell-tab-lhs ul li:not(:last-child) {padding-bottom: 15px}
.shell-tab-lhs ul li ul li{list-style-type: circle;}
.shell-tab-lhs li + .notebox {margin: 0px 0 20px 0;}

h1 {
	font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    letter-spacing: normal;
    max-width: 1200px;
    margin: auto;
}
h2 {
	color: #3d3d3b;
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
	margin: 5px 0 20px;
}
h3 {
  color: #3d3d3b;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
}
strong {
  font-weight: 600;
}
b {
  font-weight: 600;
  color: #3d3d3b;
  font-size: 16px;
  display: block;
  margin-top: 33px;
  margin-bottom: 16px;
}
h3 + ul {margin-top: 15px;}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.ps-lh-30 {
  line-height: 30px;
}
.ps-lh-28 {
  line-height: 28px;
}
.ps-lh-26 {
  line-height: 26px;
}
.ps-lh-24 {
  line-height: 24px;
}
.ps-lh-28 {
  line-height: 28px;
}
.ps-mt-5 {
  margin-top: 5px;
}
.ps-mt-10 {
  margin-top: 10px;
}
.ps-mt-15 {
  margin-top: 15px;
}
.ps-mt-20 {
  margin-top: 20px;
}
.ps-mt-25 {
  margin-top: 25px;
}
.ps-mt-30 {
  margin-top: 30px;
}
.ps-mt-35 {
  margin-top: 35px;
}
.ps-mt-40 {
  margin-top: 40px;
}
.ps-mt-45 {
  margin-top: 45px;
}
.ps-mt-50 {
  margin-top: 50px;
}
.ps-mb-5 {
  margin-bottom: 5px;
}
.ps-mb-10 {
  margin-bottom: 10px;
}
.ps-mb-15 {
  margin-bottom: 15px;
}
.ps-mb-16 {
  margin-bottom: 16px;
}
.ps-mb-17 {
  margin-bottom: 17px;
}
.ps-mb-20 {
  margin-bottom: 20px;
}
.ps-mb-25 {
  margin-bottom: 25px;
}
.ps-mb-30 {
  margin-bottom: 30px;
}
.note-box {
  font-weight: 600;
  font-size: 14px;
  color: #3d3d3b;
  background-color: #f4f4f4;
  padding: 16px 18px;
  line-height: 24px;
}
.upgradeTbl{width:100%;}
.upgradeTbl tr.headTbl{background:#efefef;}
.upgradeTbl td{padding:5px 10px;border:1px solid #ddd;border-collapse:collapse;}
.upgradeTbl + h2 {margin-top: 25px;}
.feaBanner {background: #dbf3ff;padding: 25px 30px 40px;text-align: center;margin-top: 30px;}
.feaBanner p {font-size: 16px;font-weight: 600;margin-bottom: 25px;text-align: center;margin-top: 0;}
.feaBanner a {background: #f70031;border-radius: 3px;color: #fff !important;padding: 12px 20px;text-decoration: none;transition: all .5s;}
.feaBanner .nav-dwn-icon {background-position: 0 0;display: inline-block;height: 20px;line-height: 22px;position: relative;top: 2px;width: 21px;}
.feaBanner a span {background-size: 240px !important;margin-right: 5px;}
.feaBanner .nav-dwn-icon {background: url(https://www.manageengine.com/images/me-sprite-new.png) no-repeat 0 0;}
.notebox + h2, .note-box + h2 {margin-top: 20px;}
.table + h2 {margin-top: 30px;}



.ps-head-des {
  line-height: 28px;
  margin-bottom: 16px;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
/*
.as-clear {
  display: inline-block;
  width: 100%;
}
*/
#backToTop {
  display: none !important;
}
.icn-overview {
  background-position: -5px -4px;
  width: 18px;
  height: 18px;
}
.icn-demo {
  background-position: -27px -4px;
  width: 18px;
  height: 18px;
}
.icn-quote {
  background-position: -48px -5px;
  width: 18px;
  height: 18px;
}
.icn-support {
  background-position: -70px -5px;
  width: 17px;
  height: 17px;
}
.icn-download {
  background-position: -92px -5px;
  width: 14px;
  height: 18px;
}
.shell-header {
  padding: 13px 0;
  min-height: 95px;
  background-color: #fff;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  display:block;
}
.shell-header .shell-lhs {
  float: left;
}
.shell-header .shell-lhs img {
  width: 224px;    margin-top: 6px;
}
.shell-header .shell-rhs {
  float: right;
  padding-top: 16px;
}
.shell-header .shell-rhs ul {
  float: left;
}
.shell-header .shell-rhs ul li {
  float: left;
  list-style: none;
}
.shell-header .shell-rhs ul li a {
  color: #000;
  padding: 8px 7px;
  display: inline-block;
}
.shell-header .shell-rhs ul li a .sprite {
  margin-right: 13px;
  margin-top: -3px;
}
.shell-header .shell-rhs ul li.ps-download {
  margin-left: 27px;
}
.shell-header .shell-rhs ul li.ps-download a {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  background-color: #e02127;
  display: inline-block;
  border-radius: 4px;
  padding: 7.5px 24px;
}
.shell-header .shell-rhs ul li.ps-download a .sprite {
  margin-right: 16px;
}
.shell-banner {
  background-image: url(https://www.manageengine.com/microsoft-365-management-reporting/kb/exchange-administration/images/o365-powershell-banner.png);
  background-size: 100% 100%;
  position: relative;
    padding: 77px;

}
.shell-tab-sec .shell-sec-bg {
  background-color: #f4f4f4;
}
.shell-tab-sec .shell-sec-bg .container {
  position: relative;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu {
  text-align: center;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul {
  display: inline-block;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li {
  list-style: none;
  display: inline-block;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li a {
  color: #000;
  padding: 13px 27px;
  font-size: 15px;
  display: inline-block;
  border-bottom: transparent solid 3px;
}
.shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li.active a {
  color: #297ecf;
  border-color: #297ecf;
}
.shell-tab-sec .shell-sec-bg .shell-tab-rhs {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  margin-top: 82px;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
}
.shell-tab-sec .shell-sec-bg .shell-tab-rhs.fixed-rhs {
  position: fixed;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  margin-top: 0;
  padding: 30px 0;
  right: 5%;
}
.shell-tab-sec .shell-tab-cont {
  padding-top: 55px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs{margin-right:300px;padding-right:60px;min-height:1500px;font-size: 16px;}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
  display: none;
  color: #000;
  padding: 13px 27px;
  font-size: 15px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list {
  background-color: #f4f4f4;
  padding: 25px 30px 30px 30px;
  clear: both;
  display: inline-block;
  width: 100%;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list > ul {
  float: left;
  width: 33.333%;
  padding-right: 20px;
  padding-left: 16px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list > ul li {
  width: 100%;
  margin-bottom: 5px;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list > ul li:last-child {
  margin-bottom: 0;
}
.shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list > ul li a {
  display: block;
  color: #3d3d3b;
}
.shell-footer {
  text-align: center;
  font-weight: 600;
  color: #818181;
  background-color: #f4f4f4;
  padding: 14.5px 0;
}
.ps-bc {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to right, #0d3068 40%, transparent 60%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ps-bc .container > div {
  padding: 3px 0;    
color: #fff;
}
.ps-bc .container > div a, .ps-bc .container > div span {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
}
.wam-vid-form h2 {
  color: #000;
  font-size: 22px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: "Zoho_Puvi_Bold";
  background: #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-top: 0;
}
ul {
  margin: 0;
  padding: 0;
}
.succ {
  font-size: 16px;
  color: #737373;
  text-align: center;
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  display: none;
  line-height: 26px;
}
.wam-vid-form ul li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0;
  text-align: left;
  background: #fbfbfb;
 /* overflow:hidden;*/
}
.wam-vid-form ul li:last-child::before{display: none}

.wam-vid-form ul li:nth-child(4){
border: #d0d0d0 solid 1px !important;
}
div#formCTAgdpr {
  color: #000;
  text-align: center;
  font-size: 10px !important;
  margin-top: 4px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}
select {
  padding-left: 0;
  border-radius: 0;
}
.wam-vid-form ul li input {
  width: 100%;
  background: #fff;
  border: 0;
  line-height: 1;
  box-sizing: border-box;
  border-bottom: none;
  color: #000;
  outline: 0;
  padding-left: 0;
  font-size: 13px;
  height: 43px;
  background: #fafafa;
  padding: 0 30px;
  border: #d0d0d0 solid 1px !important;

}
.wam-vid-form ul li input::-webkit-input-placeholder {
  /* Edge */
  color: #A0A0A0;
}
.wam-vid-form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A0A0A0;
}
.wam-vid-form ul li input::placeholder {
  color: #A0A0A0;
}
.wam-vid-form ul li:last-child input[type=submit] {
  background: #0cac72;
  color: #fff;
  border: 0 !important;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  padding: 7px 0;
  line-height: 30px;
  font-weight: 600;
  height: 48px;
}
.wam-vid-form ul li:last-child input[type=reset] {
  width: 38%;
  color: #98a6b3;
  border: 0;
  padding-left: 0;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  margin-left: 2%;
  background: #2f5573;
}
.dwn-priv {
  color: #fff;
  font-size: 12px;
  float: left;
  width: 100%;
  line-height: 12px;
}
.dwn-priv a {
  color: #0071c0;
  font-size: 9px;
  text-decoration: underline;
}

.fsm-request-demo .per60 {
  padding-right: 40px;
}
.fsm-features h2.fsm-label {
  font-size: 16px;
  display: inline-block;
  padding: 5px 10px 4px;
  background: #c4e5ff;
  border-radius: 2px;
  margin: 0;
  margin-bottom: 30px;
  
  color: #00578e;
}
.wam-vid-form {
  background: #fff;
  display: inline-block;
  border-radius: 4px;
}
#meGDPRMessage {
  color: #000;
  text-align: center;
  font-size: 10px !important;
  margin-top: 4px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 5px;
  
}
.wam-form #meGDPRMessage label {
  font-size: 10px !important;
  line-height: 15px;
  color: #b3c2ca !important;
}
.wam-vid-form ul li:last-child {
  border: none !important;
  background-color: #fff;
}
.wam-vid-form ul li select {
  padding-left: 30px;
  font-size: 12px;
  color: #333538;
  outline: 0;
  height: 43px;
  width: 100%;
  border: 0;
  line-height: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: #fbfbfb;
}
.ffw-form-container .ffw-form form ul li .ffw-errmsg, .wam-form ul li .ffw-errmsg {
    display: none;
    position: relative;
    color: red;
    background-color: #fff;
    padding: 5px 0 0;
    font-size: 11px;
    line-height: 10px;
    margin-top: 0;
}
.ffw-form-container .ffw-additional-data, .ffw-form-container .ffw-hidden-data {
    display: none;
}


.errMsg {
    position: relative;
    width: 100%;
    float: left;
    background: red;
    color: #fff;
    bottom: -11px;
	left:0;
    padding: 0 10px;
	display:none;
    font-size: 11px;
	color:#fff !important
    
}
.wam-form ul li .ffw-privacy,.wam-form ul li .ffw-privacy > a {font-size: 10px;color: #b3c2ca;text-align: center;}
.wam-form ul li .ffw-privacy > a {text-decoration: underline;}


.errMsg3 {
  display: none;
  color: red;
  width: 80%;
  margin-left: 10%;
  font-size: 12px;
  position: relative;
  top: -12px;
}
.tnk-msg {
  display: none;
}
.holder {
  position: absolute;
  color: #939393;
  cursor: auto;
  
  font-size: 13px;
  z-index: 1;
  margin: 12px 45px 0 45px;
}
.holder .red {
  color: #f5171a;
}

.ffw-form h4 {
	  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}
.wam-vid-form ul li::before {
  content: "";
  background-image: url(https://www.manageengine.com/microsoft-365-management-reporting/kb/exchange-administration/images/o365-powershell-sprite.png);
  background-size: 150px;
  display: inline-block;
  vertical-align: middle;
  background-position: -5px -38px;
  width: 12px;
  height: 15px;
  position: absolute;
  top: 17px;
  left: 12px;
}


.wam-vid-form ul li:nth-child(2)::before {
  background-position: -28px -35px;top: 14px;
}
.wam-vid-form ul li:nth-child(3)::before {
  background-position: -50px -36px;    top: 15px;
}
.wam-vid-form ul li:nth-child(4)::before {
  background-position: -75px -37px;
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select, .ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #5a5a5a 50%), linear-gradient(135deg, #5a5a5a 50%, transparent 50%), linear-gradient(to right, #fff0, #fff0);
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
    background-size: 6px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
/* RHS Form US Select */

.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
	width: calc(50% - 5px);
	display: inline-block;
	border: none
}
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
	background-position: calc(100% - 12px) calc(1em + 7px), calc(100% - 7px) calc(1em + 7px), calc(100% - 2.5em) 0.5em;
}
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
    width: 49% !important;padding-right: 20px !important
}
.ffw-form-container .ffw-form form ul li.ffw-ic-count select,
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count select {
	transition: none;
}
.ffw-form-container .ffw-form.with-state form ul li.ffw-ic-count #MECountryListing {
	border-right: 1px solid #e7e7e7;
}
.related-links {
  border-top: #e5e5e5 solid 1px;
  padding-top: 33px;
}
.related-links ul li {
  list-style: none;
  margin-bottom: 17px;
}
.related-links ul li a {
  color: #00a5f2;
  font-size: 14px;
}
.related-links > div {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.menuIcon {
  display: none;
  position: absolute;
  top: 23px;
  height: 40px;
  width: 27px;
  right: 20px;
  cursor: pointer;
}
.menuIcon span {
  background-color: #000;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
}
.menuIcon span::before,
.menuIcon span::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  background-color: #000;
  transition: 0.3s ease all;
}
.menuIcon span::after {
  top: auto;
  bottom: -8px;
}
.menuIcon.close span {
  background-color: transparent;
}
.menuIcon.close span::before {
  content: "";
  transform: rotate(45deg);
  top: 0;
}
.menuIcon.close span::after {
  content: "";
  transform: rotate(-45deg);
  bottom: 0;
}
.mob-links .related-links {
  display: none;
}

.download-desc, .mobdownload-desc {
    display: none;margin-bottom: 30px;
}

.download-desc > div, .mobdownload-desc > div {
    font-size: 15px!important;
    display: inline-block!important;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,.13);
    padding: 20px 20px;
    border-radius: 3px;
    border: 1px solid #c7d2d5;
    width: 100%;
}

.download-desc>div strong, .mobdownload-desc > div strong {
	    color: #00a5f2;
		font-weight:400;
    text-decoration: underline;
}


.form-stat.fixed-rhs {
    position: fixed;
    top: 28px;
    width: 300px;
}

body.year_end_offer_space{ padding-top: 58px !important;}
            .yr-end:after {
                position: absolute;
                content: '';
                background: url(https://www.manageengine.com/products/active-directory-audit/sem/images/adap-sem-year-end-offer-strip.png) no-repeat;
                background-size: 150px;
                background-position: -110px -99px;
                width: 19px;
                height: 11px;
            }
        
            .strip:after {
                position: absolute;
                content: '';
                background: url(https://www.manageengine.com/products/active-directory-audit/sem/images/adap-sem-year-end-offer-strip.png) no-repeat;
                background-size: 169px;
                background-position: -6px -4px;
                width: 144px;
                height: 58px;
                left: 0px;
            }
        
            .yr-end {
                border: 1px solid #ffc81f;
                color: #ffc81f;
                padding: 5px 8px;
                font-size: 14px;
                line-height: 15px;
                font-weight: 500;
                display: inline-block;
                margin-right: 20px;
            }
            .strip .asteric{
                font-size:11px;
                margin-left:-3px;
                display:inline-block}
            .strip {
                left: 0;
                right: 0;
            }
        
            .strip a {
                text-decoration: none;
                padding: 4px 15px;
                height: auto;
                margin: 0px 10px;
                border-radius: 25px;
                color: #FFFFFF !important;
                background: #DA262F;
                font-size: 14px;
                line-height: 23px;
                font-weight: 400;
                display: inline-block;
            }
        
            .strip {
                height: 58px;
                background: #282955;
                border-bottom: 1px solid #f9d569;
                text-align: center;
                color: #fff;
                font-size: 14px;
                line-height: 55px;
                font-weight: 500;
                z-index: 999;
				position: relative;
            }
        
            .strip:before {
                position: absolute;
                content: '';
                background: url(https://www.manageengine.com/products/active-directory-audit/sem/images/adap-sem-year-end-offer-strip.png) no-repeat;
                background-size: 116px;
                background-position: -6px -58px;
                width: 68px;
                height: 37px;
                margin-left: -71px;
                top: 11px;
            }
        
            .strip i {
                font-style: normal;
                font-weight: 400
            }
        
            .strip a {
                color: #64c7f0;
                text-decoration: none;
            }
        
            .help_left_pane {
                top: 100px;
            }
        
            .help_body_pane_lhs {
                padding: 91px 40px 0 40px
            }
        
            .leftmenunew {
                padding-top: 45px;
            }
        
            .fade {
                padding-top: 40px;
            }
        
            .close_btn_strip {
                font-size: 20px;
                color: #bdc0c2;
                position: absolute;
                right: 20px;
                top: 0px;
                cursor: pointer;
            }
        
            .tc {
                font-size: 8px;
                position: absolute;
                right: 10px;
                top: 15px;
            }
        
            @media screen and (max-width:992px) {
                .strip {
                    display: none;
                }
            }





@media screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li a {
    padding: 13px 11px;
    font-size: 14px;
  }
  .shell-tab-sec .shell-sec-bg .shell-tab-rhs {
    right: 20px;
  }
}
@media screen and (min-width: 568px) and (max-width: 1023px) {
  .shell-header .shell-lhs img {
    width: 186px;
  }
}
@media screen and (max-width: 1023px) {
  .shell-header {
    min-height: 80px;
  }
  .shell-header .shell-rhs ul {
    width: 100%;
    margin-top: -13px;
  }
  .shell-header .shell-rhs {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.23);
    border-top: 1px solid #dadada;
    top: 66px;
    z-index: 11;
  }
  .shell-header .shell-rhs ul li {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .shell-header .shell-rhs ul li a {
    padding: 15px;
  }
  .shell-header .shell-rhs ul li.ps-download {
    margin-top: 15px;
    margin: 0;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs {
    margin: 0;
    padding: 0;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #0e3a82;
    border: #e4e4e4 solid 1px;
    border-bottom-width: 0;
    padding: 10px 15px;
    margin-bottom: 0px;
    position: relative;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu::after {
    content: "";
    background-image: url(../images/o365-powershell-sprite.png);
    background-size: 150px 60px;
    display: inline-block;
    vertical-align: middle;
    background-position: -111px -10px;
    width: 16px;
    height: 9px;
    position: absolute;
    top: 20px;
    right: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu:last-child {
    border-bottom: #e4e4e4 solid 1px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu:last-child + .tab-menu {
    border-bottom: #e4e4e4 solid 1px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu.active::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  h2 {
    font-size: 18px;
  }
  b {
    font-size: 15px;
  }
  h3 {
    font-size: 16px;
  }
  .shell-footer {
    margin-top: 10px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list > ul {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list > ul:last-child {
    margin-bottom: 0;
  }
  .shell-tab-sec .shell-sec-bg .shell-tab-rhs {
    position: static;
    width: 80%;
    margin: 20px auto;
  }
  .shell-tab-sec .shell-sec-bg {
    background: #fff;
  }
  .shell-tab-sec .shell-sec-bg .container .shell-tab-menu ul li {
    width: 100%;
  }
  .shell-tab-menu {
    display: none;
  }
  .tab-pane {
    padding: 15px;
    border: #e4e4e4 solid 1px;
  }
  .related-links {
    display: none;
  }
  .mob-links .related-links {
    display: block;
    text-align: left;
    padding: 0 20px;
    border-top: none;
  }
  .shell-tab-sec .shell-tab-cont {
    padding-top: 0;
  }
  .ffw-form {
    text-align: center;
    font-size: 20px;
  }
  .menuIcon {
    display: block;
  }
  .ps-download {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ffw-form {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }
  .shell-tab-sec .shell-sec-bg .shell-tab-rhs {
    width: 100%;
  }
.download-desc > div, .mobdownload-desc > div h4 {    
	margin-bottom: 15px;
    text-align: center;
}
.download-desc > div, .mobdownload-desc > div p {text-align: center;}
}
@media screen and (max-width: 567px) {
  h1 {
    font-size: 26px;
  }
  .shell-banner {
    background: #0e3a82;
  }
  .shell-tab-sec .shell-tab-cont {
    padding-top: 20px;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
    font-size: 19px;
    text-align: center;
  }
  h2 {
    text-align: left;
    font-size: 16px;
  }
  h3 {
    text-align: left;
    font-size: 15px;
  }
  b {
    font-size: 14px;
    text-align: center;
  }
  .note-box {
    text-align: left;
    word-break: break-word;
  }
  p {
    text-align: left;
  }
  b,
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .gray-box-list > ul li a {
    text-align: left;
  }
  .ps-head-des strong {
    display: block;
    text-align: left;
  }
  .ps-head-des {
    text-align: left;
  }
  .shell-tab-sec .shell-tab-cont .shell-tab-lhs .mob-tab-menu {
    font-size: 16px;
    text-align: left;
  }
  .related-links ul li a {
    font-size: 14px;
  }
  .shell-header .shell-lhs img {
    width: 175px;
  }
#dloadView .wam-form {width: 100%;}
}
.ps-w-100p {
  width: 100% !important;
}
.ps-align-left {
  text-align: left !important;
}
.shell-tab-lhs img {
      max-width: 100%;
}



.related-links ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
	border-top: 1px solid #ECECEC;
    color: #000000;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-indent: 10px;
    height: 30px;
    overflow: hidden;
}


.related-links ul li a {
    color: #000000;
    text-decoration: none;
    line-height: 30px;
    display: block;
    width: 250px;
}

.related-links ul li a.product-expanded-name {
    font-size: 10px;
    color: #777;
    border-radius: 2px;
    padding: 3px 10px 3px 0;
    margin: 0px 0 5px;
    width: auto!important;
    line-height: 12px;
    height: auto;
}
/* Author: JST */
.flexslider{height:320px;max-height:400px;}
.flex-control-nav{bottom:-4px;right:123px}
.flex-control-nav li{overflow:hidden}
.flex-control-nav li a{color:#ccc}
.flex-control-nav li a.flex-active{color:#74B223}
.fea-list-cont>ul li,
.fea-nav-link span{color:#444;font-weight:400}
.flexslider .flexBnrslides img {width: 80%;}

#meGDPRMessage .checkmarkgdpr{
background: #fff;
    height: 12px !important;
    width: 12px !important;
    border: 1px solid #ccc;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    position: relative;
	top: 2px
}
#meGDPRMessage .checkmarkgdpr.enableCheckgdpr:before {
	top: 0px;
    left: 2px;
}
