﻿
.bank-name
{
    height: 60px;
    font-weight: bold;
    font-size: 20px;
}
.bank-name td
{
    padding-left: 5px;
}
.right-nav
{
    padding-top: 5px;
}
.header-top
{
    width: 100%;
    background: white;
    color: #00b9f5;
    font-size: 18px;
}
.header-top .logo
{
    padding: 5px !important;
}
.header-top .logo img
{
    width: 150px;
}
.header-top .title
{
    text-align: right;
    padding-right: 15px;
}
#cta
{
    padding: 14px 0;
    background-color: transparent;
    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: auto;
    margin-left: -42px;
    margin-right: -42px;
    padding: 5px;
    text-align: center; /* vertical-align: middle; */ /* padding-top: 20px; */
    font-size: 14px;
    min-height: 60px;
}
.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: right;
    padding-right: 5px;
    color: White;
}
.add-btn
{
    width: 70%;
    border: white 1px dashed;
    font-size: 11px;
}
.icn-hdr
{
    width: 25px;
}
.fl-tbl
{
    width: 100%;
}
.fl-tbl .td-lbl
{
    width: 5%;
    text-align: left;
    padding-left: 10px;
}
.fl-tbl .td-inp
{
    width: 20%;
    text-align: left;
}
.fl-tbl td
{
    width: 5%;
}
.filter
{
    margin-bottom: 15px;
}
.filter-button
{
    cursor: pointer;
    font-size: 12px;
    padding-top: 10px;
}
.filter-button-active
{
    border-bottom: 3px solid #00b9f5;
    color: #00b9f5;
}
.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;
    margin-top: 7px;
    width: 30%;
}

.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;
}
.header img
{
    width: 55px;
    padding: 5px;
}
.header
{
    width: 100%;
}
.header .img-td
{
    width: 7%;
    text-align: center;
}
.header .title
{
    font-size: 18px;
}
.list
{
    padding: 5px 20px 20px;
    text-align: center;
    width: 100%;
}
.list-modal
{
    padding: 5px;
    text-align: center;
    width: auto;
}
.list table
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: none;
}
.list thead
{
    color: rgba(0,0,0,0.6);
}
.list tr
{
    border-bottom: none;
}
.list td, .list th
{
    padding: 5px 8px;
    text-align: left;
    vertical-align: middle !important;
    border-radius: 2px;
    border: none;
}
.dt-list-gd td, .dt-list-gd th
{
    padding: 5px 8px !important;
    text-align: left !important;
    vertical-align: middle !important;
    border-radius: 2px !important;
    border: none !important;
    outline: none;
}
.list-bg table > tbody > tr:nth-child(odd)
{
    background-color: rgba(242,242,242,0.5);
}
.list-alt table > tbody > tr:nth-child(odd)
{
    background-color: rgba(242,242,242,0.5);
}

.list tr > td
{
    border-radius: 0 !important;
}
.list th
{
    color: #00b9f5;
}
.list td
{
    color: #012b72;
}
.date-picker
{
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.ui-state-disabled
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important";
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
}
.outer
{
    display: table;
    height: 100%;
    width: 100%;
}

.middle
{
    display: table-cell;
    vertical-align: middle;
}

.login-pnl
{
    width: 380px;
    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: 50px;
}
.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;
}
.right
{
    text-align: right !important;
}
.center
{
    text-align: center !important;
}
.left
{
    text-align: left !important;
}
.login-btn
{
    margin-top: 1em;
    width: 50%;
}
.note
{
    line-height: 15px;
    font-size: 10px;
}
.name
{
    color: #00b9f5;
    font-weight: bold;
    padding-left: 1em;
}
.tr-bg
{
    background-color: #f3f7f8;
}
.tr-bg th
{
    padding: 10px;
}
.export-btn-div
{
    padding: 20px;
    margin: auto;
    width: 178px;
}
.modal_content
{
    display: none;
    position: absolute;
    top: 15%;
    left: 10%;
    right: 10%;
    padding-top: 1em;
    border: 2px solid #00b9f5;
    background-color: White;
    z-index: 1005;
}
.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
}
label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
}
.list-padding th, .list-padding td
{
    padding: 10px 10px;
}
.sub-hdr .theme-line1
{
    height: 3px;
}
.sub-hdr .theme-line2
{
    height: 3px;
}
.list-padding
{
    padding: 20px;
}
.lbl-green
{
    color: #5cb85c;
    font-size: 10px;
    font-weight: bold;
}
.list-lg td, .list-lg th
{
    font-size: 12px;
}
.bord-lg-gd
{
    max-height: 300px;
    overflow-y: auto; /*border: 1px solid #d6d6d6;*/
}
.txt-srch
{
    width: 130px;
    margin: 10px;
}
.btn-srch
{
    margin: 10px;
}
.tck-id-srch
{
    color: #00b9f5;
    font-weight: bold;
}
.blue-a
{
    color: #00b9f5;
    font-size: 12px;
    font-weight: bold;
}
.comment-date
{
    font-weight: bold;
    font-size: 12px;
    border-bottom: 2px dotted #00b9f5;
    padding: 0px 0px 4px 0px;
}
.closed-dt
{
    font-size: 12px;
    font-weight: bold;
}
.view-eye
{
    width: 35px !important;
}
.comp-box
{
    display: inline-block;
    background: #f3f7f8;
    margin: 0px 35px;
    padding: 5px 10px;
    width: 12%;
    border: 1px solid #ececec;
    cursor: pointer;
}
.comp-cnt
{
    text-align: center !important;
    border-bottom: 2px dashed #012b72 !important;
    padding: 10px 0px !important;
}
.comp-cnt-det
{
    color: #012b72 !important;
    font-size: 18px !important;
}
.comp-title
{
    font-weight: bold;
    color: #00b9f5 !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 2px !important;
    padding-top: 15px !important;
}
.comp-list
{
    border-collapse: separate !important;
    border-spacing: 60px 0px !important;
}
.bdg
{
    padding: 5px;
    color: #ffffff;
    border-radius: .25rem;
}
.bdg:hover
{
    color: #ffffff;
}
.blue-bdg
{
    background: #0cd1ea;
}
.red-bdg
{
    background: #ff938c;
}
.grn-bdg
{
    background: #28bbad;
}
.white
{
    color: white !important;
}
.blue-bg
{
    background: #00b9f5;
}
.wrap .ct
{
    word-break: break-word;
}
.dt-buttons
{
    text-align: left;
}
.dt-buttons .dt-button
{
    background: #00b9f5;
    border-radius: 4px;
    color: #ffffff;
    margin-right: 15px;
    padding: 7px 20px;
}
.card-subtitle
{
    color: #99abb4;
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
    text-align: left;
}
.dataTables_filter
{
    text-align: right;
    padding-right: 5px;
}
.dataTables_filter input
{
    display: inline-block;
    margin-left: 10px;
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dataTables_info, .dataTables_length
{
    display: inline-block;
    padding-top: 20px;
    font-weight: bold;
    color: #012b72;
    float: left;
}
.dataTables_length
{
    margin-top: 10px;
}
.dataTables_length select
{
    background-color: transparent;
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
    background-position: center bottom, center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0 none;
    padding-bottom: 5px;
    transition: background 0s ease-out 0s;
}
.dataTables_length select:focus
{
    background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    outline: medium none;
    transition-duration: 0.3s;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled
{
    background: transparent none repeat scroll 0 0;
}
.dataTables_wrapper .dataTables_paginate
{
    float: right;
    padding-top: 15px;
    text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button
{
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #67757c;
    cursor: pointer;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
{
    background-color: #1976d2;
    border: 1px solid #1976d2;
    color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover
{
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #67757c;
    cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    background-color: #1976d2;
    border: 1px solid #1976d2;
    color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active
{
    background-color: #67757c;
    outline: medium none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis
{
    padding: 0 1em;
}
.tablesaw-bar .btn-group label
{
    color: #67757c !important;
}
.dt-bootstrap
{
    display: block;
}
.paging_simple_numbers .pagination .paginate_button
{
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
}
.paging_simple_numbers .pagination .paginate_button:hover
{
    background: #ffffff none repeat scroll 0 0;
}
.paging_simple_numbers .pagination .paginate_button a
{
    border: 0 none;
    padding: 2px 10px;
}
.paging_simple_numbers .pagination .paginate_button.active a, .paging_simple_numbers .pagination .paginate_button:hover a
{
    background: #1976d2 none repeat scroll 0 0;
    color: #ffffff;
}
.list-alt-evn table
{
    margin-top: 1em;
}
.list-alt-evn table thead tr
{
    background: #f8f8f8;
}
.list-alt-evn table > tbody > tr:nth-child(even)
{
    background-color: rgba(242,242,242,0.5);
}
.list-rep table
{
    border: 1px solid #ececec;
}
.list-rep .th2
{
    text-align: center;
    font-weight: bold;
    background-color: rgba(242,242,242,0.5);
}
.list-rep table th, .list-rep table td
{
    border: 1px solid #b3b3b3;
}
.list-rep table th
{
    /*text-align: center;*/
    background-color: rgba(242,242,242,0.5);
}
.rep-dash-box
{
    width: 31%;
    margin: 0px 9.5px;
}
.rep-dash-box .comp-title
{
    font-size: 11px !important;
}
.rep-row
{
    margin-top: 1.5em;
}
.style124
{
    color: red !important;
    margin-left: 3px;
}
.rem-len-td
{
    text-align: right !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding: 0px !important;
    width: 7% !important;
}
.rem-len
{
    text-align: right;
    border: 1px solid #ffffff;
    color: #012b72;
    cursor: default;
    width: 50px;
    font-size: 12px;
}
.char-left-td
{
    text-align: right !important;
    padding-top: 0px !important;
    padding: 0px !important;
}
.char-left
{
    color: #012b72;
    font-weight: bold;
    font-size: 12px;
}
.sub-ttl-add
{
    font-size: 10px;
}
.td-al-top
{
    vertical-align: top !important;
}
.dataTables_wrapper
{
    overflow-x: auto;
}
.card-title
{
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
}
.legends
{
    text-align: right;
    font-size: 13px;
}
.cust-pend-br-cd
{
    min-width: 110px;
}
.cust-pend-br
{
    min-width: 220px;
}
.cust-pend-dt-rec
{
    min-width: 130px;
}
.cust-pend-comp-cat
{
    min-width: 170px;
}
.cust-pend-comp-det
{
    min-width: 725px;
}
.cust-pend-view
{
    min-width: 80px;
}
.cust-pend-basket
{
    min-width: 95px;
}
.cust-pend-dr-amt
{
    min-width: 160px;
}
.cust-pend-indr-amt
{
    min-width: 170px;
}
.cust-pend-comp-type
{
    min-width: 175px;
}
.cust-pend-comp-sub
{
    min-width: 175px;
}
.cust-clo-rem
{
    min-width: 175px;
}
.full-width
{
    width: 100%;
}
.box
{
    padding: 3px !important;
    vertical-align: top !important;
    width: 50%;
}
.box-pnl .tr-bg
{
    background-color: white !important;
}
.scroll-box
{
    height: 350px;
    overflow: auto;
    border: 1px dashed #012b72;
    padding: 5px;
}
.scroll-box td, .scroll-box th
{
    padding: 4px;
    font-size: 11px;
}
.box-title
{
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    text-align: left;
}
.grd-wrpr
{
    margin-top: 5px;
}
.close-btn
{
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none;
}
.feedback-tbl
{
    border-collapse: separate !important;
    border-spacing: 35px 0px !important;
}
.feedback-tbl th
{
    border: 1px solid #00b9f5;
    background: #f3f7f8;
    background: inherit !important;
}
.feedback-tbl .st
{
    border: 1px solid #5cb85c;
    color: #5cb85c;
}
.feedback-tbl .pst
{
    border: 1px solid #f0ad4e;
    color: #f0ad4e;
}
.feedback-tbl .dis
{
    border: 1px solid #d9534f;
    color: #d9534f;
    
}

