﻿.bank-name
{
    height: 60px;
    font-weight: bold;
    font-size: 20px;
}
.bank-name td
{
    padding-left: 5px;
}
.right-nav
{
    padding-top: 8px;
}
.header-top
{
    width: 100%;
    background: white;
    color: #00b9f5;
    font-size: 18px;
}
.header-top .logo
{
    padding: 5px !important;
}
.header-top .logo img
{
    width: 50px;
}
.header-top .title
{
    text-align: right;
    padding-right: 15px;
}
.center
{
    text-align: center !important;
}
#cta
{
    padding: 14px 0;
    background-color: inherit;
    margin-top: 50px; /* margin-left: -1px; */ /* margin-right: -15px; */
}
.wrapper-cnt
{
    background: #f3f7f8;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.tabs-wrapper
{
    background: #ffffff;
    color: #012b72;
    height: 55px;
    margin-left: -42px;
    margin-right: -42px;
    padding: 10px;
    text-align: center; /* vertical-align: middle; */ /* padding-top: 20px; */
    font-size: 11px;
}
.card-bg
{
    background: #012b72;
    height: 120px; /* padding: 24px; */
    margin-left: -42px;
    margin-right: -42px;
}
.card-wrapper
{
    width: 100%;
    margin: 0px auto;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    background: #fff;
    padding: 15px 15px 0px;
    margin-top: -100px;
    margin-bottom: 20px;
}
.add-btn img
{
    width: 22px;
    padding: 2px;
}
.add-btn .add
{
    text-align: end;
    padding-right: 5px;
    color: White;
}
.add-btn
{
    width: 70%;
    border: white 1px dashed;
    font-size: 11px;
}
.icn-hdr
{
    width: 25px;
}
.filter
{
    margin-bottom: 15px;
}
.filter-button
{
    cursor: pointer;
    width: 10% !important;
    float: right;
}
.theme-line1
{
    width: 100%;
    height: 2px;
    height: 6px;
    display: block;
    background-color: #012B72;
}
.theme-line2
{
    width: 100%;
    height: 2px;
    height: 6px;
    display: block;
    background-color: #00b9f5;
}
.dark
{
    color: #012B72;
}
.light
{
    color: #00b9f5;
}
.mnth-div
{
    float: left;
    padding-left: 1em;
    font-size: 13px;
}
.login-pnl
{
    width: 320px;
    margin: auto;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    background: #fff;
    margin-bottom: 20px;
    margin-top: 5em;
}
.login-pnl .header
{
    height: 45px;
}
.login-pnl .header .img-td
{
    width: 12%;
    text-align: center;
}
.login-pnl .header .img-td img
{
    width: 40px;
}
.login-pnl .login-div
{
    padding: 1em;
}
.login-div table
{
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}
.div-panel
{
    width: 100%;
    margin: 0px auto;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(0,0,0,.05);
    background: #fff;
    padding: 15px 15px 0px;
    margin-bottom: 20px;
}
.div-panel img
{
    width: 55px;
    padding: 5px;
}
.div-panel .header
{
    width: 100%;
}
.div-panel .header .img-td
{
    width: 7%;
}
.div-panel .title
{
    font-size: 18px;
}
.div-panel .list
{
    padding: 5px 20px 20px;
    text-align: center;
}
.div-panel .list table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
}

.div-panel .list thead
{
    color: rgba(0,0,0,0.6);
}
.div-panel .list tr
{
    border-bottom: none;
}
.div-panel .list td, th
{
    padding: 15px 10px;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    border: none;
}
.div-panel .list table > tbody > tr:nth-child(odd)
{
    background-color: rgba(242,242,242,0.5);
    
}
.div-panel .list tr > td
{
    border-radius: 0;
}
.div-panel .list th
{
    color: #00b9f5;
}
.div-panel .list td
{
    color: #012b72;
}