#appclimsgs {
    min-height: 400px;
    max-height: 900px;
    overflow: auto;    
    margin-top: 50px;
}

.appclierrmsg {
    text-align:center;
    color:#ff0000;
    font-size: 13px;
    margin-top: 30px;
}

#frmaddmsgappcli {
    margin-top:20px;
}

#tbappclimsg {
    margin-top: 20px;
}

#tbappclimsg td > div {
    width:80%;
    background-color: '#fff';
    border-radius: 10px;
    border: solid 2px #f8f8f8;
    padding: 15px;
    position: relative;
}

#tbappclimsg td > div > i {
    font-size: 12px;
    color: #5dd05d;
    position:absolute;
    top:5px;
}

#tbappclimsg td:nth-child(2) > div > i {
    left:5px;
}

#tbappclimsg td:nth-child(1) > div > i {
    right:5px;
}


#tbappclimsg td > div > img{
    width: 90%;
}

#tbappclimsg td:nth-child(2) > div {
    border-left: solid 3px #f0914b;
}

#tbappclimsg td:nth-child(1) > div {
    border-right: solid 3px #1bbae1;
}

.appclimsgdt {
    font-size: 10px;
    text-align: right;
    color:#ccc;
}

.appcliuname {
    font-size: 10px;
    font-weight: 600;
    color:#f0914b;
}

.appclibadge {
    position: absolute;
    right: -6px;
    top: -6px;
    background-color: #f00;
    color: #fff;
    padding: 0 4px;
    font-size: 10px;
    border-radius: 50px;
}