.systlscontsec .container {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
    padding: 50px 0px;
}

.blobbg {
    background-image: url(../../images/blob-bg.jpg);
    background-position: center;
    width: 100%;
    background-size: cover;
    padding: 20px 0px 70px;
}

.blobbg p {
    font-size: 21px;
    line-height: 22px;
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.blobbg .container {
    padding-top: 50px;
}

.heading-menu {
    display: none;
}

#scroll {
    padding: 0;
}

.box-table tr td {
    padding: 15px;
}

table.editionTable tbody tr td:first-child {
    background-color: #fff!important;
    text-align: center!important
}

.path-finder {
    background-color: #f3fcff;
    border: 1px dashed #2979bb;
    padding: 25px 30px;
    margin: 30px auto;
    display: none;
}

.path-finder form {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.path-finder form:after {
    opacity: 0;
    content: 'Enter a valid build number!';
    color: #e9132c;
    display: inline-block;
    font-size: 11px;
    line-height: normal;
    font-weight: bold;
    transition: all ease-out 350ms;
    position: absolute;
    left: 143px;
    border-radius: 0 0 5px 5px;
    bottom: -16px;
}

.path-finder form.error:after {
    opacity: 1;
}

.path-finder input {
    width: 250px;
    height: 35px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin: auto;
    border: 1px solid #2979bb !important;
    border-right: 0;
    vertical-align: top;
    padding-left: 13px;
}

.path-finder .error input {
    border: 1px solid red;
    border-right: 0;
}

.path-finder input::placeholder {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    line-height: normal !important;
    vertical-align: middle;
}

.path-finder input:focus {
    outline: 0;
}

.path-finder input#submit {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    background-color: #fd2d2d;
    color: #fff;
    margin: auto;
    max-width: 100px;
    margin-left: -5px;
    border: 1px solid #fd2d2c !important;
    font-weight: normal;
    vertical-align: top;
    height: 41px;
    padding: 0;
}

.path-finder p {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.path-finder h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.path-finder h3.latest {
    color: #059b4f !important;
}

.path-finder ul li {
    list-style: none;
    padding: 5px 0;
    counter-increment: no;
}

.path-finder ul {
    position: relative;
    padding: 0 !important;
    margin: 15px auto;
    max-width: 410px;
    text-align: left;
}

.path-finder a.how {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 12px;
}

.path-finder ul li span:after {
    content: ' 'counter(no)'.';
    min-width: 22px;
    display: inline-block;
    text-align: right;
}

.path-finder ul li span {
    min-width: 60px;
    display: inline-block;
    color: #999;
}

.path-finder ul li a {
    font-weight: bold;
}

#header-mainsec .nav-dwn {
    display: none;
}

a.refresh {
    position: absolute;
    font-size: 12px;
    right: -55px;
    text-align: center;
    top: -48px;
    color: transparent !important;
    font-weight: bolder;
    text-decoration: none !important;
}

a.refresh:hover {
    color: #5091CE !important;
}

a.refresh span {
    font-size: 25px;
    display: inline-block;
    vertical-align: top;
    color: #5091CE;
}

a.install {
    display: block;
    text-align: center;
    padding-top: 15px;
    font-size: 17px;
    font-weight: 800;
}

ul.hotfix-table li {
    list-style: none;
    padding: 0;
    display: flex;
    max-width: 1100px;
    margin: auto;
    width: 100%;
}

ul.hotfix-table {
    padding: 0 !important;
    margin: 30px 0;
}

ul.hotfix-table li span {
    width: 60%;
    padding: 5px 10px;
    border: 1px solid #eee;
}

ul.hotfix-table li:first-child {
    background-color: #2979bb;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

ul.hotfix-table li span:first-child {
    width: 40%;
}

ul.hotfix-table li span:nth-child(3) {
    word-break: break-all;
}

ul.hotfix-table li:first-child span:first-child {
    border-right: 1px solid #ccc;
}

ul.hotfix-table li span a.readme {
    color: transparent !important;
    position: relative;
    float: right;
    width: 15px;
    height: 24px;
    opacity: .8;
}

ul.hotfix-table li span a.readme:hover {
    opacity: 1;
}

ul.hotfix-table li span a.readme:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/hotfix-readme-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

ul.hotfix-table li span span {
    border: 0;
    padding: 0;
    width: auto !important;
}

.path-finder ul li span[data-build] {
    color: #000;
    min-width: auto;
    display: inline;
}

.path-finder ul li span[data-build]:after {
    content: '';
    min-width: auto;
    display: inline;
}

#integrtionadditionalsec {
    background: #f3fcff;
}

.highlight {
    margin-bottom: 50px;
}

.highlight p {
    margin: 0px;
    font-size: 18px;
}

.highlight p:nth-child(2) {
    margin: 10px 0px 0px 0px;
}


/*sdp-dc-integration-new-style-start-here*/


/*sdp-dc-table-start*/

.service-pack-page .service-pack-table .flex .servicePackBuildTable {
    width: 95%;
    border-radius: 15px;
    box-shadow: 0px 3px 20px #00000029;
    margin: 20px auto 50px;
    max-width: 1000px;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading {
    background: #2979bb 0% 0% no-repeat padding-box;
    border-radius: 9px 9px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    color: #fff;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading .column-data {
    font-weight: bold;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .body {
    width: 100%;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    border-bottom: 2px solid #e1e9fe;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data.border-top-none {
    border-top: none;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data.border-bottom-none {
    border-bottom: none;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .column-data {
    max-width: 25%;
    font-size: 15px;
    padding: 20px 10px;
    font-weight: normal;
    text-align: left;
    width: 200px;
    position: relative;
    border-right: 2px solid #e1e9fe;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading .column-data:nth-child(2),
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .column-data:nth-child(2) {
    width: 260px;
    max-width: 35%;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .column-data:last-child {
    border-right: none;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .heading .column-data:last-child,
.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .column-data:last-child {
    width: 410px;
    max-width: 40%;
    display: flex;
    border-right: 0px;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .hashValue {
    word-break: break-all;
    font-weight: 400;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .readme {
    color: #138cd6;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .download {
    position: absolute;
    right: 8%;
    top: 33%;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .download a {
    color: #fff;
    font-size: 14px;
    padding: 4px;
    display: inline-block;
    width: 75px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    background: #2979bb;
    font-weight: bold;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .data .buildNumber .grid {
    display: grid;
}

.content_copy_wrapper .tooltip {
    position: absolute;
    z-index: 1;
    background: #fff;
    color: black;
    padding: 5px;
    font-size: 10px;
    font-weight: normal;
    border-radius: 9px;
    display: none;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    pointer-events: none;
}

.content_copy_wrapper .tooltip:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    background: #fff;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.content_copy_wrapper.active-tooltip .tooltip {
    top: -38px !important;
    display: block !important;
    left: -10px;
}

.content_copy_wrapper {
    display: inline-flex;
    position: relative;
    color: #92b6fa;
    margin-left: 20px;
    font-size: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.content_copy_wrapper .content_copy {
    width: 30px;
    filter: invert(77%) sepia(11%) saturate(3834%) hue-rotate(186deg) brightness(100%) contrast(97%);
    vertical-align: middle;
    cursor: pointer;
}


/*sdp-dc-table-end*/


/*sdp-dc-tab-start*/

.service-pack-upgrade {
    background: #2979bb;
    padding: 50px 0px;
}

.service-pack-page.service-pack-upgrade h2 {
    color: #ffff;
    text-align: center;
    margin-bottom: 45px;
}

.service-pack-page .flex {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    grid-gap: 20px;
}

.service-pack-page.service-pack-upgrade .flex {
    align-items: stretch;
    margin-top: 40px;
}

.service-pack-page .box.active {
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
}

.service-pack-page.service-pack-upgrade .flex .tab-menu {
    border-bottom: 1px solid #BDD1FA;
    margin: 0px;
    width: 100%;
}

.service-pack-page p,
.service-pack-page li {
    font-size: var(--p-font);
    line-height: 25px;
    font-weight: var(--s-wgt);
    margin: 0 0 20px;
    color: var(--text-light);
}

.service-pack-page.service-pack-upgrade .flex .tab-menu li {
    color: #BDD1FA;
    padding: 5px;
    margin: 0px;
    cursor: pointer;
}

.service-pack-page.service-pack-upgrade .flex .tab-menu li.active {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.service-pack-page.service-pack-upgrade .without-fail-server-item {
    margin-top: 40px;
}

.service-pack-page.service-pack-upgrade .flex .swiper-slide {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
    max-width: 235px;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp {
    color: var(--text-dark);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 9px;
}

.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp {
    width: 100%;
}

.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp ul {
    background: #F0F4FF 0% 0% no-repeat padding-box;
    border-radius: 9px;
    padding: 10px;
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp p,
.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp span {
    font-size: 14px;
}

.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp ul li {
    font-size: 14px !important;
    margin-bottom: 4px !important;
}

.service-pack-page.service-pack-upgrade .flex .swiper-slide .caption-grp p b {
    font-weight: 600;
}

.service-pack-page.service-pack-upgrade .flex .tab-content .caption-grp ul span {
    word-break: break-all;
}

.service-pack-page.service-pack-upgrade .flex .tab-content .fail-server-wrapper h4 {
    margin-bottom: 10px;
    margin-left: 0;
}

.service-pack-page.service-pack-upgrade .flex .tab-content .fail-server-wrapper .note {
    color: #ffff;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .tag {
    font-size: 14px;
    margin-left: 10px;
}

.service-pack-page .service-pack-table .flex .servicePackBuildTable .green {
    background-color: #8DF59E;
}


/*sdp-dc-tab-end*/


/*sdp-dc-integration-new-style-start-end*/

@media screen and (max-width:667px) {
    h1 {
        font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
        font-size: 28px !important;
        letter-spacing: 0;
        line-height: 35px;
    }
    .path-finder input#submit {
        margin: 20px auto 0 auto
    }
    .content_copy_wrapper .content_copy {
        width: 60px;
    }
}

@media(max-width:992px) {
    .service-pack-page.service-pack-upgrade .flex .tab-content .fail-server-wrapper .note {
        padding: 0px 40px !important;
        background: transparent !important;
    }
    .service-pack-page.service-pack-help-card .flex .image {
        width: auto !important;
    }
    .service-pack-page.service-pack-help-card .flex .content {
        width: auto !important;
    }
    .service-pack-page.service-pack-help-card .flex .image img {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .service-pack-page.service-pack-upgrade .flex .swiper-slide {
        min-height: 300px !important;
        margin: 0px 5px 30px 5px;
    }
    .service-pack-page.service-pack-upgrade {
        padding: 40px 0px !important;
    }
    .service-pack-page.service-pack-upgrade .flex.swiper-wrapper {
        max-width: 285px !important;
    }
    .servicePackBuildTable .heading {
        display: none !important;
    }
    .servicePackBuildTable,
    .servicePackBuildTable .main,
    .servicePackBuildTable .data {
        display: block;
        width: 100%;
    }
    .servicePackBuildTable .column-data {
        width: 100% !important;
        max-width: 100% !important;
        padding: 40px !important;
        padding-bottom: 20px !important;
        border-right: none !important;
    }
    .service-pack-page .service-pack-table .flex .servicePackBuildTable .data.latest {
        background-color: transparent;
    }
    .service-pack-page .service-pack-table .flex .servicePackBuildTable .data {
        border-bottom: 1px solid #ddd;
    }
    .servicePackBuildTable .column-data::before {
        content: attr(data-label);
        position: absolute;
        left: 40px;
        font-size: 17px;
        font-weight: bold;
        text-align: left;
        top: 10px;
    }
    .servicePackBuildTable {
        padding: 0px !important;
        background-color: transparent;
        transform: none;
    }
    #buildDetails .buildDetails .buildContent .buildOverview img {
        width: 400px;
    }
    .service-page .buildDetails {
        width: 400px;
        padding: 20px !important;
    }
    #buildDetails .buildDetails .buildContent #closePopup {
        cursor: pointer;
    }
}