html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------- common styles -------------------*/
.whiteSprite {
  background: url(../images/white-sprite.png) no-repeat;
}


/*------------------- header styles -------------------*/
.whitePaperWrap {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  width: 100%;
}
.headerWrap{border-bottom: 1px solid #dddddd;}
.headerBox {
  height: 86px;
  margin:0 auto;
  max-width:1400px;
}
.headerBox .whiteLogo {
  display: block;
  float: left;
  background: url('https://www.manageengine.com/products/ad-manager/images/ad-manager-plus-logo-dark.png') no-repeat;
  background-size: 100%;
  height: 67px;
  margin: 9px 0 0 20px;
  width: 218px;
}
.headerBox > ul {
  float: right;
  margin-top: 35px;
}
.headerBox > ul li {
  float: left;
  margin-right: 20px;
  display: block;
}
.headerBox > ul li a {
  color: #666;
  font-weight: 600;
  text-decoration: none;
}
.headerBox > ul li a:hover {
  color: #000;
}
.headerBox > ul li a i {
  background-position: -3px -72px;
  display: inline-block;
  height: 26px;
  vertical-align: middle;
  width: 26px;
  margin-top: -3px;
  margin-right: 4px;
}

.headerBox ul li.freeEditIcon {
  margin-right: 8px;
}
.headerBox ul li.freeEditIcon i {
  background-position: -38px -69px;
}
.headerBox ul li.getQupteIcon i {
  background-position: -61px -71px;
}
.headerBox ul li.suppIcon i {
  background-position: -97px -72px;
}

.headerBox ul li.downBtnBox {
  margin-top: 4px;
  text-transform: uppercase;
}
.headerBox ul li.downBtnBox a {
  background-color: #e9142b;
  color: #fff;
  font-size: 14px;
  padding: 9px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*.headerBox ul li.downBtnBox a:hover {
  background-color: #666;
}*/
.headerBox ul li.downBtnBox a i {
  background-position: -149px -74px;
  margin-right: 0;
  margin: -4px 0 0 5px;
  height: 20px;
  width: 23px;
}
.moreMenuButton {
  background-position: -177px -70px;
  float: right; 
  display: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.mainWrap{margin:0 auto;max-width:1400px}
/*------------------- left panel -------------------*/
.leftPanelWrap {
  width: 212px;
  float: left;
  border-right: 1px dashed #dddddd;
}
.leftPanelWrap > ul {
  margin-top: 30px;
  margin-left: 10px;
}
.leftPanelWrap > ul > li > .headItemWrap {
  padding: 10px;
  border-bottom: 1px solid #ececec;
}
.leftPanelWrap > ul > li > .headItemWrap .orangeArrowRi {
  background-position: -134px -79px;
  display: inline-block;
  height: 9px;
  width: 4px;
  margin-right: 6px;
}
.leftPanelWrap > ul > li li {
  
  border-bottom: 1px solid #ececec; 
}
.leftPanelWrap > ul > li li a {
  display: inline-block;
  cursor: pointer;
  padding: 10px 10px 10px 28px;
  font-size: 13px;
  color: #666;
  width: 165px;
}
.leftPanelWrap > ul > li li a:hover,
.leftPanelWrap > ul > li li a.active {
  color: #6bc234;
}

/*------------------- right panel -------------------*/
.rightPanelWrap {
  float: left;
  width: 920px;
  margin: 30px 0 0 40px; 
}
.rightPanelWrap .paneContent {
  text-decoration: center;
}
.rightPanelWrap .paneContent > h1 {
  width: 100%;
  text-align: left;
  font-size: 30px;
  padding-bottom: 20px;
  color: #4e4e4e;
}
.rightPanelWrap .paneContent > p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  text-align: center;
}
.paneContent .pdfBoxWrap {
  background-color: #cccccc;
  border: 1px solid #b8b8b8;
  height: 760px;
  margin: 20px auto 0;
  width: 770px;
}
.paneContent .downPdfWrap {
  text-align: center;
  padding: 20px 0; 
  width: 100%;
  margin:0 0 150px 0;
}
.paneContent .downPdfWrap a {
  font-size: 15px;
  font-weight: 600;
  color: #64ad39;
}
.paneContent .downPdfWrap a:hover {
  color: #666;
}
.taj{text-align:justify !important}

/*------------------- media query -------------------*/

@media screen and (max-width: 930px) {
	.headerWrap,
	.mainWrap{width:100%}
  .moreMenuButton {
    display: block;
    margin: 23px 15px 0 0;
    z-index: 99999;
  }
  .headerBox ul {
    display: none;
    margin: 0;
    width: 200px;
    background: #717171;
    position: absolute;
    right: 15px;
    top: 86px;
  }
  .headerBox ul li {
    border-bottom: 1px dotted #9C9999;
    width: 100%;
    margin: 0;
  }
  .headerBox ul li a,
  .headerBox ul li.downBtnBox a { 
    display: inline-block;
    background: none;
    color: #fff;
    font-size: 12px;
    padding: 12px 0 12px 10px;
    text-transform: none;
    margin: 0;
    width: 100%;

    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
/*  .headerBox ul li a:hover,
  .headerBox ul li.downBtnBox a:hover {
    color: #fff;
    background-color: #616161;
  }*/
  .headerBox ul li.downBtnBox {
    margin: 0;
  }
  
  .headerBox ul li a i {
    display: none;
  }
}
@media screen and (min-width: 930px) { 
  .headerBox ul { 
      display: block !important;
  }
}
@media screen and (max-width: 1180px) { 
  .leftPanelWrap {
    margin-bottom: 20px;
    border: 0;
    width: 100%;
  }
  .leftPanelWrap ul {
    margin: 0;
  }
  .leftPanelWrap ul li .headItemWrap,
  .leftPanelWrap ul li li {
    text-align: center;
  }
  .paneContent .pdfBoxWrap {
    width: 90%;
  }
  .paneContent .pdfBoxWrap .media,
  .paneContent .pdfBoxWrap .media iframe {
    width: 100% !important;
  }

  .rightPanelWrap {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
}
@media screen and (min-width: 1180px) { 
  .leftPanelWrap {
    height: 90vh;
  }
}