@charset "UTF-8";

/*************** common page styles **********************/
body {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	/*background: url(/Corporatebanking/themes/images/common/appbg-bce450800e44a407218277f2d518a635.png) repeat;*/
	background: #F3F3F3;
}
.module-title {
	font-size: 24px;
	font-weight:500;
	letter-spacing: -1px;
	color:#004880;
}
.jqstooltip {/* fix for sparkline chart tooltip */
	width: auto !important;
	height: auto !important;
}
.semi-bold {
	font-weight: 400;
}
.label-info{
	background-color:#3399E8;
}
/*Star favaourite */
input[type='checkbox'].icon-star {
	display: none;
}
input[type='checkbox'].icon-star+label {
	font-size: 22px;
}
input[type='checkbox'].icon-star+label .unchecked {
	display: inline;
	color: #ccc;
}
input[type='checkbox'].icon-star+label .checked {
	display: none;
}
input[type='checkbox']:checked.icon-star {
	display: none;
}
input[type='checkbox']:checked.icon-star+label .unchecked {
	display: none;
}
input[type='checkbox']:checked.icon-star+label .checked {
	display: inline;
	color: #FC0;
}
.lead .small {
	font-size: 70%;
}
.panel-heading.tab-holder {
	padding: 0px;
	border-bottom: 0px;
	height : 41px;
}
/* Wrapper */
.content {
	padding: 0 15px 10px 10px;
}
/*************** Account styles **********************/
.total-pos {
	margin-top: 3px;
	margin-bottom: 3px;
}
.total-neg {
	margin-top: 3px;
	margin-bottom: 3px;
}
.summary-box {
	border-radius:5px;
	 -webkit-box-shadow: 4px 4px 10px #cccccc;
    box-shadow: 4px 4px 10px #cccccc;
	position: relative;
	overflow: hidden;
}
.summary-box:hover {
	background: transparent linear-gradient(117deg, #FFFFFF 0%, #eefef9 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 4px 4px 20px #0000004d;
    box-shadow: 4px 4px 10px #0000004d;
    border: 1px solid #3399E8;
}
.summary-box .nick, .summary-box .tags {
	margin-bottom: 0px;
}
.summary-box .amt-pos {
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 2px;
}
.summary-box .amt-neg {
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 2px;
}
.summary-box a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 100%;
}
.highlight{
	background-color:#707070;
	border:1px solid #707070;
}
.highlight .summary-box{
	-webkit-box-shadow: 4px 4px 20px #0000004d;
    box-shadow: 4px 4px 10px #0000004d;
}
.highlight .semi-bold{
	color:#ffffff;
	font-size: 20px;
}
.highlight .semi-bold+h5{
	color:#f3f3f3;
}
/* Currency and Amount Styles */
.amt .cur {
	color: #333;
	margin-right: 3px;
}

.amt-pos {
	color: #333333;
}
.amt-neg {
	color: #CA282F;
}
.summary-box .amt .cur {
	color: inherit;
	font-weight: 700;
}
.summation_balance .cur {
	color: inherit;
	display: block;
	font-weight: 700;
	margin: 5px 5px 0;
}
.summary-amt .amt .cur {
	color: inherit;
	font-weight: 700;
}
.summary-amt .lead {
	margin-bottom: 0;
}
.inlinegraph {
	display: block;
	opacity: 0.8;
}
.summary-box .inlinegraph {
	display:none;
}
.summary-acc-fav {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
.summary-box .summary-acc-fav {
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 1;
}
.accStmt_mobile {
}
.accStmt_mobile ul li {
	padding: 4px;
}
.accStmt_mobile ul li p {
	margin-bottom: 0px;
}
.accStmt_mobile ul li p .cur {
	padding-right: 4px;
	font-size: 80%;
}
.accStmt_mobile .dropdown .dropdown-toggle {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 7px;
}
.amt .categories {
	color: #666 !important;
	margin-bottom: 0px;
}

@media (max-width: 670px) {
.bodywrapper {
	bottom: 0px;
}
.header_cntrl .user_profile {
	margin-right: 0px;
}
}
/************ Dateline design**************/
.dateline {
	margin-top: 10px;
}
.dateline h5 {
	margin-bottom: 2px;
	color: #004880;
}
.dateline p {
	margin-bottom: 7px;
}
.dateline p.amt {
	font-size: 16px;
}
/*.dateline p.amt span {
	color: #419b0f;
} */
.dateline .dtln-date {
	position: absolute;
	top: -20px;
	left: 0px;
	margin: 0px;
	padding: 2px 10px 2px 15px;
	display: inline-block;
	font-size: 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.dateline .past .dtln-date {
	background: #999;
	color: #fff;
}
.dateline .future .dtln-date {
	background: #004880;
	color: #fff;
}
.dateline .today .dtln-date {
	background: #CA282F;
	color: #fff;
}
.dateline .lead {
	margin: 0px;
}
.dateline .lead .cur {
	font-size: 80%;
	margin-right: 4px;
}
.dateline .lead .amt {
	font-weight: 400;
}
.dateline a.dtln-info {
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 5px;
	color: #444;
}
.dateline a.dtln-info:hover {
	text-decoration: underline;
}
.dateline a .promoimg {
	width: 100%;
	height: 100%;
	max-width: 320px;
}
.dateline .btn-group .btn-default {
	background: #fff;
}
.dateline .btn-group .btn-default.accept {
	background-color:#419b0f !important;
	border: 1px #419b0f solid !important;
	color: #ffffff !important;
}
.dateline .btn-group .btn-default.reject {
	color: #CA282F  !important;
	border: 1px #CA282F solid  !important;
}
.dateline .accept {
	background: #edffed;
}
.dateline .reject {
	background: #ffe1dd;
}
.panel .panel-body .dateline li {
    border: none;
    border-bottom: 1px solid #eee;
    margin: 5px 0;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    padding-bottom: 20px;
}
.cust_tab .tab-content .tab-pane .panel .panel-body {
    padding-bottom: 0px;
}
.panel .panel-body .dateline {
    margin: 0px -15px;
}

.dtln-title {
	font-weight: bold;
}

/****** Customized grid ****/
.table.dtl_view td {
	border: none;
}
/*Authorisation Indicaations */
.auth_info {
	font-size: 0.95em;
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pending_auth {
	background: #ccf2ff;
	border-radius: 3px;
	color: #1582a1;
	display: inline-block;
	padding: 1px 4px;
}
.completed_auth {
	background: #d0ecbc;
	border-radius: 3px;
	color: #509521;
	display: inline-block;
	padding: 1px 4px;
}
/*cust_table*/
.cust_table thead, .table thead {
	background: #c0bdbf;
}
.cust_table th {
	color: #30395c;
	padding: 6px 4px;
	white-space: nowrap;
	border: none !important;
}
.cust_table th a {
	color: #ffffff;
}
.cust_table h4 {
	margin-bottom: 0px !important;
}
/* Custom Info */
.info b {
	color: #555;
	margin-left: 2px;
}
.info span {
	background-position: -794px -2px;
}
.info .grp {
	display: inline-block;
	padding: 0;
}
.info .grp li {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	border: solid 1px #00A9DA;
	float: left;
	display: block;
	padding: 2px 8px;
	margin-right: 12px;
	position: relative;
	font-size: 0.8em;
}
.info .grp li:after {
	content: ">";
	color: #00A9DA;
	position: absolute;
	right: -12px;
	top: 2px;
}
.info .staus {
	padding: 4px;
	background: #fff;
	border: 1px #ccc solid;
	border-radius: 5px;
}
.info .list-group-item {
	padding: 2px;
	border: 1px #ddd solid !important;
	margin: 2px;
	float: left;
	display: inline-block;
	text-overflow: ellipsis;
	width: 200px;
	border-radius: 4px;
	white-space: nowrap;
	color: #555;
}
.info .nav {
	border: none;
}
.info .nav > li > a {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	border: solid 1px #3399E8;
	float: left;
	display: block;
	padding: 2px 8px;
	margin-right: 12px;
	font-size: 0.8em;
}
.info .nav > li > a:after {
	content: ">";
	color: #00A9DA;
	position: absolute;
	right: -12px;
	top: 2px;
}
.info .nav-tabs > li.active > a {
	box-shadow: none;
}
/* Custom Tab */
.cust_tab .tab-content {
	margin-top: -1px;
}
.cust_tab .nav-tabs {
	border-bottom: 0;
}
/*Summation Balance Styles */
.summation_balance {
	background: #F3F3F3;
	border: none;
	border-radius:5px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.summation_balance h3 {
	margin: 5px !important;
}
.summation_balance h3.lead {
	margin-bottom: 0px !important;
}

/*Custom Panel Styles */
.cust_panel {
	margin-bottom: 10px;
}
.cust_panel .panel-heading {
	padding: 10px;
	border-bottom: 0px;
}
.cust_panel .panel-title {
	font-size: 1em;
}
.cust_panel label {
	border: none;
	border-bottom: 2px #ccc solid;
	padding: 5px;
	margin: 0px;
}
.cust_panel .panel-body {
	padding: 0px;
}
.cust_panel .list-group label {
	width: 100%;
	display: inline-block;
}
.cust_panel .list-group label.btn-primary {
	background: #FFF7E4;
	border: none;
}
.cust_panel .list-group p.lbl {
	color: #666;
	font-size: 0.9em;
	display: inline-block;
}
.cust_panel .list-group span.ref {
	background: #ddd;
	border: 1px solid #bbb;
	border-radius: 5px!important;
	color: #222;
	display: inline;
	font-size: 0.79em;
	padding: 2px;
}
.cust_panel .list-group span.nme {
	color: #2d3e50;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;/*display:inline-block;*/
	font-size: 1.1em;
}
.cust_panel .list-group a {
	color: #555;
	text-decoration: none;
}
.cust_panel .list-group .list-group-item .glyphicon {
	top: 15px;
}
.cust_panel .list-group p {
	margin: 0px;
	width: 92%;
	margin-bottom: 5px;
}
.cust_panel .list-group p .status {
	font-weight: bold;
	font-size: 0.9em
}
.cust_panel.no-arr .list-group p {
	margin: 0px;
	width: 98%;
}
.cust_panel .list-group p small {
	color: #666;
}
.cust_panel .list-group p small.cur {
	color: #444;
	font-weight: bold;
	display: block;
	text-align: right;
}
.cust_panel .list-group .list-group-item p span.amt {
	font-size: 1.1em;
	color: #419b0f;
	font-weight: bold;
	position: relative;
	clear: right;
}
.list-group-item p span.amt .amtlbl {
	font-size: 70%;
	position: absolute;
	right: 0px;
	top: -10px;
	color: #666;
	font-weight: bold;
	white-space: nowrap;
}
.cust_panel .list-group .list-group-item {
	padding: 5px;
}
.cust_panel .list-group .overlay {
	color: #fff !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10;
	text-align: center;
}
.cust_panel .list-group .overlay p {
	padding: 0px;
	width: 100%;
	position: absolute;
	top: 35%; /*transform:translateY(-50%);*/
}
.cust_panel .list-group .overlay p a {
	color: #fff;
}
.cust_panel .list-group .overlay .glyphicon {
	top: 0px;
}
.cust_panel .list-group .list-group-item.active p {
	color: #444;
}
.cust_panel .list-group label p.hilit {
	background: #ecf0f1;
	margin-top: 5px;
}
.cust_panel .list-group .list-group-item p span.amt span.cur {
	color: #444;
	font-weight: bold;
	font-size: 0.78em;
	padding-right: 4px;
}
.cust_panel .list-group .list-group-item .bene {
	margin: 0px 5px 5px 0px;
}
.cust_panel.form-control {
	padding: 0px;
	height: auto;
}
.cust_panel label input[type="radio"], .selectHolder label input[type="radio"] {
	display: none;
}
/***history icon**/
.cust_panel .list-group .list-group-item .history {
	color: #ccc;
	display: none;
	text-align: center;
	outline: none;
	font-size: 16px;
	margin-top: 2px;
}
.cust_panel .list-group .list-group-item.active .history {
	display: block;
	color: #333;
	font-size: 85%;
}
/***************Payment History ***************/
.trans {
	transition: all 0.4s ease 0s;
}
.phistory {
	border: 0px;
}
.phistory li {
	display: inline-block;
	width: 100%;
	padding: 2px 30px 2px 5px;
	border: 0px;
	border-bottom: solid 1px #efefef;
}
.phistory li .dte {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #999
}
.summary-acc-fav {
	z-index: 1;
	margin: 0px;
}
.plimit li {
	border: 0px;
	border-bottom: solid 1px #efefef;
	margin-bottom: 0px;
	padding: 2px 5px;
}
.plimit li .amt-pos {
	margin-bottom: 6px;
}
/*Timeline Styles */
.timeline {
	position: relative;
	min-height: 200px;
}
.timeline_bar {
	width: 15px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	height: 100%;
	background: #eee;
	border: 1px #ccc solid;
	top: 0px;
}
.timeline_date {
	position: absolute;
	left: 50%;
	margin-left: -16px;
	margin-top: 10px;
}
.time_stamp_dtl {
	text-align: left;
}
.time_stamp {
	position: relative;
	left: 50%;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #CA282F;
	box-shadow: 1px 1px 1px #666;
	margin-top: 50px;
	margin-left: -5px;
}
.time_stamp.dr span {
	position: absolute;
	left: 0px;
}
.time_stamp.cr span {
	position: absolute;
	right: 45px;
}
.time_stamp span {
	margin-left: 30px;
}
.time_stamp_default {
	background: #f2f2f2;
	border: 1px #ccc dashed;
	padding: 10px;
	margin: 10px;
}
.time_stamp_debit {
	background: #f0fee4;
	border: 1px #d1dfc5 dashed;
	padding: 10px;
	margin: 10px;
}
.time_stamp_credit {
	background: #f2ddda;
	border: 1px #dbaea9 dashed;
	padding: 10px;
	margin: 10px;
}
.timeline .lead {
	margin-bottom: 0px !important;
}
/* Account Details Tag */
.tag {
	margin: 2px;
	background: #f2f2f2;
}
/*bulk_data_list*/
.bulk_data_list {
	margin-top: 10px;
}
.bulk_data_list h5 {
	margin-bottom: 2px;
	color: #4a6491;
}
.bulk_data_list p {
	margin-bottom: 0px;
}
.bulk_data_list .form-group {
	margin-bottom: 0px;
}
.bulk_data_list p.amt {
	font-size: 16px;
}
/*.bulk_data_list p.amt span {color: #419b0f;}*/
.bulk_data_list .dtln-date {
	background: #707070;
	color: #fff;
	position: absolute;
	top: -20px;
	left: 0px;
	margin: 0px;
	padding: 2px 10px 2px 15px;
	display: inline-block;
	font-size: 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.bulk_data_list .checkinput_pos {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: 2;
}
.bulk_data_list .prime {
	color: #3399E8;
}
.bulk_data_list .list-group-item {
	background: #F3F3F3;
}
.bulk_data_list .list-group-item.list-group-item-success {
	background-color: #dff0d8;
}
.bulk_data_list .list-group-item.list-group-item-hilit-info {
	background-color: #fff;
	border-top: 1px #ccc solid;
}
.bulk_data_list .list-group-item.list-group-item-hilit-info h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
/****** Bulk Datalist Styles for GST ***********/
.bulk_data_list.for_gst {
}
.bulk_data_list.for_gst .amt .cur {
	color: inherit;
	font-weight: 700;
}
.bulk_data_list.for_gst .list-group-item {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4', GradientType=0 ); /* IE6-9 */
	margin: 10px 0px;
}
.bulk_data_list.for_gst .list-group-item .data_status {
	position: absolute;
	left: 120px;
	top: -22px;
}
.bulk_data_list.for_gst .list-group-item .data_status span.lbl {
	position: absolute;
	top: 10px;
	left: 55px;
	padding: 4px;
	font-size: 12px;
	border-radius: 4px;
	white-space: nowrap;
}
.bulk_data_list.for_gst .list-group-item .data_status .flag {
	border: 3px solid #fbfbfb;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 24px;
	font-weight: 400;
	height: 50px;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 50px;
	background-color: #ccc;
}
.bulk_data_list.for_gst .list-group-item.matched .data_status .flag {
	background-color: #dff0d8;
	color: #3c763d;
}
.bulk_data_list.for_gst .list-group-item.matched .data_status .lbl {
	color: #3c763d;
	background-color: #dff0d8;
}
.bulk_data_list.for_gst .list-group-item.missmatched .data_status .flag {
	background-color: #f2dede;
	color: #a94442;
}
.bulk_data_list.for_gst .list-group-item.missmatched .data_status .lbl {
	background-color: #f2dede;
	color: #a94442;
}
.bulk_data_list.for_gst .list-group-item.norecords .data_status .flag {
	background-color: #fcf8e3;
	color: #8a6d3b;
}
.bulk_data_list.for_gst .list-group-item.norecords .data_status .lbl {
	background-color: #fcf8e3;
	color: #8a6d3b;
}
.bulk_data_list.for_gst .list-group-item-danger {
	background: #fdf6f6;
	color: #a94442;
}
.bulk_data_list.for_gst .list-group-item-warning {
	background: #fffff5;
	color: #8a6d3b;
}
.bulk_data_list.for_gst .label {
	line-height: 3;
}
.for_gst_total .bulk_data_list.for_gst .list-group-item {
	background: none;
	border: none;
	border-bottom: 1px #ccc solid;
}
.for_gst_total h4 {
	background: #f2f2f2;
	padding: 4px;
	border-radius: 4px;
	font-size: 14px;
}
.for_gst_total .amt {
	font-weight: bold;
}
.table .table td {
	border: none;
}

/*Forecast widget*/
.forecast {
	color: #fff;
	padding: 5px;
	box-sizing: padding-box;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px #ccc solid;
	background: #ffffff;
}
.forecast a {
	text-decoration: none;
}
.forecast p.hd {
	margin: 0px;
}
.forecast p.lead {
	margin-bottom: 10px;
}
.forecast .reload {
	background: #f3f2f1;
	padding: 2px;
	border-radius: 0 0 0px 8px;
	text-align: right;
	position: absolute;
	top: 0px;
	display: block;
	right: 0px;
	z-index: 9999;
}
.forecast .reload span {
	padding-right: 4px;
}
.forecast .cont {
	padding: 20px 20px 4px 4px;
}
.forecast .calander {
	width: 100px;
	text-align: center;
	padding: 4px;
	border: 1px #ccc solid;
	background: #2f353f;
	position: absolute;
	top: 0px;
	height: 160px;
}
.forecast .calander .weekdays {
	background: #545A64;
	padding: 4px;
	color: #CFD5DF;
	font-weight: 400;
	border-radius: 2px;
}
.forecast .calander .date {
	color: #6A707A;
	font-weight: 700;
	font-size: 60px;
}
.forecast .calander .month {
	color: #6A707A;
	border-radius: 3px
}
.forecast .calander .month span {
	font-size: 11px;
	color: #99bbd8;
	display: block;
}
.forecast .net_bal {
	background: #f3f2f1;
	padding: 4px;
	margin: 5px 0x 0px 0px;
	color: #333;
	border-top: 1px #e8e3e3 solid;
}
.forecast .lead {
	margin-bottom: 5px;
}
.forecast .amt {
	font-size: 16px;
}
/* Admin page Css */
.admin_panel p {
	margin: 0 0 0 3px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;
    padding-right:4px;


}
.admin_panel .btn {
	margin-top: 5px;
}
.admin_panel .well {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	float: left;
	width: 100%;
}
.admin_panel .well label {
	display: inline;
}
.admin_panel .media .media-heading {
	color: #333;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.admin_panel .media .media-body {
	width: 100%;
	float: left;
}
.admin_panel .media .media-body {
	width: 100%;
	float: left;
}
.admin_panel .media .media-left {
	width: 20%;
	float: left;
}
.admin_panel .media .media-object {
	height: auto;
	max-width: 100%;
}
.admin_panel .media .media-left + .media-body {
	width: 80%;
	float: left;
}
/* Users Panels */
.user_panel {
	color: #fff;
	padding: 5px;
	box-sizing: padding-box;
	position: absolute;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 3px;
	width: 80px;
	height: 80px;
	margin-top: -9px;
	right: 0px;
}
.user_panel .inactive {
	background: #d9534f;
	border: 1px dashed #efefef;
	box-shadow: 4px 3px 3px #bbb;
	color: #fff;
	font-size: 1em;
	height: 25px;
	line-height: 1em;
	padding: 4px;
	position: absolute;
	right: -41px;
	text-align: center;
	top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 130px;
	z-index: 1;
}
.user_panel .active {
	background: #5cb85c;
	border: 1px dashed #efefef;
	box-shadow: 4px 3px 3px #bbb;
	color: #fff;
	font-size: 1em;
	height: 25px;
	line-height: 1em;
	padding: 4px;
	position: absolute;
	right: -41px;
	text-align: center;
	top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 130px;
	z-index: 1;
}
.user_panel .disabled {
	background: #b9b9b9;
	border: 1px dashed #efefef;
	box-shadow: 4px 3px 3px #bbb;
	color: #fff;
	font-size: 1em;
	height: 25px;
	line-height: 1em;
	padding: 4px;
	position: absolute;
	right: -41px;
	text-align: center;
	top: 12px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	width: 130px;
	z-index: 1;
}
.user_action {
	position: relative;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
}
.user_action .media, .user_action .media-body {
	overflow: visible;
}
/*Locked Users */
.user_locked {
	position: relative;
}
.user_locked span {
	position: absolute;
	overflow: hidden;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(0,0,0,0.3);
	top: 0;
	text-align: center;
	padding-top: 20px;
	color: #ff1100;
	font-size: 15px;
    max-width:100%;
    max-height:100%;
}
.user_locked span small {
	font-size: 11px;
}
/*Custom list group item */
.cust_list .list-group-item {
	color: #444;
}
.cust_list .list-group-item {
	background: #f6f6f4 none repeat scroll 0 0;
	border: 1px solid #e6e6e4;
	margin: 5px;
	color: #777;
}
.cust_list .list-group-item-heading {
	color: #000;
}
/*Custom File Upload Button Styles */
.cust_upload_btn {
	position: relative;
	height: 40px;
}
.cust_file_input {
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	width: 100%;
	top: 0;
	bottom: 0;
}
/* Receivables Dashboard */
.canvasjs-chart-credit {
	display: none;
}
.cols_box {
	background-color: #369ead;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.cols_box:hover {
	opacity: 0.8;
}
.cols_box2 {
	background-color: #c24642;
}
.cols_box3 {
	background-color: #0090d9;
}
.cols_box p, .cols_box h5, .cols_box .lead, .cols_box {
	color: #fff;
}
.cust_table th.amt {
	text-align: right;
}
.cust_table tr td a, .link {
	text-decoration: underline;
}
.tot_amt {
	font-weight: bold;
}
/* Forex Styles */
.forex {
	background-color: #fa8564;
	color: #fff;
	padding: 22px 10px 0px 20px;
	min-height: 120px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.forex h3 {
	line-height: 30px;
	margin: 0px;
	margin: 40px 0 0;
}
.forex span {
	display: block;
	font-family: 'Lato';
	color: #fff;
}
.forex-box1 {
	background: #004880 url(/Corporatebanking/themes/images/common/current_amt-8ef748b97cf7a421fa6de65982379cee.png) 90% center no-repeat;
}
.forex-box2 {
	background: #CA282F url(/Corporatebanking/themes/images/common/exchange_arrow-c910f2c0d729dd0bbe4ae5e52bce5ccd.png) 95% center no-repeat;
}
.forex-box3 {
	background: #3399E8 url(/Corporatebanking/themes/images/common/bid_price-caa2169d1d7a39c2190cc7323050d1a3.png) 90% center no-repeat;
}
.forex-box4 {
	background: #707070 url(/Corporatebanking/themes/images/common/offer_price-ea1840b13c3f3577f6a3c8fbb9393833.png) 90% center no-repeat;
}
.down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #e62602;
	display: inline-block;
	font-size: 0;
	height: 0;
	margin-right: 4px;
	vertical-align: middle;
	width: 0;
}
/*Select All Button Styles*/
.checkinput.selectall {
	padding-left: 10px;
	width: 115px;
	height: 40px;
	padding-top: 10px;
	text-align: left;
	background: #eee;
	margin-top: 8px;
}
.checkinput.selectall:after {
	left: 80px;
	top: 8px;
	bottom: 5px;
	right: 5px;
}
.selectall:after {
	padding: 4px 6px !important;
}
/*****  Trade Documents styles   ********/

.trade_doc {
	text-transform: capitalize;
}
.trade_doc .checkinput {
	padding: 0 0 3px 40px;
	margin-left: 1%;
}
.trade_doc .form-control_custom {
	display: inline;
	width: 100px;
	border: none;
	border-bottom: 1px #666 solid;
	box-shadow: none;
	border-radius: 0;
	background: #fdfdf6;
}
.trade_doc .form-control_custom_long
{
    width: 100%;
    border: none;
    border-bottom: 1px #666 solid;
    box-shadow: none;
    border-radius: 0;
    background: #fdfdf6;
    display:inline;
}
.trade_doc .panel {
	border: none;
	border-radius: 0px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 0px;
}
.trade_doc .form-group {
	margin-bottom: 0px;
}
.trade_doc .list-group-item .btn {
	margin: 0px 5px;
}
.trade_doc .btn-group {
	margin-left: 3%;
}
.trade_doc .doc_value {
	background: #fdfdf6;
	border-bottom: 1px #666 solid;
}
.cust_alert {
	padding: 10px;
	border-radius: 0px;
}
/*Notification*/
.notification .list-group-item {
	background: #f2f2f2;
	border-left: 5px #717d7d solid;
}
.notification .list-group-item:nth-child(1n) {
	border-left: 5px #C60 solid;
}
.notification .list-group-item:nth-child(2n) {
	border-left: 5px #d16587 solid;
}
.notification .list-group-item:nth-child(3n) {
	border-left: 5px #29a5ad solid;
}
.notification .list-group-item:nth-child(4n) {
	border-left: 5px #739e73 solid;
}
.notification .cust_list .list-group-item {
	background: #f6f6f4 none repeat scroll 0 0;
	color: #777;
	margin: 5px;
}
/*  Dashboard Styles for GST *****/
.dashboard {
	background: #fff;
	color: #fff;
	padding: 5px;
	box-sizing: padding-box;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0px 0px 1px #a2a8a9 inset;
	padding-bottom: 10px;
}
.dashboard a {
	text-decoration: none
}
.dashboard .row {
	margin: 0 -5px;
	position: relative;
	padding-top: 20px;
}
.dashboard .row .info {
	padding: 0px 5px;
}
.dashboard h4 {
	background: #f2f2f2;
	border-radius: 3px;
	color: #444;
	font-weight: 400;
	padding: 5px
}
.dashboard .options {
	color: #444;
	display: inline-block;
	text-align: center;
	width: 23px;
}
.dashboard .options span {
	font-size: 10px;
	color: rgba(255,255,255,0.5);
}
.dashboard p.hd {
	margin: 0px;
	color: #7D838D;
}
.dashboard p.lead {
	margin: 0px;
	color: #2f353f;
}
.dashboard p {
	color: #2f353f;
}
.dashboard .label-default {
	background-color: #f2f2f2;
	color: #888;
	padding: 5px;
}
.dashboard .cust_msg_style .list-group-item {
	background: none;
	border: none;
	padding: 0;
}
.dashboard .list-group-item-heading {
	background: none;
}
.dashboard .summary_val h4 {
	background: none;
}
/*****Dashboard  Style for Limits ******/

.dashboard.for_limits {
	color: #555;
	padding: 15px;
}
.dashboard.for_limits h4 {
	background: none;
}
/*********************bar chart*********************************/
.barwrap {
	height: 130px;
	margin-top: 25px;
}
.barwrap .record {
	background-color: rgba(230, 230, 230, 0.45);
	height: 30px;
	position: relative;
	width: 97%;
}
.barwrap .record::before {
	background-color: rgba(230, 230, 230, 0.65);
	content: " ";
	height: 10px;
	left: 5px;
	position: absolute;
	right: -5px;
	top: -10px;
	transform: skew(-46deg, 0deg);
	z-index: 1;
}
.barwrap .record::after {
	background-color: rgba(230, 230, 230, 0.75);
	content: " ";
	height: 29px;
	position: absolute;
	right: -11px;
	top: -5px;
	transform: skew(0deg, -45deg);
	width: 11px;
}
.barwrap .bar {
	color: #fff;
	height: 30px;
	position: relative;
	text-align: center;
	line-height: 30px;
}
.barwrap .inner1 {
	background-color: #b91c20;
	transition: all 0.4s ease 0s;
}
.barwrap .inner1::before {
	background-color: #b91c20;
	content: " ";
	height: 10px;
	left: 5px;
	position: absolute;
	right: -5px;
	top: -10px;
	transform: skew(-46deg, 0deg);
}
.barwrap .inner1::after {
	background-color: #941014;
	content: " ";
	height: 29px;
	position: absolute;
	right: -11px;
	top: -5px;
	transform: skew(0deg, -45deg);
	width: 11px;
}
.barwrap .inner2 {
	background-color: #3c763d;
	transition: all 0.4s ease 0s;
}
.barwrap .inner2::before {
	background-color: #3c763d;
	content: " ";
	height: 10px;
	left: 5px;
	position: absolute;
	right: -5px;
	top: -10px;
	transform: skew(-46deg, 0deg);
}
.barwrap .inner2::after {
	background-color: #185019;
	content: " ";
	height: 29px;
	position: absolute;
	right: -11px;
	top: -5px;
	transform: skew(0deg, -45deg);
	width: 11px;
}
.barwrap .data {
	width: 90%;
}
.barwrap span {
	font-size: 90%;
}
/**************tab-btn*************/
.tab-btn .panel {
	border: 1px solid #ccc;
	border-radius: 0 4px 4px 4px;
	margin-top: -1px;
}
.tab-btn .btn.active {
	background: #fff;
	box-shadow: none;
	border: none;
	color: #333;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	padding-bottom: 12px;
	vertical-align: top;
}

@media (max-width: 670px) {
.newWiz .steps {
	width: 38%;
}
}
@media (max-width: 400px) {.user_locked span {padding-top:25%;}}
@media (min-width:992px) and (max-width:1300px){.user_locked span {padding-top:15px;}}


/*****  Flag Checkbox Styles **********/
.flaginput {position: relative;}
.flaginput input{display:none;}
.flaginput input[type=checkbox] + label:after {color: #ccc;content: "\f024";font-size:24px;font-weight: bold;left: 20px;position: absolute;top: 5px;padding:5px;font-family: FontAwesome;}
.flaginput input[type=checkbox]:checked + label:after{color: #419b0f;content: "\f024";font-size:24px;font-weight: bold;padding:5px;font-family: FontAwesome;}
.flaginput input[type=checkbox]:disabled + label:after{color: #ccc;content: "\f05e";font-size:24px;font-weight: bold;padding:5px;font-family: FontAwesome;}

/***** Dateline Expired *****/
.dateline .expired {
	background: #ececec;
}

/********** IOS Iframe content non visibile area controls clickable issue fix ***********/
.mod_touchevents .content{position: absolute;height:100%;width:100%;-webkit-overflow-scrolling: touch; overflow-y: scroll;z-index:auto; }
.mod_touchevents .modal-backdrop{display:none;}
.mod_touchevents .modal{background-color:rgba(0, 0, 0, 0.4);}



.bulk_action .panel-title{font-size:14px;}
.relatedinfo{background: #f1f1f1;padding:15px;margin-right:-15px;border-radius: 10px 10px 10px 10px;}
.relatedinfo h3{font-size:18px; margin:0 0 7px 0;letter-spacing: 0;}
.relatedinfo h4{font-size:14px; margin:0 0 5px 0;letter-spacing: 0;}
.relatedinfo .list-group-item{padding:10px;}
.relatedinfo .avilLimit h4{margin:0 0 5px 0;display: block;font-size:14px;letter-spacing: 0;}
.relatedinfo .avilLimit p{padding: 5px 0 0 0;margin:0px;font-size:12px;}
.relatedinfo .avilLimit .amt{padding: 0;margin:0px;font-weight: normal;font-size:16px;}
.relatedinfo .avilLimit .amt .cur{font-weight: normal;font-size:11px;margin-right:3px;color: rgb(119, 119, 119);}
.relatedinfo .avilLimit .amt.utilized{color:#CA282F;}
.relatedinfo .avilLimit .amt.avail{color:#333333;}

.dateline_check{margin:10px 0 0 0;}
.btn-remove{position: absolute;right:15px;}
.m-0{margin: 0 !important;}
.dateline_limit h3{margin:0 0 10px 0; font-size:18px;}
.dateline_limit .relatedinfo{padding:0 10px 10px 0;background:transparent;}
.dateline_limit .list-group{margin:0;}


/* Panel Box Styling */
.panel_box  .media{height: 75px;}
.panel_box.extended .media{height: 116px;}
.panel_box  .media .media-left {position: absolute;text-align: center;width:80px;}
.panel_box .media .media-body {width: 100%;float: left;padding-left:80px;}
.panel_box .media .media-heading {margin-bottom: 8px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
h4.head {background: #f2f2f2;padding: 4px;border-radius: 4px;font-size: 14px;}
.panel-heading .panel-title .steps {background: #004880;color: #fff;padding: 9px 15px;margin: -10px 5px -10px -15px;border-top-right-radius: 8px; border-bottom-right-radius: 8px;   font-weight: 600;}
/* Custom Tab */
.create_user_tab .tab-content {margin-top: -1px;padding: 15px;border: 1px solid #ddd;}
.create_user_tab span.block{display:block;}
.panel_head_dtl{background: #e4e7e7;font-size: 14px;letter-spacing: 0px;padding: 5px;border-radius: 4px;margin-left:15px;color:#31708f;}
.panel_head_dtl .cont{padding-right:10px;}
.assign_check{padding-top:10px;}
.panel_head_edit{border-radius: 4px;border: 1px solid #ccc;background:#fff;font-size: 14px;padding: 2px 6px;text-decoration:none;color:#333;}
.panel_head_edit:hover{text-decoration:none;color:#444;}
.panel_head_dtl .badge{background: #d9534f !important;color: #fff !important;}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(244, 87, 91);
}

/* Users Setup */
.panel_total_count{width: 100%;border-right:1px #efefef solid;padding: 10px;float: left;}
.panel_total_count .ico{width: 20%;float: left;}
.panel_total_count .ico span{width: 50px;height: 50px;border-radius:50%;background-color: #f2f2f2;display: block;}
.panel_total_count .ico span.users{background-color: #004880;color:#fff;font-size:20px;text-align: center;padding-top:10px;}
.panel_total_count .ico span.templates{background-color: #3399E8;color:#fff;font-size:20px;text-align: center;padding-top:10px;}
.panel_total_count .ico span.roles{background-color: #f36e76;color:#fff;font-size:20px;text-align: center;padding-top:10px;}
.panel_total_count .ico span.unassigned_users{background-color: #3399E8;color:#fff;font-size:20px;text-align: center;padding-top:10px;}
.panel_total_count .ico span.locked_users{background-color: #CA282F;color:#fff;font-size:20px;text-align: center;padding-top:10px;}
.panel_total_count .ico span.departments{background-color: #707070;color:#fff;font-size:20px;text-align: center;padding-top:10px;}



.panel_total_count .count{width: 80%;float: left;text-align: left;background: none;padding-left:20px;}
.panel_total_count .count h3{color: #333333;padding-top:0;margin:0;}
.panel_total_count .count h3 span{font-size: 14px;color:#ada8a8;display: block;margin-bottom: 3px;}

.grid_usersetup .list-group-item{border:0; background: #f3f3f3; margin-bottom: 2px;}
.grid_usersetup .list-group-item a{text-decoration:underline;}
.grid_usersetup .list-group-item a.btn,.grid_usersetup .list-group-item .dropdown-menu a{text-decoration:none;}


.grid_usersetup .list-group-item p{margin-bottom: 0px;}
.grid_usersetup .list-group-item h5 {margin: 0px 0px 4px 0px;}
.grid_usersetup .list-group-item .badge{min-width:80px;padding:10px;color:#333333;background-color:#f1f1f1;border-radius:0; float:right;margin:2px;}

.grid_usersetup .list-group-item .checkinput_pos {position: absolute;right: 10px;top: 5px;z-index: 2;}
.grid_usersetup .list-group-item .dropdown{position: absolute;right: 5px;top: 5px;z-index:2;}
.grid_usersetup .list-group-item .dropdown-menu-right{right: 30px;}
.grid_usersetup .list-group-item .dropdown .btn-default{background-color: transparent;border:none;} 
.grid_usersetup .list-group-item .dropdown .btn-default:hover{background-color: #fff;border:none;} 


.grid_usersetup .list-group-item.status_active{border-left:5px #5cb85c solid;}
.grid_usersetup .list-group-item.locked{border-left:5px #777 solid;}
.grid_usersetup .list-group-item.deactivate{border-left:5px #CA282F solid;}
.grid_usersetup .list-group-item .rolenames {background-color: #f2f2f2;color: #888;display: inline;padding: .2em .6em .3em;font-size: 75%;font-weight: 700;line-height: 1;text-align: center;white-space: nowrap;
vertical-align: baseline;border-radius: .25em;}
.grid_usersetup .list-group-item img{border-radius: 50%;}
.grid_usersetup .list-group-item .label{padding:5px 5px 3px;}


h4.head {background: #f2f2f2;padding: 4px;border-radius: 4px;font-size: 14px;}

.panel_head_dtl {
    background: #e4e7e7;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 5px;
    border-radius: 4px;
    margin-left: 15px;
    color: #31708f;
}
.create_user_tab span.block {
    display: block;
}

.m-0{
    margin: 0 !important;
}

.mt-0{
	margin-top:0px !important;
}
.mt-10{
	margin-top:10px !important;
}
.modal_head{
	font-size:16px;
}
.light-font{
	color: #FFFFFF;
}
.light-summary-box {
	border-radius:5px;
	 -webkit-box-shadow: 4px 4px 10px #cccccc;
    box-shadow: 4px 4px 10px #cccccc;
	position: relative;
} 
 .light-summary-box:hover {
	background: transparent linear-gradient(117deg, #FFFFFF 0%, #eefef9 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 4px 4px 20px #0000004d;
    box-shadow: 4px 4px 10px #0000004d;
    border: 1px solid #3399E8;
} 
.dark-summary-box {
	border-radius:5px;
	 -webkit-box-shadow: 4px 4px 10px #cccccc;
    box-shadow: 4px 4px 10px #0000004d;
	position: relative;
} 
 .dark-summary-box:hover {
	background: transparent linear-gradient(117deg, #FFFFFF 0%, #eefef9 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 4px 4px 20px #0000004d;
    box-shadow: 4px 4px 10px #cccccc;
    border: 1px solid #3399E8;
}


.account_summary_status {position: absolute;right:10px;bottom:10px;}

.corner-ribbon {
    width: 110px;
    position: absolute;
    top: 25px;
    padding: 1px 5px;
    left: -50px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #f0f0f0;
    font-size: 0.688em;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
}
.corner-ribbon.top-right {
    top: 21px;
	left: auto;
	right:-25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-transform: uppercase;
}
.spacer5{height:5px;}

.switch_outer{width:180px;float:right;}
.highlight .switch_outer label{color:#fff;}


/* ---------------------------------------------------

Project : CSS Checkbox Switch
Author : Partha Kar (https://www.facebook.com/partha.creativemind)
Version : 1.0
Release Dtae : 15 November, 2017

---------------------------------------------------- */


.checkbox.checbox-switch {
    padding-left: 0;
}

.checkbox.checbox-switch label,
.checkbox-inline.checbox-switch {
    display: inline-block;
    position: relative;
    padding-left: 0;
}
.checkbox.checbox-switch label input,
.checkbox-inline.checbox-switch input {
    display: none;
}
.checkbox.checbox-switch label span,
.checkbox-inline.checbox-switch span {
    width: 35px;
    border-radius: 20px;
    height: 18px;
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    border-color: rgb(223, 223, 223);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.checkbox.checbox-switch label span:before,
.checkbox-inline.checbox-switch span:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgb(255,255,255);
    content: " ";
    top: 0;
    position: relative;
    left: 0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.checkbox.checbox-switch label > input:checked + span:before,
.checkbox-inline.checbox-switch > input:checked + span:before {
    left: 17px;
}


/* Switch Primary */
.checkbox.checbox-switch.switch-primary label > input:checked + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked + span {
    background-color: rgb(0, 105, 217);
    border-color: rgb(0, 105, 217);
    box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checbox-switch.switch-primary label > input:checked:disabled + span,
.checkbox-inline.checbox-switch.switch-primary > input:checked:disabled + span {
    background-color: rgb(109, 163, 221);
    border-color: rgb(109, 163, 221);
    box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
    transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.amt-pos1 {
	color: #228B22;
}
.timer_text {color: #CA282F; font-size: 16px; font-weight: bold;}
.limit_list{
	margin: 0;
    padding: 15px;
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.limit_list li{border-bottom: 1px solid #ccc;margin-bottom: 15px;}
.limit_list li:last-child{border-bottom: 0;margin-bottom:0;}
.dc_card{
	width: 320px;
    border-radius: 12px;
    padding: 15px;
    background: #fff;
    position: relative;
    height: 202px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 3px #666;
}
.dc_card_top{
	margin: 10px 0 0 0;
    padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.dc_card_top .card_number{
	font-weight: bold;
}

.dc_card_bottom{ margin-top: 20px; min-height: 56px; }
.dc_card_bottom .acc_number{font-weight: bold;}
.dc_card_bottom .expiry span{font-size: 90%; font-weight: normal;}
.dc_card_bottom .expiry{ font-weight: bold; }
.dc_card_bottom .card_name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
	margin: 0 auto;
	display: inline-block;
}
.master_card .icon{
	margin-top: 15px;
	background: url("/Corporatebanking/themes/images/common/master_card-96083e8499da219c5940dbfd1cde6eb9.png") repeat;
	background-size: 100% 100%;
	width: 59px;
	height: 37px;
	display: inline-block;
}
.visa_card .icon{
	margin-top: 15px;
	background: url("/Corporatebanking/themes/images/common/visa_card-88a905601bc67a2e886914a719081b5b.png") repeat;
	background-size: 100% 100%;
	width: 59px;
	height: 37px;
	display: inline-block;
}
.rupay_card .icon{
	margin-top: 15px;
	background: url("/Corporatebanking/themes/images/common/rupay_card-cc317f899d00931ac065d8bbc41fb712.png") repeat;
	background-size: 100% 100%;
	width: 59px;
	height: 37px;
	display: inline-block;
}

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  
  .slider.slider-horizontal {
    width: 100%;
    height: 40px;
    margin-left: 15px;
  }
  
  .slider.slider-horizontal .slider-track {
    height: 5px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
  }
  /*NW- Locator height reduced  */
  
  .slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  
  .slider.slider-horizontal .slider-handle {
    margin-left: -15px;
    margin-top: -11px;
  }
  
  .slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
  }
  
  .slider.slider-vertical {
    height: 210px;
    width: 20px;
  }
  
  .slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
  }
  
  .slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
  }
  
  .slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px;
  }
  
  .slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
  }
  
  .slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  }
  
  .slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
  }
  
  .slider input {
    display: none;
  }
  
  .slider .tooltip.top {
    margin-top: -36px;
  }
  
  .slider .tooltip-inner {
    white-space: nowrap;
  }
  
  .slider .hide {
    display: none;
  }
  
  .slider-track {
    position: absolute;
    cursor: pointer;
    background: #4f5252;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
  
  .slider-selection {
    position: absolute;
    background: #004880;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    oz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
  }
  
  .slider-handle {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #004880;
    background-repeat: repeat-x;
    -webkit-box-shadow: 0 0 0 1px #3399E8;
    box-shadow: 0 0 0 1px #3399E8;
    opacity: 0.9;
    border: 2px solid #fff;
  }
  /*NW- Locator Slider handle css changed */
  
  .slider-handle.round {
    border-radius: 50% !important;
  }
  
  .slider-handle.triangle {
    background: transparent none;
  }
  
  .slider-handle.custom {
    background: transparent none;
  }
  
  .slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
  }
  /*NW- slide value margin changed */
  
  .showslideval {
    margin-top: 7px !important;
  }
  
  
 .contentheader{ 
	border:1px solid #ddd; 
	background: #F3F3F3;
	padding: 5px 17px 5px 15px;
	font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
	vertical-align: middle;
}

.multible_beneficiary .panel-heading {
    cursor: default;
}

.bulk_hide_file {
    display: inline-block;
    margin-bottom: 5px;
}

.verify_with_bank{padding: 3px 0 0 0;margin: 0;}
.verify_with_bank span{color: #004880;font-size: 11px;}
.alert_small{padding:8px; font-size: 85%;}
.alert_small .fa-2x{ font-size: 1.5rem;}

.payment-warning-inline {
    color: #d9534f;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-top: 14px;
    line-height: 1.6;
}
