#downloadSubmit{width:100% !important}

.dwnForm{
margin: 0 auto;
float:none !important;}

.heading-menu,#video_zone{
display:none;
}
#block{
display:block;}

.otr-dwn-cont ul li {
    font-size: 14px;
}

.download-Arw {
    margin: 10px 0 0 18px
}

.dwn-menu>span:first-child {
    margin: 0 0 0 200px;
}

#enterprise {
    display: none
}

.mt0 {
    margin-top: 0;
}

.box-table {
    width: 100%
}

.box-table td {
    padding: 2px 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.removeBtn {
    display: none !important
}

.formOnly {
    margin: 0 auto;
    !important;
    float: none !important
}

.otr-dwn-head a {
    color: #444;
    text-decoration: none;
}

.dwn-links-box {
    border: 1px solid #000;
    width: 450px;
    margin: 60px auto 0;
    border-radius: 5px;
}

.dwn-links-box strong {
    background-color: #fff;
    display: block;
    width: 213px;
    margin: auto;
    margin-top: -13px;
    padding: 0 10px;
}

.dwn-links-box a {
    float: left;
    margin: 20px 0;
    width: 50%;
    text-align: center;
}

.dwn-links-box a img {
    width: 64px;
}

#survey {
    display: none !important
}

.dwn-menu>span {
    width: 24.9%
}

#scroll.sec-pTB {
    padding: 0
}

.breadcrumb {
    display: none;
}

.heading-menu {
    padding: 20px 0;
    background: #fff;
    border-bottom: none
}

.heading-menu .menuhead {
    display: block;
    text-align: center
}

.dwnCont {
    padding: 0
}

.dwn-cont-div {
    padding: 10px 10px
}

.dwn-div .otr-dwn-cont a.ful {
    width: 170px;
    font-size: 12px
}

@media screen and (max-width: 980px) {
    p.avai-sec {
        width: 45%;
    }

}

@media screen and (max-width: 760px) {
    .mobile-view-hide {
        display: none;
    }

    .btmBar {
        display: none !important;
    }

    .dwn-cont-div,
    #more,
    #note {
        display: none
    }

    .box-table {
        width: 76%;
        display: none;
    }

    .box-table td p,
    .box-table td {
        word-break: break-all
    }

    .btmBar {
        display: none !important
    }

    .tech-supp {
        display: none
    }

    .dwn-menu>span {
        width: 32.8% !important;
    }

    .desktop-text {
        display: none
    }

    .mobile-text {
        display: block
    }

    .dwn-menu>span:first-child {
        margin: 0 0 0 0;
    }
}

.yellowbox {
    margin-bottom: 10px;
    margin-top: 0;
}

.download-winBtn,
a.download-winBtn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.divDwnld .per50>p:first-child {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .divDwnld {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .divDwnld .per50 {
        width: 100%;
    }
}

   /* SHA Value */
   .shaValueWrapper {
    display: inline-flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding: 4px 2px;
    border-radius: 2px;
    max-width: 420px;
    width: 100%;
    margin: 0 15px;
    box-sizing: border-box;
}

.shaValueWrapper *{
    box-sizing: border-box;
}    

.shaValueWrapper .shaTitle {
    font-weight: 400;
    flex: 0 0 auto;
}

.shaValueWrapper .shaValue {
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px;
}

#otherEss .per50 .shaValue {
    max-width: 270px;
}

#otherEnt .per50 .shaValue {
    max-width: 267px;
}

.other-option .per30 .shaValue {
    max-width: 142px;
}

ul .shaValueWrapper {
    margin: 12px 0 0;
}

.sha-copy-btn {
    background: url("https://www.manageengine.com/itom/images/icon/content-copy.svg") no-repeat;
    display: inline-flex;
    width: 16px;
    height: 16px;
    background-size: 12px;
    cursor: pointer;
    margin-left: 2px;
    position: relative;
}

.copy-text  {
    width: 172px;
    background-color: #111111;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    padding: 3px 0;
    border-radius: 3px;
    position: absolute;
    z-index: 1;
    bottom: 146%;
    left: -120%;
    margin-left: -60px;
    transition: opacity 0.3s;
    font-size: 12px;
}

.copy-text::after  {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #111111 transparent transparent transparent;
}

.sha-copy-btn:hover .copy-text {
    visibility: visible;
    opacity: 1;
}

.shaValueBlock {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.copyMsg {
    background: #f0fdf2;
    border: 1px solid #10a328;
    border-radius: 5px;
    color: #10a328;
    display: none;
    font-size: 13px;
    top: -10%;
    right: -64px;
    margin: 0 0 10px 0;
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    line-height: 1.25;
}

@media only screen and (max-width: 1040.98px) {
    .per50 .shaValueWrapper .shaValue {
        max-width: 200px !important;
    }
    .copyMsg {
        top: 26px;
        right: -22px;
    }
}

@media only screen and (max-width: 850.98px) {
    .per50 .shaValueWrapper .shaValue {
        max-width: 170px !important;
    } 
}
