.box-table {
    width: 76%
}

.shaValueWrapper {
    display: inline-flex;
    align-items: center;
    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: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 4px
}

#otherEss .per50 .shaValue {
    max-width: 160px
}

#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: #111;
    color: #fff;
    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 .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: #111 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
    }
}

.box-table td {
    padding: 2px 5px;
    border: 1px solid #ccc;
    vertical-align: middle
}

#scroll table,#scroll table tr td {
    border: solid 1px #ddd;
    vertical-align: middle
}

#scroll table,#scroll table tr td {
    border: solid 1px #ddd;
    vertical-align: middle
}

#scroll table tr th {
    background: #efeeee;
    padding: 5px;
    vertical-align: middle
}

#scroll table tr th:nth-child(1) {
    vertical-align: middle;
    border-right: solid 1px #d4d3d3;
    border-bottom: solid 1px #d4d3d3
}

#scroll table tr th:nth-child(2) {
    border-bottom: solid 1px #d4d3d3;
    border-right: solid 1px #d4d3d3
}

#scroll table tr th:nth-child(3) {
    border-bottom: solid 1px #d4d3d3;
    border-right: solid 1px #d4d3d3
}

#scroll table tr th:nth-child(4) {
    border-bottom: solid 1px #d4d3d3;
    border-right: solid 1px #d4d3d3
}

#scroll table tr td {
    padding: 10px
}

.mt-10 {
    margin-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.ml-10 {
    margin-left: 10px
}

@media only screen and (max-width: 767.98px) {
    .build-table {
        overflow:auto
    }
}
