/*****Import Font Starts*****/
@import url("https://webfonts.zoho.com/css?family=Noto+Sans+CJK+JP:100,300,400,500,700,900&isSubset=false");

/*****Import Font Ends*****/
/*Reset CSS*/
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Open Sans", "Poppins", arial, sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}

nav ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

mark {
  background: none;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  margin-top: 80px;
  overflow-x: hidden;
  line-height: 24px;
}

a:link,
a:visited,
a:active {
  color: #009fc7;
}

.dev-query {
  display: none;
}

/* CMS Menu */
.nav>li {
  padding: 5px 15px 0 5px;
  float: left;
  position: relative;
  background: none;
  font-size: 14px;
  list-style: none;
}

.tabs--primary li.active a {
  color: #279a0b !important;
}

.logged-in #header-mainsec,
.toolbar-drawer #header-mainsec {
  top: 133px;
}

.logged-in #header-topsec,
.toolbar-drawer #header-topsec {
  top: 90px;
}

.logged-in .tabs--primary,
.toolbar-drawer .tabs--primary {
  margin-top: 0;
  display: inline-block;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 90;
  top: 65px;
}

.logged-in .toolbar-menu .icon,
.toolbar-drawer .toolbar-menu .icon {
  background: none;
}

body.logged-in {
  margin-top: 120px !important;
}

.logged-in .help-top-menu {
  top: 94px;
}

/*Our common classes for individual property (helper class)*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.b0 {
  border: none !important;
}

.h0 {
  height: 0;
  line-height: 0;
}

.p20 {
  padding: 20px;
}

.mT0 {
  margin-top: 0 !important;
}

.pT0 {
  padding-top: 0 !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.m0auto {
  margin: 0 auto;
}

.mT10 {
  margin-top: 10px;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mR10 {
  margin-right: 10px;
}

.mR20 {
  margin-right: 20px;
}

.mR30 {
  margin-right: 30px;
}

.mR40 {
  margin-right: 40px;
}

.mR5 {
  margin-right: 5px;
}

.mR40 {
  margin-right: 50px;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px;
}

.mB30 {
  margin-bottom: 30px;
}

.mB40 {
  margin-bottom: 40px;
}

.mL10 {
  margin-left: 10px;
}

.mL20 {
  margin-left: 20px;
}

.mL30 {
  margin-left: 30px;
}

.mL40 {
  margin-left: 40px;
}

.pT10 {
  padding-top: 10px;
}

.pT15 {
  padding-top: 15px;
}

.pT20 {
  padding-top: 20px;
}

.pT30 {
  padding-top: 30px;
}

.pT40 {
  padding-top: 40px;
}

.pR10 {
  padding-right: 10px;
}

.pR20 {
  padding-right: 20px;
}

.pR30 {
  padding-right: 30px;
}

.pR40 {
  padding-right: 40px;
}

.pB10 {
  padding-bottom: 10px;
}

.pB20 {
  padding-bottom: 20px;
}

.pB30 {
  padding-bottom: 30px;
}

.pB40 {
  padding-bottom: 40px;
}

.pL10 {
  padding-left: 10px;
}

.pL20 {
  padding-left: 20px;
}

.pL30 {
  padding-left: 30px;
}

.pL40 {
  padding-left: 40px;
}

.p0-40 {
  padding: 0 40px;
}

.dis-blk,
.show {
  display: block;
}

.dis-in-blk {
  display: inline-block;
}

.dis-none,
.hide {
  display: none !important;
}

.mbS {
  display: none;
}

.uline,
.uline:hover {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.f300 {
  font-weight: 300 !important;
}

strong,
.strong {
  font-weight: bold;
}

.fs12 {
  font-size: 12px;
}

.navigation {
  color: #444;
  font-size: 12px;
  margin-top: 40px;
  border-top: 1px dashed #ddd;
  padding-top: 6px;
}

.cNone {
  color: #fff;
}

.max {
  max-width: 100%;
}

.wFull {
  width: 100% !important;
}

.wAuto {
  width: auto !important;
}

.product-detail .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in 0s;
}

.per20 {
  width: 18%;
  padding: 1%;
  float: left;
}

.per20.bg {
  width: 16%;
  padding: 1%;
  float: left;
  margin: 1%;
}

.percent20 {
  width: 20%;
  float: left;
}

.per25 {
  width: 23%;
  padding: 1%;
  float: left;
}

.per25.bg {
  width: 21%;
  padding: 1%;
  float: left;
  margin: 1%;
}

.percent25 {
  width: 25%;
  float: left;
}

.per30 {
  width: 31.3%;
  padding: 1%;
  float: left;
}

.per30.bg {
  width: 29.3%;
  padding: 1%;
  float: left;
  margin: 1%;
}

.percent30 {
  width: 33%;
  float: left;
}

.per40 {
  width: 38%;
  padding: 1%;
  float: left;
}

.per40.bg {
  width: 36%;
  padding: 1%;
  float: left;
  margin: 1%;
}

.percent40 {
  width: 40%;
  float: left;
}

.per50 {
  width: 46%;
  padding: 2%;
  float: left;
}

.per50.bg {
  width: 44%;
  padding: 2%;
  float: left;
  margin: 1%;
}

.percent50 {
  width: 50%;
  float: left;
}

.per60 {
  width: 58%;
  padding: 1%;
  float: left;
}

.per60.bg {
  width: 56%;
  padding: 1%;
  float: left;
  margin: 1%;
}

.percent60 {
  width: 60%;
  float: left;
}

.per70 {
  width: 64.7%;
  padding: 1%;
  float: left;
}

.per70.bg {
  width: 62.7%;
  padding: 1%;
  float: left;
  margin: 1%;
}

.percent70 {
  width: 66.7%;
  float: left;
}

.per75 {
  width: 73%;
  padding: 1%;
  float: left;
}

.per75.bg {
  width: 71%;
  padding: 1%;
  float: left;
  margin: 1%;
}

.percent75 {
  width: 75%;
  float: left;
}

.vm {
  vertical-align: middle !important;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.tj {
  text-align: justify;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.pf {
  position: fixed;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearFlt {
  clear: both;
}

.b {
  font-weight: bold !important;
}

.br0 {
  border: 0 !important;
}

.shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.full-width {
  width: 100% !important;
}

.sec-pTB {
  padding: 40px 0;
}

.sec-pTB-md {
  padding: 60px 0;
}

.sep-brd-top {
  border-top: 1px dashed #000;
  margin-top: 20px;
  padding-top: 20px;
}

.sep-brd-btm {
  border-bottom: 1px dashed #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bg-l-grey {
  background: #f1f1f1;
}

.bg-l-white {
  background: #ffffff;
}

a.lnmore {
  color: #888;
  margin-top: 10px;
  display: inline-block;
}

a.lnmore .lnarw {
  background-position: -484px -14px;
  height: 13px;
  width: 13px;
  display: inline-block;
  line-height: 12px;
  margin-right: 5px;
}

.blk-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.notebox {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 30px 30px 15px;
  margin: 15px 0 20px;
}

.notebox h4,
.notebox h3 {
  margin-top: 0 !important;
}

.yellowbox {
  background: #f0f2da;
  border: 1px solid #ddd;
  padding: 2%;
  margin: 20px 0;
}

.bluebox {
  background: #e0f1f9;
  border: 1px solid #ddd;
  padding: 2%;
  margin: 20px 0;
}

.yellow-label {
  background: #c99938;
  padding: 4px 6px;
  border-radius: 3px;
  color: #fff !important;
}

ul.list {
  padding: 10px 0 10px 30px;
  list-style-type: disc;
}

ol.list {
  padding: 10px 0 10px 30px;
  list-style-type: decimal;
}

.txt-sz16 {
  font-size: 16px !important;
}

.txt-red {
  color: #bb1b21 !important;
}

.txt-blue {
  color: #138cd6 !important;
}

.txt-green {
  color: #7bbb2a !important;
}

.content-block {
  margin: 0 auto !important;
}

.key {
  display: inline-block !important;
  font-size: inherit;
  letter-spacing: normal;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

/*Sprite*/
.icon-s-droparw {
  background-position: -480px 0;
  height: 10px;
  width: 10px;
  display: inline-block;
  line-height: 16px;
  font-size: 0;
}

/*buttons*/
a.btn-style,
input.btn-submit,
a.grn-btn,
a.red-btn,
a.moreBtn,
a.transparent-btn {
  font-size: 16px;
  color: #fff !important;
  padding: 8px 20px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  border: none;
}

a.btn-style,
input.btn-submit {
  background: #424f56;
}

.btn-submit,
.btn-reset {
  background: #74b90f !important;
  border: #aaa;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 7px 20px;
  border: none;
}

.btn-reset [type="reset"] {
  background: #ddd !important;
  color: #333;
}

a.grn-btn {
  background: #7bbb2a;
}

a.red-btn {
  background: #e9142b;
}

a.moreBtn {
  background: #7bbb2a;
}

a.transparent-btn {
  color: #333 !important;
  border: 1px solid #ccc;
}

a.btn-style:hover,
input.btn-submit:hover,
a.grn-btn:hover,
a.red-btn:hover,
a.moreBtn:hover {
  text-decoration: none;
}

a.btn-style:hover,
input.btn-submit:hover {
  background: #566166;
}

a.grn-btn:hover {
  background: #7aab2a;
}

a.red-btn:hover {
  background: #de0920;
}

a.transparent-btn:hover {
  background: #f1f1f1;
}

a.moreBtn:hover {
  background: #7aab2a;
  font-size: 12px;
}

a.orange-btn {
  background: #dd8b2b !important;
}

a.orange-btn:hover {
  background: #c37d2a !important;
}

a.red-btn {
  background: #e71b33 !important;
}

a.red-btn:hover {
  background: #cb192e !important;
}

a.blue-outline-btn {
  background: #fff;
  border: 2px solid #0099cc;
  color: #0099cc;
  font-size: 15px;
  padding: 7px 30px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
}

a.blue-outline-btn:hover,
a.blue-outline-btn:focus,
a.blue-outline-btn:active {
  background: #0099cc;
  border: 2px solid #0099cc;
  color: #ffffff;
  text-decoration: none;
}

a.blue-btn {
  background: #0099cc;
  border: 2px solid #0099cc;
  color: #fff;
  font-size: 15px;
  padding: 8px 30px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
}

a.blue-btn:hover,
a.blue-btn:focus,
a.blue-btn:active {
  background: #0099cc;
  border: 2px solid #0099cc;
  color: #ffffff;
  text-decoration: none;
}

/* scroll css */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #ececec;
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #ececec;
}

::-webkit-scrollbar-thumb {
  background-color: #009fc7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.5, transparent), to(transparent));
}

/* help Header */
.help-top-menu {
  height: 80px;
  background-color: #101c27;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  position: fixed;
  z-index: 4;
  left: 0;
  top: 0;
}

.menu-container {
  position: relative;
  overflow: hidden;
  width: 94%;
  margin: 0 auto;
}

.help-top-menu .product-logo {
  margin-top: -15px;
  float: left;
}

.help-top-menu .product-logo img {
  width: 180px;
  margin-top: 28px;
  float: left;
}

.product-logo a span {
  background: url(https://www.manageengine.jp/sites/default/files/applicationsmanager-light-logo.svg) no-repeat 0 0;
  width: 185px;
  height: 48px;
  position: absolute;
  top: 18px;
  left: 0;
  background-size: 100%;
}

@media only screen and (max-width: 1024px) {
  .product-logo a span {
    position: fixed;
    left: 25px;
    /* top: 15px; */
  }
}

.help-top-menu .product-logo h4 {
  color: #fff;
  float: left;
  margin-top: 44px;
  border-left: 1px solid #444444;
  margin-left: 205px;
  padding-left: 20px;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 5px;
  background-color: transparent !important;
}

.help-top-menu .right-menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.help-top-menu .right-menu li {
  float: left;
}

.help-top-menu .right-menu li.download {
  margin-top: 19px;
  margin-left: 10px;
}

.help-top-menu .right-menu li a {
  padding: 26px 15px;
  color: #fff;
  display: block;
  font-size: 14px;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 0;
}

.help_top_pane .right-menu li a {
  color: #000;
}

.btn-download span {
  background: url(../images/download-icon.png) no-repeat 0 0;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 99999;
}

.help-top-menu .right-menu li .btn.btn-download,
.help-top-menu .right-menu li .btn.btn-download:hover {
  background: #e9142b;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 4px 15px;
  display: inline-block;
  width: 145px;
  border-radius: 5px;
  text-decoration: none;
  text-align: left;
  font-weight: 500;
  padding-right: 0;
  border: 0;
}

.menu-highlight {
  position: absolute;
  right: 0;
  bottom: 3px;
}

.menu-highlight .edition {
  text-align: right;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
}

.main {
  padding-top: 40px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
  position: fixed;
  padding: 0 2.5%;
  box-sizing: border-box;
}

.nav-dwn-icon {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.logged-in #helpSidebar,
.logged-in #help-content-wrapper {
  top: 220px;
  height: calc(100% - 280px);
}

#helpSidebar {
  box-sizing: border-box;
  height: calc(100% - 200px);
  width: 23%;
  position: fixed;
  top: 130px;
  bottom: 30px;
  z-index: 2;
  overflow-x: hidden;
}

#help-content-wrapper {
  width: 70%;
  margin-left: 25%;
  box-sizing: border-box;
  height: calc(100% - 180px);
  position: fixed;
  top: 130px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  overflow-x: hidden;
  padding-bottom: 100px;
}

#help-content-wrapper h1 {
  border-bottom: 2px solid #000;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

#helpSidebar ul li {
  list-style: none;
  font-size: 13px;
}

#helpSidebar ul li a,
#helpSidebar ul li a:hover {
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
  width: 90%;
}

#helpSidebar .zoho-parent-innerwrapper {
  padding-left: 20px;
  position: relative;
}

#helpSidebar .zoho-child-wrapper li {
  padding-left: 20px;
  position: relative;
}

#helpSidebar .zoho-parent-innerwrapper:before {
  content: "-";
  display: inline-block;
  position: absolute;
  left: 7px;
}

#helpSidebar .zoho-parent-innerwrapper.hasChild:before {
  content: "+";
  display: inline-block;
  position: absolute;
  left: 5px;
}

#HelpFooter {
  background: #fff;
  bottom: 0;
  border-top: 1px solid #e2e2e2;
  color: #727272;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  left: 0;
  position: fixed;
  text-align: center;
  width: 100%;
}

li.in.finde_me a.active .arp:before {
  background: url('../images/icon_minus.gif') no-repeat;
}

li.active>a:first-child .arp:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  padding-left: 10px;
  background: url("../images/icon_minus.gif") no-repeat;
}

.arp:before,
.top_level.active>a .arm:before {
  background: url("../images/icon_plus.gif") no-repeat;
  content: "";
  display: inline-block;
  height: 13px;
  width: 16px;
  position: absolute;
  top: 2px;
  left: -25px;
}

.arm:before,
.top_level.active>a .arp:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  padding-left: 10px;
  background: url("../images/icon_minus.gif") no-repeat;
}

.bk:before {
  content: "";
  display: inline-block;
  width: 16px;
  background: url("../images/icon_book_open.gif") no-repeat;
  height: 13px;
  position: absolute;
  top: 3px;
  left: -29px;
}

a.active {
  color: #009fc7 !important;
}

/* MOBILE MENU */
.z-mobile-menu-v2 {
  position: relative;
  z-index: 999;
}

.z-bottom-cta-menu,
.zmobile-menu-new {
  display: none;
}

.z-bottom-cta-menu *,
.zmobile-menu-new * {
  box-sizing: border-box;
}

#bottomFooter {
  background: #f7f7f7;
  padding: 3px 10px;
  border-bottom: 1px solid #e2e2e2;
}

#bottomFooter ul li {
  display: inline-block;
  list-style: none;
}

#bottomFooter ul li a {
  font-size: 12px;
  padding: 0px 20px;
  text-decoration: none;
  color: #000000;
}

.baseFooter {
  padding: 10px;
}

@media only screen and (max-width: 1024px) {

  .product-logo h4,
  .menu-container .right-menu.header_d,
  .menu-highlight,
  #helpSidebar {
    display: none;
  }

  #help-content-wrapper {
    width: 100%;
    position: initial;
    margin: 0;
  }

  .z-mobile-menu-v2 li {
    list-style: none;
  }

  .z-bottom-cta-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.1);
    display: block;
    background: #f8f8f8;
  }

  .z-bottom-cta-menu.ziosSafari {
    padding-bottom: 44px;
  }

  .z-bottom-cta-menu a {
    background: #fff;
    color: #0067ff;
    padding: 14px 0;
    display: inline-block;
    box-sizing: border-box;
    font-family: inherit;
    width: calc(100% - 50px);
    text-align: center;
    transition: 0.4s ease-out all;
    height: 100%;
    text-transform: uppercase;
    margin-left: 50px;
    font-size: 16px;
  }

  .z-bottom-cta-menu a.loggedin {
    display: none;
  }

  .z-bottom-cta-menu.onscroll a {
    color: #fff;
    background: #f0483e;
  }

  .z-bottom-cta-menu.onscroll_top a {
    color: #fff;
    background: #f0483e;
    transition: 0.3s ease-out all !important;
  }

  .mobile-menu-icon1 {
    background: #000;
    text-indent: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    cursor: pointer;
    height: 50px;
    transition: all 0.3s ease;
    text-align: center;
    font-family: inherit;
  }

  .mobile-menu-icon1.active {
    background: #000;
  }

  .mobile-menu-icon1.active em {
    color: #8c8c8c;
  }

  .zhamburger {
    width: 26px;
    height: 15px;
    display: block;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    margin: 18px auto 0;
    pointer-events: none;
    font-family: inherit;
  }

  .zhamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .zhamburger span:nth-child(2n + 1) {
    left: 0;
    border-radius: 9px 0 0 9px;
  }

  .zhamburger span:nth-child(1),
  .zhamburger span:nth-child(2) {
    top: 0;
  }

  .zhamburger span:nth-child(2n) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }

  .zhamburger span:nth-child(3),
  .zhamburger span:nth-child(4) {
    top: 6px;
  }

  .zhamburger span:nth-child(5),
  .zhamburger span:nth-child(6) {
    top: 12px;
  }

  .zhamburger.active span {
    background: #fff;
  }

  .zhamburger.active {
    color: #757575;
  }

  .wrap70 {
    width: 100%;
  }

  .zhamburger.active span:nth-child(1),
  .zhamburger.active span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .zhamburger.active span:nth-child(1) {
    left: 4px;
    top: 5px;
  }

  .zhamburger.active span:nth-child(2),
  .zhamburger.active span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .zhamburger.active span:nth-child(2) {
    left: calc(50% - 4px);
    top: 5px;
  }

  .zhamburger.active span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }

  .zhamburger.active span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }

  .zhamburger.active span:nth-child(5) {
    left: 4px;
    top: 10px;
  }

  .zhamburger.active span:nth-child(6) {
    left: calc(50% - 4px);
    top: 10px;
  }

  .zmobile-menu-new {
    position: fixed;
    background: transparent;
    height: calc(100% - 50px);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
    transition: background 0.3s ease-in;
  }

  .zmobile-menu-new.zbg {
    background: rgba(0, 0, 0, 0.75);
  }

  .zmobile-menu-new-inner {
    position: absolute;
    left: 5px;
    width: 300px;
    bottom: -70px;
    opacity: 0;
    transition: all 0.3s ease;
    max-height: calc(100% - 65px);
    overflow: hidden;
    background: #fff;
    box-shadow: 40px 40px 300px 100px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }

  .zmobile-menu-new-content {
    overflow: auto;
    height: 100%;
  }

  .zmobile-menu-new-inner.zshow {
    bottom: 5px;
    opacity: 1;
  }

  .zmobile-menu-search {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #efefef;
    height: 50px;
    background: #f9f9f9;
    z-index: 9;
  }

  .zmobile-menu-searchbox {
    position: relative;
  }

  .zmobile-menu-searchinput {
    background: transparent;
    padding: 5px 50px 5px 10px;
    font-size: 16px;
    float: none;
    max-width: 100%;
    margin: 0;
    height: initial;
    line-height: initial;
    border: none;
    text-indent: 0;
    width: 100%;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .zmobile-menu-searchinput::-webkit-input-placeholder {
    color: #878787;
  }

  .zmobile-menu-searchinput::-moz-placeholder {
    color: #878787;
  }

  .zmobile-menu-searchinput:-ms-input-placeholder {
    color: #878787;
  }

  .zmobile-menu-searchinput:-moz-placeholder {
    color: #878787;
  }

  .zmobile-menu-searchbtn {
    height: 28px;
    width: 40px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    border: none;
    background: #f7f7f7;
    padding: 0;
    outline: 0;
  }

  .zmobile-menu-searchbtn:before {
    content: "";
    height: 15px;
    width: 1px;
    background: #d4d4d4;
    position: absolute;
    left: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .zmobile-menu-searchbtn span {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    opacity: 0.5;
  }

  .zmobile-menu-link {
    overflow: auto;
    max-height: calc(100vh - 140px);
  }

  .zmobile-menu-new ul {
    padding: 15px 20px 15px 25px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }

  .zmobile-menu-new .ulempty {
    padding: 33px 20px 15px 25px;
  }

  .zmobile-menu-new ul ul {
    padding: 0 0 20px 15px;
  }

  .zmobile-menu-new ul li.zlogin-menu a {
    border-top: 1px solid #efefef;
  }

  .zmobile-menu-new ul li a,
  .zmobile-menu-new ul li>span {
    padding: 8px 25px 8px 0;
    box-sizing: border-box;
    display: block;
    color: #333;
  }

  .zmobile-menu-new ul ul li a {
    padding: 8px 13px 8px 0;
  }

  .main-container-wrapper #mini-panel-product_menu,
  .ptmenu.sticky {
    border-bottom: 0;
    background: transparent;
  }

  .zgh-accounts .zgh-signup {
    display: none !important;
  }

  .banner-section .content-wrap {
    padding-top: 0;
  }

  .chat-widget {
    display: none !important;
  }

  .common-links {
    padding-bottom: 60px;
  }

  .zmobile-menu-new ul.dropdown-menu {
    padding: 0;
    display: none;
  }

  .zmobile-menu-new ul li .dropdown-menu a {
    font-size: 14px !important;
    padding: 7px 0 7px 12px !important;
    white-space: initial;
  }

  .zdropdown-container a,
  .zdropdown-container span {
    position: relative;
  }

  .request-drop-wrap {
    display: none !important;
  }

  .zcommon-link-container {
    border-top: 1px solid #efefef;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #fff;
  }

  .zcommon-link-container>span {
    padding: 8px 20px 3px 25px;
    display: block;
  }

  .zcommon-link-container>span a {
    color: #333;
  }

  .z-bottom-cta-menu.onscroll a {
    color: #fff;
    background: #f0483e;
  }

  #HelpFooter {
    bottom: 16px;
  }

  #help-content-wrapper {
    padding-bottom: 120px;
  }
  /* Overriding the common help css for ipad view adjustments */
  .help_top_pane .right-menu {
    height: calc(100vh - 150px);
  }

  div.right-menu {
    box-shadow: 0 0px 5px #ccc;
    height: calc(100% - 50px);
  }
  /* Overriding the common help css for ipad view adjustments */

}

/* SIDE MENU */
@media screen and (min-width: 1025px) {
  .help_top_pane {
    display: none;
  }
}

.help_top_pane .right-menu ul>li.top_level:last-child {
  padding-bottom: 100px;
}

.help_top_pane .right-menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.help_top_pane .right-menu li {
  float: left;
}

.help_top_pane .right-menu li a {
  padding: 26px 15px;
  display: inline-block;
  font-size: 14px;
  border-bottom: 4px solid transparent;
  text-decoration: none;
  font-weight: 300;
  margin-bottom: 0;
}

@media screen and (max-width: 1076px) {
  div.right-menu {
    background: #fff !important;
    box-shadow: 0 3px 5px #ccc;
    height: calc(100% - 50px);
    overflow-y: scroll;
    margin: 0 !important;
    padding: 0;
    position: fixed;
    right: -100%;
    top: 80px;
    transition: all 0.5s;
    width: 50%;
  }

  div.right-menu li {
    float: none !important;
    padding-right: 15px;
    list-style: none;
    width: 85%;
    margin: 0 auto;
  }

  div.right-menu li a {
    border: none !important;
    color: #000;
  }

  .help_top_pane .right-menu li a {
    padding: 7px 0;
    width: 100%;
  }

  .help_top_pane .right-menu li a:hover {
    border: none;
  }

  .help_top_pane .right-menu li .btn.btn-danger {
    color: #fff !important;
    float: left;
  }

  .menushow {
    right: 0 !important;
    transition: all 0.5s;
  }
}

@media screen and (max-width: 500px) {
  .product-logo h4 {
    display: none;
  }

  div.right-menu {
    width: 100%;
  }

  .menushow {
    transition: all 0.5s;
    width: 90%;
  }
}

/* hamburger */
.hamburger {
  position: fixed;
  right: 20px;
  top: 20px;
}

.hamburger {
  display: none;
}

.hamburger .line {
  width: 35px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.is-active .line {
  width: 30px;
}

.hamburger:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* COMMON */
.border td {
  border: 1px solid;
  padding: 10px;
}

.plain_border {
  padding: 20px;
  border: 1px solid #000;
}

.customernote {
  background: #e9fafd;
  padding: 20px;
  border: 1px solid #e7f3f5;
  border-left: 3px solid #e9142b;
}

code {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #e9142b;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  margin: 12px 0;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
  font-weight: bold;
}

pre {
  font-size: 12px;
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
  line-height: initial;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #e9142b;
  color: #666;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}

/* SIDEBAR */
.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease;
}

.animate-menu-push.animate-menu-push-right {
  left: 200px;
}

.animate-menu-push.animate-menu-push-left {
  left: -200px;
}

.animate-menu {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  transition: all 0.3s ease;
}

.animate-menu-left {
  left: -200px;
}

.animate-menu-left.animate-menu-open {
  left: 0;
}

.animate-menu-right {
  right: -200px;
}

.animate-menu-right.animate-menu-open {
  right: 0;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.sidebar-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-menu>li>a {
  padding: 5px 0;
  display: block;
  border-left: 3px solid transparent;
  color: #000000;
}

.sidebar-menu>li>a:only-child {
  padding: 7px 0;
}

.sidebar-menu>li:hover>a,
.sidebar-menu>li.active>a {
  color: #000000;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

.sidebar-menu li.sidebar-header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
}

.sidebar-menu li.active>.sidebar-submenu {
  display: block;
}

.sidebar-menu a {
  color: #000000;
  text-decoration: none;
}

.sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 10px;
  margin: 0 1px;
  background: #ffffff;
}

.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 20px;
}

.sidebar-menu .sidebar-submenu.menu-open {
  padding-left: 26px;
}

.sidebar-menu .sidebar-submenu .sidebar-submenu.menu-open {
  padding-left: 22px;
}

.sidebar-menu .sidebar-submenu>li>a {
  padding: 7px 0;
  display: block;
}

.sidebar-menu .sidebar-submenu>li.active>a,
.sidebar-menu .sidebar-submenu>li>a:hover {
  color: #000000;
}

.right-menu.menushow .sidebar-menu {
  margin-top: 20px;
}

.bk {
  display: flex;
  position: relative;
  left: 25px;
  width: 85%;
  word-break: break-all;
  line-height: 1.2;
}

.arp,
.arm {
  word-break: break-word;
  display: flex;
  position: relative;
  left: 20px;
}

/* IMAGE POPUP*/
.open_image+figure {
  display: none;
}

.popup {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.2s;
}

.popup.pop {
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0s;
}

.popup.pop figure {
  margin-top: 0;
  opacity: 1;
  overflow: hidden;
}

.popup figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin-top: 30px;
  opacity: 0;
  /*width: 85%;*/
}

.popup figure img {
  position: relative;
  z-index: 2;
}

.popup figure figcaption {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.78));
  z-index: 2;
  width: 100%;
  padding: 100px 20px 20px 20px;
  color: #fff;
  font-size: 20px;
}

.popup figure figcaption small {
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
  text-indent: 3px;
  opacity: 0.7;
  letter-spacing: 1px;
}

.popup .close {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url(#close);
  border-radius: 25px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.popup .close svg {
  width: 100%;
  height: 100%;
}

/* IMAGE POPUP END */
/* TABLE RESPONSIVE START */
.table-responsive {
  overflow-x: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

td .table-responsive {
  margin-top: 20px;
}

.table-responsive table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.table-responsive th {
  border: #e3e2db solid 1px;
  background-color: #eeeeeb;
}

.table-responsive td {
  border: #e3e2db solid 1px;
}

.table-responsive .nowrap td {
  white-space: nowrap;
}

/* TABLE RESPONSIVE END */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  /*margin-top: 20px;*/
}

td,
th {
  vertical-align: middle;
  /*background: red;*/
  padding: 10px;
}

table p {
  margin: 0;
}

/* TABLE END */
/* IMAGE */
.img-wrapper.tc {
  margin-left: auto !important;
  margin-right: auto !important;
}

.wrap60.tc {
  margin: 0 auto !important;
}

.tc {
  text-align: center;
}

.wrap60 {
  width: 60%;
}

.img-wrapper a {
  position: relative;
  display: block;
}

.img-wrapper .caption {
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}

.img-popup a:before {
  height: 16px;
  background: #fff url(../images/me-sprite-new.png) no-repeat -223px -119px;
  width: 16px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-top-left-radius: 6px;
  padding: 1px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.img-wrapper img {
  border: 1px solid #eaeaea;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  box-sizing: border-box;
}

.img-wrapper img {
  display: block;
}

.images-in-text img {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  max-width: 100%;
  border: none;
  -ms-interpolation-mode: bicubic;
}

img {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  max-width: 100%;
  border: none;
  -ms-interpolation-mode: bicubic;
}

.img-popup.pop {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 90%;
  left: 0;
  padding: 5%;
  text-align: center;
  top: 0;
  width: 90%;
  z-index: 999999;
}

.img-popup.pop figure {
  max-height: 100%;
  max-width: 100%;
  margin-top: -2%;
  position: relative;
}

.popup figure img {
  width: 100%;
  max-width: max-content;
}

/***** Image End *****/
/***** PADDING & MARGIN Start *****/
#help-content-wrapper h1 {
  margin-top: 0;
  padding: 0 0 15px 0;
  margin-bottom: 24px;
}

#help-content-wrapper p {
  margin-bottom: 15px;
  line-height: 1.6;
}

/*
.computer_code{
    margin-bottom: 20px;
    background: #f4f4f4 !important;
    border: 1px solid #ddd !important;
    border-left: 3px solid #E9142B !important;
    color: #666 !important;
    page-break-inside: avoid;
    font-family: monospace;
    padding: 1em 1.5em !important;
    display: block;
    word-wrap: break-word !important;
}
*/
/*#help-content-wrapper li > p {
    margin-bottom: 0;
}*/
p,
li {
  font-size: 15px;
}

/*
#help-content-wrapper h2 {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 30px;
}
*/
#help-content-wrapper h2 {
  border-left: #0478b9 solid 3px;
  border-right: #0478b9 solid 3px;
  background-color: #333;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  margin: 40px 0 25px;
  padding: 0px 0 3px 15px;
}

#help-content-wrapper h3 {
  border-left: #000000 solid 5px;
  border-bottom: #333 dotted 1px !important;
  font-size: 20px;
  margin: 0px 0px 25px 2px !important;
  padding: 7px 0 5px 15px;
  font-weight: 400;
}

#help-content-wrapper h4 {
  background: url(h4_icon.png) no-repeat bottom left;
  font-size: 16px;
  margin: -65px 0px 20px 2px;
  padding-left: 20px;
  padding-top: 85px;
}

#help-content-wrapper h5 {
  color: #0478b9;
  border-bottom: dashed 2px #0478b9;
  font-size: 15px;
  margin: -60px 0px 10px 0px;
  padding-left: 17px;
  padding-top: 85px;
}

#help-content-wrapper ul,
#help-content-wrapper ol {
  padding-left: 20px;
  margin-bottom: 15px;
  padding-inline-start: 40px;
}

#help-content-wrapper li:not(:last-child) {
  padding-bottom: 15px;
}

#help-content-wrapper .img-popup {
  margin: 20px auto 20px auto !important;
}

#help-content-wrapper li+.img-popup {
  margin-top: 0 !important;
}

#help-content-wrapper .customernote p {
  /*margin: 0;*/
}

#help-content-wrapper .customernote ul {
  margin-bottom: 0;
}

#help-content-wrapper .customernote {
  margin-bottom: 20px;
  margin-top: 5px;
}

#help-content-wrapper td ul,
#help-content-wrapper td ol {
  padding-left: 20px;
  margin-bottom: 0;
  padding-inline-start: 40px;
}

/*
h3 {
    margin-bottom: 20px;
    margin-top: 20px;
}
h4 {
    margin-top:20px;
    margin-bottom:20px;
}
*/
@media screen and (max-width: 500px) {
  .table-responsive .nowrap_mob td {
    white-space: nowrap;
  }
}

.plain_border {
  margin-bottom: 20px;
}

#help-content-wrapper li ul,
#help-content-wrapper li ol {
  margin-bottom: 0 !important;
  padding-top: 15px !important;
}

/***** PADDING & MARGIN End *****/
/***** Search Bar Start *****/
.site-search {
  position: absolute;
  width: 30%;
  height: 50%;
  background-color: #101c27;
  display: none;
  z-index: 10;
  border-top: 1px solid #444444;
  right: 0;
}

.site-search>input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 3%;
  border: 0;
  background-color: #101c27;
  color: #fff;
  font-size: 14px;
}

.site-search>input:focus {
  outline: 0;
}

.site-search>input::-moz-placeholder {
  color: #9da9b9;
  opacity: 1;
}

.site-search>input:-ms-input-placeholder {
  color: #9da9b9;
}

.site-search>input::-webkit-input-placeholder {
  color: #9da9b9;
}

.site-search .search-tools {
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -20px;
  z-index: 5;
}

.site-search .search-tools .clear-search,
.site-search .search-tools .close-search {
  display: inline-block;
  transition: color 0.25s;
  cursor: pointer;
  vertical-align: middle;
}

.site-search .search-tools .clear-search {
  padding: 10px 0;
  color: #9da9b9;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-search .search-tools .clear-search:hover {
  color: #606975;
}

.site-search .search-tools .close-search {
  margin-left: 10px;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.site-search .search-tools .close-search:hover {
  color: #9da9b9;
}

.site-search.search-visible {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1200px) {
  .site-search>input {
    padding-right: 105px;
    padding-left: 15px;
  }

  .site-search .search-tools {
    right: 15px;
  }
}

.search_form {
  position: relative;
  cursor: pointer;
}

.search-icon {
  background: url(../images/search-icon.png) no-repeat 9px 0px;
  height: 28px;
  width: 45px;
  position: absolute;
  right: 3px;
  border: 0;
}

/*Feedback Form css*/
.feedback-container {
  display: none;
}

.feedback-input {
  display: inline-block;
  text-align: center;
}

.fbstatus {
  visibility: hidden;
  height: 0px;
  height: 0px;
  width: 0;
  margin: 0;
}

.feedback-input label {
  display: block;
}

.fbstatus+label p {
  margin: 0;
}

.fbstatus:checked+label p {
  background: #70b15f;
  color: #fff;
  border-radius: 3px;
}

.emojy-container {
  filter: saturate(3);
  display: inline-block;
  width: 80px;
  height: 80px;
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/feedback_smiley.gif);
  transform: scale(0.8);
}

.emojy-smile2 {
  background-position: 6% 30%;
}

.emojy-neutral {
  background-position: 94% 91%;
}

#divHelpFeedback {
  display: none;
}

.fdb {
  width: 300px !important;
  margin-top: 15px;
  height: 130px !important;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 12px 15px !important;
  display: block;
}

.submitfb {
  display: block;
  margin-top: 15px;
  color: #fff;
  background: #d0342e;
  padding: 12px 8px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

/*feedback form css ends*/
@media screen and (min-width: 1024px) {
  .on_desktop {
    display: none;
  }
}

@media screen and (max-width: 1024px) {

  .btn-download span,
  .search-icon {
    display: none;
  }

  .menu-container {
    position: initial;
  }

  .search_form .btn {
    width: unset !important;
    padding: 8px 25px 8px 0 !important;
  }

  .site-search {
    top: 80px;
  }
}

.site-search .close {
  position: absolute;
  right: 0;
  top: 14px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}

.site-search .close:hover {
  opacity: 1;
}

.site-search .close:before,
.site-search .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 16px;
  width: 2px;
  background-color: #9da9b9;
}

.site-search .close:before {
  transform: rotate(45deg);
}

.site-search .close:after {
  transform: rotate(-45deg);
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/***** Search Bar End *****/
/***** Search Content Start *****/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tipue_search_result,
#tipue_search_error {
  padding: 30px 25px;
  margin: 10px 0;
  background: #fff;
  border-radius: 8px;
  color: #000000;
  box-shadow: 0 0px 30px -6px rgba(119, 119, 119, 0.4);
}

#tipue_search_error {
  text-align: center;
  line-height: inherit !important;
  padding: 30px 25px !important;
}

#tipue_search_results_count {
  padding-top: 9px;
}

#tipue_search_results_count .tipue_search_result:first-child {
  margin-top: 20px;
}

#tipue_search_results_count,
.tipue_search_content_debug {
  font-size: 12px;
  line-height: 12px;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
}

.tipue_search_content_title {
  font-size: 20px;
  line-height: 20px;
  color: #111;
}

.tipue_search_content_title a {
  color: #111;
  text-decoration: none;
}

.tipue_search_content_url,
.tipue_search_note,
.tipue_search_related,
#tipue_search_error,
#tipue_search_replace {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  padding-top: 7px;
  word-wrap: break-word;
  hyphens: auto;
}

.tipue_search_content_url a,
.tipue_search_note a,
.tipue_search_related a,
#tipue_search_replace a,
#tipue_search_replace a:hover {
  color: #339e41;
  text-decoration: none;
}

.tipue_search_content_text {
  font-size: 14px;
  /*line-height: 1.4;*/
  color: #333;
  hyphens: auto;
  margin-top: 5px;
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.8em;
}

.tipue_search_content_bold {
  font-weight: bold;
  color: #333;
}

#tipue_search_replaced {
  color: #e9142b;
  cursor: pointer;
}

.tipue_search_img {
  width: 30%;
  margin: 10px 0;
}

/* footer */
#tipue_search_foot {
  margin-top: 25px;
}

#tipue_search_foot_boxes {
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
  margin-bottom: 0 !important;
}

#tipue_search_foot_boxes {
  font: 14px "Source Code Pro", sans-serif;
  text-transform: uppercase;
  color: #333;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#tipue_search_foot_boxes li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

#tipue_search_foot_boxes li a {
  background-color: #f7f7f7;
  color: #666;
  padding: 6px 12px;
  border-radius: 3px;
  margin-right: 7px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

#tipue_search_foot_boxes li.current {
  background: #252525;
  color: #ccc;
  padding: 6px 12px;
  border-radius: 3px;
  margin-right: 7px;
  text-align: center;
}

#tipue_search_foot_boxes li a:hover {
  background: #252525;
  color: #ccc;
}

#tipue_search_foot_boxes {
  display: none;
}

/***** Search Content End *****/
/* 補足情報 */
.point {
  position: relative;
  margin: 40px 0 30px;
  padding: 25px 20px 20px;
  border-radius: 10px;
  background-color: #eeeeee;
  font-size: 14px;
  clear: both;
}

.point p {
  margin: 0;
}

.point:before {
  position: absolute;
  left: 15px;
  top: -15px;
  content: "\f0eb";
  z-index: 2;
  width: 32px;
  height: 32px;
  padding-top: 3px;
  border-radius: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0478b9;
  color: #ffffff;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
  text-align: center;
}

.point:after {
  position: absolute;
  left: 32px;
  top: -8px;
  z-index: 1;
  content: "POINT";
  padding: 3px 10px 3px 20px;
  border-radius: 5px;
  background-color: #0478b9;
  color: #ffffff;
  font-family: Verdana, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
}

/* 注意書き */
.attention {
  position: relative;
  margin: 40px 0 30px;
  padding: 20px;
  border-radius: 10px;
  border: dotted 2px #ff0000;
  background-color: #ffefef;
  font-size: 14px;
  clear: both;
  word-break: break-all;
}

.attention:before {
  position: absolute;
  left: 20px;
  top: -15px;
  content: "\f071";
  background-color: #ffffff;
  color: #ff0000;
  font-family: "FontAwesome";
  font-size: 26px;
  line-height: 1;
}

.attention p {
  margin: 0;
}

/* ハイライト */
.highlight {
  background-color: #ffff00;
  padding: 0 3px;
}

.clr {
  clear: both;
}

.mr-7 {
  margin-right: 7px;
}

.feedback-wrapper {
  background: #ebf6ff;
  padding: 25px 30px 30px 30px;
  border-radius: 13px;
}

.feedback-wrapper p {
  margin-bottom: 20px;
}

#feedback-container label {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

#feedback-container textarea {
  width: 100%;
  border: none;
  border-radius: 7px;
  resize: none;
  padding: 15px;
  box-sizing: border-box;
  font-size: 12px;
  margin: 10px 0 15px 0;
  font-family: 'Noto Sans CJK JP', 'Zoho_Puvi_Regular', sans-serif !important;
  outline: none;
}

#feedback-container textarea::placeholder {
  color: #bdbdbd;
}

.fdback-send,
.fdback-cancel,
.fdback-yes,
.fdback-no {
  color: #fff !important;
  border: none;
  padding: 3px 20px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
}

.err_msg {
  color: #e71b34 !important;
  font-size: 10px !important;
  margin: 5px 0 5px 0 !important;
  min-height: 1px;
  padding: 5px;
  display: none;
  position: relative;
}

.comment_err {
  margin-bottom: 10px !important;
}

.disable_btn {
  pointer-events: none;
  opacity: .9;
}

.loader-txt {
  display: none
}

.loader-txt span {
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-radius: 50%;
  background: white;
  font-size: 15px;
  margin: 0 1px;
  -webkit-animation: blink;
  animation: blink;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.reg_btn .loader-txt span:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.reg_btn .loader-txt span:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.thanks_msg {
  margin-bottom: 0 !important;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes blink {
  0% {
    opacity: 0
  }

  20% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.fdback-send,
.fdback-yes {
  background: #1088ff;
}

.fdback-cancel {
  background: #aaaaab;
}

.fdback-no {
  background: #e5234d;
}

.fdback-label input {
  position: absolute;
  opacity: 0;
}

.fdback-label .checkmark {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fdback-label .checkmark:after {
  content: "";
  width: 8px;
  height: 4px;
  display: inline-block;
  display: none;
  border-top: 2px solid #0d67ff;
  border-right: 2px solid #0d67ff;
  transform: rotate(-232deg);
  position: relative;
  top: -1px;
}

.fdback-label input:checked~.checkmark:after {
  display: block;
}

.feedback-wrapper {
  padding: 20px;
  border-radius: 8px;
}

#feedback-container {
  padding-top: 15px;
  margin-bottom: 15px;
  max-width: 745px;
  width: 100%;
}

/* feedback form css ends */
@media screen and (max-width: 600px) {

  .wrap60,
  .wrap40,
  .wrap30,
  .wrap20 {
    width: 100%;
  }

  #help-content-wrapper ul,
  #help-content-wrapper ol {
    padding-inline-start: 10px;
  }

  #help-content-wrapper h2 {
    font-size: 18px;
    padding: 4px 4px 4px 10px;
  }
}