#agent-search-form {
    background-color: #F3F3F3;
    border: thin outset #A52A2A;
    font-weight: bold;
    margin-bottom: 22px;
    margin-top: 8px;
    padding-bottom: 16px;
    width: 100%;
}

.tabletitle {
    background-color: #fdd302;
    color: black;
    text-transform: capitalize;
    font-weight: bolder;
    height: 39px;
    text-align: center;
}

.txt-right {
    text-align: right;
}

#agent-list-div {
    min-height: 290px;
}

#agent-list-table {
    width: 100%;
    display: none;
}

#agent-list-table tr td {
    border: thin outset #d6d6d6;
}

#agent-list-table thead td {
    background-color: #898989;
    color: #ffffff;
    font-weight: bolder;
    text-align: center;
    padding: 7px;
}

#agent-list-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

#agent-list-table tbody tr:nth-child(odd) {
    background-color: white;
}

#agent-list-table tbody td:FIRST-CHILD {
    text-align: center;
}

#agent-list-table tbody td {
    padding: 4px;
    text-transform: capitalize;
}

.error {
    display: none;
    border: 1px solid #dc0000;
    color: #dc0000;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

.search-btn {
    background-color: #424242;
    border: 1px outset gray;
    border-radius: 0 3px 3px 0;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    margin-left: -4px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

select#district_id {
    border: 1px solid #bebebe;
    border-radius: 3px 0 0 3px;
}

.surecashform #surecashmerchant_submitbutton {
    background-color: #424242;
    border: 1px solid #292929;
    border-radius: 5px 5px 5px 5px;
    color: yellow;
    font-weight: bold;
    height: 31px;
    width: 68px;
}

.surecashform #surecashmerchant_submitbutton:hover {
    background-color: #074C87;
    border-color: #074C87;
    color: yellow;
}

#surecashMannualText {
    border: 1px solid #DDDDDD;
    height: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
}

.surecashform {
    padding: 0;
}

#surecashMannualText p {
    line-height: 25px;
    margin-left: 25px;
}

table.surecashform td {
    padding-bottom: 14px;
    padding-top: 24px;
}

.success-msg {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #C6D880;
    color: #529214;
    font-weight: bold;
    height: 28px;
    margin-bottom: 6px;
    margin-top: 9px;
    padding-top: 11px;
    text-align: center;
    width: 100%;
}

#surecashconfirm input[type="text"] {
    background-color: transparent;
    border: 1px solid #074C87;
    border-radius: 3px 3px 3px 3px;
    height: 29px;
    padding-left: 5px;
    vertical-align: middle;
    width: 230px;
}

.bkash-span {
    border: 0px solid red;
    float: none;
}

.bkash-ok, .bkash-wrong {
    color: green;
    float: none;
    font-size: 13px;
    font-weight: bold;
    height: 17px;
    margin-left: 11px;
}

.bkash-wrong {
    color: brown;
}