.UISearchInvoice {
    margin: 20px 0;
}
.UISearchInvoice .ModunleTitle span:before {
    position:absolute;
    content:'';
    background: url(/Themes/Default/MyAccountHPTel/UISearchInvoice/Images/si.png) left center no-repeat;
    top: -15px;
    left: 5px;
    width: 60px;
    height: 50px;
    background-size: 65%;
}
.UISearchInvoice .ModunleTitle span {
    text-transform: uppercase;
    font-size: 16px;
    color: #ff4000;
    font-weight: bold;
    padding-left: 46px;
    position: relative;
}
.UISearchInvoice .main {
    margin: 10px;
}

.UISearchInvoice .main input {
    height:28px;
    border:1px solid #ccc;
    width: 200px;
    padding: 0 5px;
    margin: 0 10px;
}
.UISearchInvoice .txtCapcha {
    position: absolute;
    top: 4px;
    left: -80px;
    height: 26px!important;
    width: 70px !important;
}
.UISearchInvoice a.lnkAdd {
    padding: 6px 18px;
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin: 10px 0;
}
.UISearchInvoice .lnkAdd {
    margin-left: 20px;
}
.UISearchInvoice .result {

}
.UISearchInvoice .result table.tbResult {
    border-collapse: collapse;
}
.UISearchInvoice .result table.tbResult th {
    border: 1px solid #ddd !important;
    background: #f0f0f0;
    color: #1f7ed0;
    font-weight: bold;
    text-align: center;
    padding: 10px 5px;
}
.UISearchInvoice .result table.tbResult td {
    border: 1px solid #ddd;
    padding: 10px 5px;
}
.UISearchInvoice .result table.tbResult td a{
    color:white;
    background:#cb0606;
    margin:5px;
    text-align:center;
    width:100px;
    padding:5px;
    border-radius:5px;
}
.UISearchInvoice .result table.tbResult td a:hover{
    background:#ff4000;
}