.uem-sha-value, .uem-checksum-value {
    display: flex;
    width: fit-content;
    margin: 20px auto;
    border: 1px solid #eee;
    line-height: normal;
    border-radius: 8px;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
}

.uem-sha-value .usv-tag , .uem-checksum-value .usv-tag{
    background-color: aliceblue;
    width: fit-content;
    padding: 5px;
    cursor: default;
}

.uem-sha-value .usv-value, .uem-checksum-value .usv-value {
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px;
    width: 180px;
}

.uem-sha-value .usv-copy , .uem-checksum-value .usv-copy {
    position: relative;
    padding: 5px;
    width: fit-content;
    background-color: #eee;
    color: transparent;
    cursor: pointer;
    border-radius:0 8px 8px 0;
}
.uem-sha-value .usv-copy:after, .uem-checksum-value .usv-copy:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(https://www.manageengine.com/ems/images/icon/copy-icon-1.svg);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center center;
    filter: opacity(.4);
}
.uem-sha-value .usv-copy:hover:after, .uem-checksum-value .usv-copy:hover:after {
    filter: brightness(0) saturate(100%) invert(42%) sepia(98%) saturate(3300%) hue-rotate(195deg) brightness(94%) contrast(87%);
}
.uem-sha-value .usv-copy:active , .uem-checksum-value .usv-copy:active {
    background-color: #ccc;
    color: #fff;
}
.uem-sha-value .usv-copy .usv-tooltip , .uem-checksum-value .usv-copy .usv-tooltip {
  visibility: hidden;
  width: 110px;
  background-color: #000000cf;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.uem-sha-value .usv-copy .usv-tooltip::after , .uem-checksum-value .usv-copy .usv-tooltip::after{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.uem-sha-value .usv-copy:hover .usv-tooltip , .uem-checksum-value .usv-copy:hover .usv-tooltip{
  visibility: visible;
}
.uem-sha-value .usv-copy .usv-tooltip .uem_copy_code , .uem-checksum-value .usv-copy .usv-tooltip .uem_copy_code {
    color: #ffc978;
    text-overflow: ellipsis;
    overflow: hidden;
}

.heading-menu {
    display: none;
}
.prodDownbtn{padding-top:20px}
.nav-qte a:hover{background:#bdc1c5}
.nav-qte-icon{background-position:-209px -54px}
.pc-only{display:block;}
.mobile-only{display:none;}
@media (max-width:760px){
.pc-only{display:none;}
.mobile-only{display:block;}
}

.container {
    max-width: 1200px;
}
.cust-logo {
    border: none;
    padding: 0;
    margin-left: 243px;
}
.nav-qte-icon {
    background-position: -127px 0;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    position: relative;
    top: 0;
    width: 13px;
}
#topsec-rhs ul li.nav-search .icon-search {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -224px -120px;
    height: 16px;
    width: 16px;
    position: relative;
    margin-top: 5px;
    display: block;
}

#topsec-rhs ul li span.user-thumb {
    background: url(https://www.manageengine.com/br/desktop-central/../images/me-sprite-new.png) no-repeat -240px -120px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 5px;
    border-bottom: none !important;
}
.footer .col1 {
    padding: 2% 4% 2% 0;
    border-right: 1px solid #292929;
    min-height: 250px;
    width: 32%;
}

.footer .col3 {
    padding: 4% 0 0 3%;
}

.dccstmr01, .dccstmr02, .dccstmr03, .dccstmr04, .dccstmr05, .dccstmr06 {padding-top:15px;width:100px; height:auto;}

.feature-subHead {
    font-size: 22px;
    line-height: 26px;
    color: #888;
    text-align: center;
    margin-top: 15px;
}