.UILookUpCharges {
	margin-bottom:25px;
}
.UILookUpCharges .ModuleTitle {
    height: 24px;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #1f7ed0;
    text-transform: uppercase;
    font-weight:bold;
    display:inline-block;
}
.UILookUpCharges .InputForm {}

.UILookUpCharges .Result {}

.UILookUpCharges .Bottom {}

.UILookUpCharges .ContainerInput {
    display: flex;
    font-size: 14px;
    margin-bottom: 15px;
}
.UILookUpCharges .ContainerInput .lbContain {
    width: 120px;
}
.UILookUpCharges .ContainerInput .txtContain input {
    height: 26px;
    width: 237px;
}
.UILookUpCharges .ContainerInput .ChargesBill {
    width: 60px;
}
.UILookUpCharges .ContainerCapcha {
    display: flex;
}
.UILookUpCharges .ContainerCapcha  {
    margin: 10px 0;
}
.UILookUpCharges .ContainerCapcha .Capcha:nth-child(1) {
    width: 120px;
}
.UILookUpCharges .ContainerCapcha .Capcha:nth-child(2) {
    width: 60px;
}
.UILookUpCharges .ContainerCapcha .Capcha input {
    height: 25px;
    width: 65px!important;
}
.UILookUpCharges .Button a {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-family: Open Sans;
    font-size: 15px;
    margin: 10px 0 10px 120px;
    display:inline-block;
}
.UILookUpCharges .Result .DataContainer {}

.UILookUpCharges .Result .DataContainer table.tbData {
    width:100%;
    border-collapse: collapse;
}
.UILookUpCharges .Result .DataContainer table.tbData th {
    line-height: 1.5;
    padding: 0.75em;
    border: 1px solid #ddd;
    text-align: center;
    background: #f0f0f0;
    color: #1f7ed0;
    font-size: 14px;
    font-weight: bold;
}
.UILookUpCharges .Result .DataContainer table.tbData td {
    line-height: 1.5;
    padding: 0.75em;
    text-align: center;
    border: 1px solid #ddd;
}
.UILookUpCharges .Export {
    text-align: right;
}
.UILookUpCharges .Export .lnkExport {
    background: url(/Themes/Default/MyAccountHPTel/UILookupCharges/Images/e.png) no-repeat top 2px right 20px;
    display: inline-block;
    color: transparent;
    width: 100px;
    height: 30px;
}
.UILookUpCharges .Export .lnkExport::before {
 
    color:#424242;
    font-size: 14px;
    font-weight: bold;
}

.UILookUpCharges .lblError {
  color: red; 
  text-align:center
}







