.UISearchInvoiceCHD {
    margin: 20px 0;
}
.UISearchInvoiceCHD .ModunleTitle span:before {
    position: absolute;
    content: '';
    background: url(Images/si.png) left center no-repeat;
    top: 6px;
    left: 10px;
    width: 60px;
    height: 50px;
    background-size: 65%;
}
.UISearchInvoiceCHD .ModunleTitle span {
    color: #ff2f00;
    padding: 20px 0 0px 50px;
    font-family: Roboto;
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    width: 300px;
    margin: 0 auto;
    z-index: 1;
    display:inline-block;
    position: relative;
}
.UISearchInvoiceCHD .main {
    margin: 10px;
}
.UISearchInvoiceCHD .main span{
    font-size: 1.2em;
    line-height: 1.5;
}
.UISearchInvoiceCHD .main input {
    height: 28px;
    border: 1px solid #ccc;
    width: 200px;
    padding: 0 5px;
    margin: 0 10px;
}
.UISearchInvoiceCHD .txtCapcha {
    position: absolute;
    top: 4px;
    left: -80px;
    height: 26px !important;
    width: 70px !important;
}
.UISearchInvoiceCHD a.lnkAdd {
    padding: 6px 18px;
    background: #1f7ed0;
    background: linear-gradient(225deg,#ff0000 0%,#ff4444 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;
}
.UISearchInvoiceCHD a.lnkAdd:hover {
    background: #109df7;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
}
.UISearchInvoiceCHD .lnkAdd {
    margin-left: 20px;
}
.UISearchInvoiceCHD .result {
}
.UISearchInvoiceCHD .result table.tbResult {
    border-collapse: collapse;
}
.UISearchInvoiceCHD .result table.tbResult th {
    border: 1px solid #e8e8e8 !important;
    background: #f8f8f8;
    color: #052d84;
    font-weight: 500;
    text-align: center;
    padding: 10px 5px;
    font-family: 'Roboto';
    font-size: 1.1em;
}
.UISearchInvoiceCHD .result table.tbResult td {
    border: 1px solid #e8e8e8;
    padding: 10px 5px;
    font-family: 'Roboto';
    font-size: 1.1em;
}
.UISearchInvoiceCHD .result table.tbResult td a {
    color: white;
    background: linear-gradient(225deg,#ff0000 0%,#ff4444 100%);
    margin: 5px;
    text-align: center;
    width: 100px;
    padding: 5px;
    border-radius: 5px;
}
.UISearchInvoiceCHD .result table.tbResult td a:hover {
    background: #ff4444cc;
}