.more-opt {
    margin-bottom: 40px
}

.more-opt .f-body {
    text-align: left
}

a.readme {
    color: #138cd6;
    position: relative;
    font-size: 16px;
    margin: 0 0 10px;
    display: inline-block;
}

a.readme:before {
    content: '';
    position: absolute;
    top: 0;
    left: -18px;
    bottom: 0;
    width: 13px;
    background-image: url('https://www.manageengine.com/ems/images/hotfix-icon.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.pg-head {
    color: #888;
    font-weight: 300
}

.dwn-cont {
    background: none;
    margin: 40px auto;
}

.dwn-form-cont {
    border-left: 1px solid #efefef;
    border-left: 1px solid hsl(0, 0%, 100%);
    border-right: 1px solid hsl(0, 0%, 100%);
    float: left;
    min-height: 400px;
    padding: 20px 2% 5px;
    width: 29%;
}

#downloadSubmit {
    width: 98%
}

.nav-qte a:hover {
    background: #bdc1c5
}

.nav-qte-icon {
    background-position: -209px -54px
}

.dwn-link-cont {
    float: left;
    min-height: 425px;
    width: 66.7%;
}

.dwn-link-cont1 {
    float: left;
    min-height: 425px;
    width: 66.7%;
}

.dload-flex {
    margin: 20px 0 0;
}

.dload-flex .dload-btn {
    display: inline-block;
}

.dload-flex .dload-btn a {
    position: relative;
    font-size: 15px;
    margin-left: 20px;
    padding-left: 6px;
}

.dload-flex .dload-btn .main-cta {
    display: block;
    padding: 15px;
    padding-left: 40px;
    background-color: #ca4420;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;
    line-height: normal;
    margin: 15px 15px 5px;
    min-width: 240px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.dload-flex .dload-btn .dload-btn {
    padding: 8px 15px;
    padding-left: 40px;
}

.dload-flex .dload-btn .main-cta:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background-image: url('https://www.manageengine.com/ems/images/hotfix-icon.png');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0001;
}

.dload-flex .dload-btn .main-cta.dload-btn:before {
    background-image: url('https://www.manageengine.com/ems/images/dload-icon.png');
}

.dload-flex .dload-btn .main-cta span {
    display: block;
    font-size: 12px;
    line-height: normal;
}

.dload-flex .dload-btn .main-cta.ppm-btn {
    background-color: #79be13;
    cursor: pointer;
}

p.note strong {
    font-weight: 500;
}

.spl-nt {
    background-color: #f8efef;
    border: 1px solid #f4bebe;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    margin: 10px auto 60px;
    max-width: 700px;
}

.spl-nt li {
    font-weight: 500;
}

.spl-nt li::marker {
    color: #ce5252;
}

.spl-nt ol {
    padding: 0 0 0 15px !important;
}

.spl-nt h3 {
    color: #ce5252 !important;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.spl-nt a {
    color: #0779b7;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th,
td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}

.hotfix-container {
    display: none;
}

.hotfix-container.active {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex !important;
    align-items: center;
    justify-content: center;
    display: block;
}

.hotfix-section {
    max-width: 530px;
    background: #fff;
    width: 100%;
    min-height: 200px;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

p.alret-message {
    font-size: 17px !important;
    line-height: 30px !important;
    margin: 0px 0px 20px !important;
    color: #000 !important;
}

.hotfix-section .flex {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    align-items: center;
}

.hotfix-section a.main-cta.ppm-btn {
    display: block;
    padding: 15px;
    padding-left: 40px;
    background-color: #79be13;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;
    line-height: normal;
    width: 250px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-decoration: none !important;
}

.hotfix-section a.main-cta.ppm-btn:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background-image: url('https://www.manageengine.com/ems/images/hotfix-icon.png');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0001;
}

.hotfix-section a.download-ppm-btn {
    text-decoration: underline;
    color: #138cd6;
}

.hotfix-section .close-btn.cta {
    background-color: #ca4420;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;
    line-height: normal;
    width: 160px;
    padding: 15px;
    cursor: pointer;
}

.hotfix-section img.close-btn {
    max-height: 35px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.heading-menu {
    display: none;
}

#commonHeader {
    min-height: 90px;
}

.container.sec-pTB {
    padding: 0;
}

a.dclogosvg {
    font-size: 26px;
    color: inherit;
    font-weight: 400;
    text-decoration: none;
    margin-top: 7px;
    font-family: 'Zoho_Puvi_SemiBold'
}

.aside-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}

.aside-menu ul {
    display: block;
    align-self: center;
    margin-top: 96px;
}

.aside-menu ul li {
    display: block;
}

.aside-menu ul li a {
    display: block;
    padding: 15px 25px;
    font-size: 15px;
    background-color: #f1f1f2;
    color: #000;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    position: relative;
}

.aside-menu ul li a.active {
    background-color: #2599f5;
    color: #fff;
    pointer-events: none;
}

.aside-menu ul li a:hover {
    background-color: #ccc;
    color: #000;
}

.aside-menu ul li:first-child a {
    border-radius: 0 15px 0 0;
}

.aside-menu ul li:last-child a {
    border-radius: 0 0 15px 0;
}

.aside-menu ul li a:hover:after,
.aside-menu ul li a.active:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: -18px;
    top: 7px;
    background-color: #2699f5;
    transform: rotate(45deg);
}

.aside-menu ul li a:hover:after {
    background-color: #ccc;
}

.aside-menu ul li:first-child a:hover:before,
.aside-menu ul li:first-child a.active:before {
    content: '';
    background-color: #2699f5;
    position: absolute;
    display: block;
    height: 12px;
    width: 12px;
    top: 0;
    right: 0px;
}

.aside-menu ul li:first-child a:hover:before {
    background-color: #ccc;
}

.aside-menu ul li:last-child a:hover:before,
.aside-menu ul li:last-child a.active:before {
    content: '';
    background-color: #2699f5;
    position: absolute;
    display: block;
    height: 12px;
    width: 12px;
    bottom: 0;
    right: 0px;
}

.aside-menu ul li:last-child a:hover:before {
    background-color: #ccc;
}

.main-area {
    max-width: 800px;
    margin: 0 0 0 280px;
}

.main-area .prd-sec {
    max-width: 680px;
    margin: 60px auto;
    text-align: center;
}

.main-area .prd-sec .dload-sec {
    display: block;
    vertical-align: center;
}

.main-area .prd-sec .dload-sec p {
    margin: 0 0 5px;
    font-size: 13px;
    color: #888;
    line-height: normal;
}

.main-area .prd-sec .dload-sec .main-cta {
    display: inline-block;
    padding: 15px;
    padding-left: 40px;
    background-color: #ca4420;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;
    line-height: normal;
    margin: 15px;
    min-width: 240px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.main-area .prd-sec .dload-sec .main-cta:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background-image: url('https://www.manageengine.com/ems/images/hotfix-icon.png');
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #0001;
}

.main-area .prd-sec .dload-sec .main-cta.dload-btn:before {
    background-image: url('https://www.manageengine.com/ems/images/dload-icon.png');
}

.main-area .prd-sec .dload-sec .main-cta.dload-btn {
    padding: 8px 15px 10px 40px;
    line-height: 25px;
}

.main-area .prd-sec .dload-sec .main-cta span {
    display: block;
    font-size: 12px;
    line-height: normal;
}

.main-area .prd-sec .note-sc {
    text-align: left;
    margin: 35px 0 25px;
    border-top: 1px dashed #ccc;
    padding: 20px 5px;
}

.main-area .prd-sec .note-sc h3 {
    margin: 0;
    padding: 0 0 10px;
}

.main-area .prd-sec .note-sc ol {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: decimal;
}

.main-area .prd-sec .note-sc ol li {
    padding: 0 0 10px;
    font-size: 12px;
    line-height: normal;
    color: #555;
}

.main-area .prd-sec .note-sc p {
    font-size: 12px;
    line-height: 20px;
    background-color: #f1f1f1;
    padding: 8px 14px;
    border-left: 4px solid #ccc;
}

.main-area .prd-sec .dload-sec p.spl-note {
    margin: 25px 0 10px;
    color: #cc7400;
    background-color: #ff91000d;
    padding: 15px;
    border: 1px dotted;
    line-height: 22px;
}

.main-area .prd-sec .note-sc strong {
    font-weight: 600;
}

.main-area .prd-sec .note-sc ol li.imp {
    padding: 5px 10px 10px;
    background-color: #ff000008;
    margin: 0 0 15px;
}

.main-area .prd-sec .note-sc ol li.imp strong {
    color: #ca4320;
}

.main-area .prd-sec .note-sc ol li:last-child {
    padding-bottom: 0;
}

.main-area .prd-sec .dload-sec p span {
    color: #ca4320;
}

.foot-copy {
    background: #f1f1f1;
}

.checksum {
    background-color: #f1f1f1;
    padding: 20px;
    margin: 20px;
}

.checksum h3 {
    margin: 0;
    padding: 0 0 5px;
}

.checksum ul {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.checksum ul li {
    list-style-type: none;
}

.checksum ul li:first-child {
    font-weight: 600;
    padding: 0 10px 0 0;
}

.checksum ul li:last-child {
    font-size: 12px;
    color: #2f9633;
    word-break: break-all;
}

.checksum p {
    margin: 0 !important;
    font-size: 12px;
    color: #7b2020;
}

@media(min-width:1300px) {
    .main-area {
        margin: auto;
    }
}

@media(max-width:1050px) {

    .aside-menu ul li a:hover:after,
    .aside-menu ul li a.active:after {
        width: 26px;
        height: 26px;
        right: -12px;
        top: 5px;
    }

    .aside-menu ul li a {
        padding: 10px 25px;
        font-size: 12px;
    }
}

@media(max-width:700px) {
    .main-area {
        margin: auto;
        padding: 25px;
    }

    .aside-menu {
        position: static;
    }

    .aside-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .aside-menu ul li {
        width: 150px;
        max-width: 100%;
    }

    .aside-menu ul li a {
        border-radius: unset !important;
        margin: 5px;
        font-size: 13px;
        height: 70px;
    }

    .main-area h1 {
        margin: 15px;
    }

    .aside-menu ul li a:hover:after,
    .aside-menu ul li a.active:after {
        display: none;
    }
}