.container.toph_banner {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    bottom: 9px;
    font-size: 35px;
    font-weight: 600;
    text-transform:uppercase;
    display: table;
}
.toph_banner {
    background-image: url(../img/toph-promo.png);
    background-size: cover;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 225px;
    margin-bottom: 20px;
}
.toph_bg {
    display: table-cell;
    background: rgba(45, 45, 45, 0.5);
    color:#fff;
    padding-right: 35px;
    padding-left: 35px;
    min-height: 225px;
    vertical-align: middle;
}
div.search_bar {
    margin-bottom: 15px;
}
.pagination {
    margin: 0 0 15px 0;
}
.pagination > .active > a {
    color: #fff !important;
}
.pagination > li > a {
    margin-left: 7px;
}
.pagination > .active > a {
    background-color: #1B9BD7;
}
.pagination > li:first-child > a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination_block {
    max-width:10px;
    color: #333;
}
h4.modal-title {
    color: #231F20;
    font-size: 23px;
    font-weight: 600;
}
table thead{    
    background-color: #115FA3;
    color: white;
}
table thead th{
    border-color: white;
    border: 2px solid white;
    text-align: center;
    vertical-align: middle; 
}
table.table_detail {
    display: table;
}
tbody.cbank_height {
    height: 560px;
    overflow-y: auto;
}
th.tableh_bank {
    width:28.2%;
    height: 90px;
    border-right: 2px solid #fff;
    display: table-cell;
    vertical-align: middle;
}
th.tableh_kode {
    width: 15%;
    border-right: 2px solid #fff;
}
td.bank_namecol {
    width:15%;
    text-align: center;
}
td.bank_textcol {
    width:13%;
    text-align: center;
}
td.bank_codecol {
    width: 15%;
    text-align: center;
}
.cbank_height .bank_codecol.divider_codecal {
    border-right: 1px solid lightgrey;
}
.blue_mark {
    color:#115FA3; 
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {

}
@media (max-width: 480px) {
    
}