/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 17, 2020, 2:59:47 PM
    Author     : 5035958
*/
*,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	font-size: 14px;
	line-height: normal;
	font-family: "raleway";
	background-color: #deefff !important;
}

.logoBlock {
	padding: 30px 20px;
}

.logoBlock img {
	width: 200px;
}

.detailsBlock {
	position: relative;
	left: 50%;
	top: 0%;
	bottom: 0;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	width: 550px;
	background: #daffe9;
	box-shadow: 0px 0px 9px #ccc;
}

/*.detailsBG {
    width: 500px;
    height: 250px;
    background: #0053a3;
    border-radius: 60px;
    transform: skewX(25deg);
    margin-top: 60px;
}
.detailsView {
    position: absolute;
    padding: 25px;
    border-radius: 30px;
    background: #fff;
    display: block;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 11px #b5b5b5; -webkit-box-shadow: 0px 0px 11px #b5b5b5; -moz-box-shadow: 0px 0px 11px #b5b5b5; margin-bottom: 30px;
}*/
.detRow {
	float: left;
	width: 100%;
}

.detCol {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}

.detailsView label {
	font-weight: 600;
	color: #0055a7;
	display: block;
	font-size: 16px;
	margin: 0;
}

.detBtnRow {
	text-align: center;
}

.Btnsubmit {
	margin-block-end: 10px;
	padding: 8px;
	background: #0d4a85;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #0d4a85;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	font-weight: 600;
	cursor: pointer;
	margin: auto;
	/*margin-top : 12px;*/
	text-decoration: none;
}

.Btnsubmit:hover {
	background: #fff;
	color: #0d4a85;
	text-decoration: none;
}

.caseBtn:hover {
	text-decoration: none;
}

.cardBtn {
	display: inline-block;
	cursor: pointer;
	font-weight: 600;
	background: #0d4a85;
	color: #fff;
	border: 2px solid #0d4a85;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top: 10px;
	text-decoration: none;
}

.cardBtn:hover {
	background: #fff;
	color: #0d4a85;
	text-decoration: none;
}

.copyRight {
	padding: 10px;
	font-size: 11px;
	text-align: center;
	position: fixed;
	bottom: 0;
	right: 0;
}

/*.detCheckRow {
    margin-bottom: 20px;
}*/
.detCheckRow label {
	color: #F44336;
}

.detTitle h3 {
	margin: 0 0 15px;
	font-size: 18px;
	color: #108a43;
	display: inline-block;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 2px solid #ccc;
}

.detTitle h3::before {
	content: "";
	height: 2px;
	width: 40px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #0053a3;
}

.bankDet {
	padding: 10px;
	background: #f3f3f3;
	margin-bottom: 15px;
}

.customerDet {
	background: #daffe9;
}

.detailsViews {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 0px 0px 8px #0d4a85;
	padding: 15px;
	border-radius: 25px;
	color: #0d4a85;
	border: 2px solid #0d4a85;
}

.detailsViewsRes.detailsViews {
	width: 550px;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	/*font-size: 30px;*/
	/*text-align: center;*/
}

.ajaxLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url('../img/loader.gif') 50% 50% no-repeat;
}

body.loading .ajaxLoading {
	overflow: hidden;
}

body.loading .ajaxLoading {
	display: block;
}

.spanLabel {
	color: #000000;
	font-weight: normal;
}

.flex-item {
	/*  background-color: #f1f1f1;*/
	/*padding: 10px;*/
	flex: 50%;
}

/*
.d-none{
	display:none;
	
}*/
.inlineCSS {
	display: inline !important;
}

.floatCSS {
	float: right;
	margin-right: 5%;
}

.btnRow {
	margin: auto;
}

.ACHLabel {
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	width: 100%;
}

.ACHElement {
	border: 0.5px solid #ccc;
	height: 26px;
	width: 50%;
	margin-left: 12px;
	float: right;
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {

	.detailsViewsRes.detailsViews,
	.detailsViews {
		width: 90%;
		padding: 10px 0px;
	}

	.detailsBlock {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	body {
		background: #ccc;
	}

	.custBody {
		background: url(../img/page_bg.png) no-repeat scroll 0 0/100% 100%;
	}

	.detailsBG {
		margin-top: 0;
		position: relative;
		top: 65px;
		width: 100%;
	}

	.detCol {
		width: 100%;
	}

	.copyRight {
		margin-top: 0px;
		position: static;
		background: #f2fff7;
	}

	.main_Detconainer {
		background: #f2fff7;
	}
}

.radioRow {
	font-weight: 600;
	color: #0055a7;
	max-width: 50%;
}

/*.offlineTitle h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #108a43;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #ccc;
}*/
.offlineCol {
	width: 100%;
	margin-bottom: 5px;
}

.bounceDet {
	overflow: hidden;
}

.bounceDet span {
	float: left;
	margin-left: 2px;
	color: #000;
	font-weight: normal;
}

.offlineXMLCol input[type=file] {
	width: 50%;
	display: inline;
	/* display: block; */
}

.offlineXMLCol p {
	width: 40%;
	display: inline;
}

.shareCodeCol input {
	margin: 0 0.5rem;
	padding: 0.5rem;
	border: 1px solid #333;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 3rem;
}

/*sundar*/
.logo img {
	width: 200px;
}

.bounceTitle h3 {
	margin: 0;
}

.bounceTitle {
	background: #108a43;
	color: #fff;
	text-align: center;
	padding: 10px;
	position: relative;
	z-index: 2;
}

.logo {
	padding: 20px 30px;
}

.bounceformBox {
	width: 90%;
	background: #fff;
	margin: auto;
	box-shadow: 0px 0px 8px #ccc;
	padding: 40px 30px 20px 30px;
	position: relative;
	top: -20px;
	z-index: 1;
}

.bounceCol label span,
.bounceLabel {
	/*float: right;*/
	margin-left: 15%;
	font-weight: normal;
	color: #000;
}

.bounceCol {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}

.bounceRadio {
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.radioLabel {
	margin-left: 15%;
}

.bounceElement {
	border: 0.5px solid #ccc;
	height: 26px;
	width: 50%;
	margin-left: 12px;
}

.bounceElement-text {
	border: 0.5px solid #ccc;
	height: 26px;
	width: 50%;
	margin-left: 1px;
	padding-left: 3px;
}

.bounceElement-frmDt {
	border: 0.5px solid #ccc;
	height: 26px;
	width: 50%;
	margin-left: 4%;
	padding-left: 3px;
}

.bounceElement-toDt {
	border: 0.5px solid #ccc;
	height: 26px;
	width: 50%;
	margin-left: 9%;
	padding-left: 3px;
}

.bounceXMLCol {
	padding: 7px 10px 7px 20px;
	background: #707070;
	color: #fff;
	border-radius: 5px;
}

.offlineXMLCol img {
	margin: 0 10px;
}

.offlineCol.offlineUpCol {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.offlineCol.offlineOtpCol {
	border: 0;
	padding: 15px 20px 20px 20px;
	background: #daffe9;
	border-radius: 5px;
	margin-bottom: 25px;
}

.offlineOtpCol .shareCodeCol {
	text-align: center;
	padding-top: 10px;
}

.offlineCol.offlineOtpCol label {
	color: #108a43;
}

.offlineOtpCol .shareCodeCol input {
	width: 20%;
	margin: 0 5px;
	border: 0;
	border-radius: 5px;
	box-shadow: 0px 0px 8px #939393;
	font-weight: 600;
	color: #108a43;
}

.downLink {
	padding: 2px;
	background: #108a43;
	width: 100%;
	display: block;
	margin-top: 10px;
	color: #fff;
	border-radius: 20px;
}

.downLink:hover {
	color: #fff;
	text-decoration: none;
}

.ACHFile {
	margin-bottom: 12px;
	padding-bottom: 12px;
	/*border-bottom: 1px solid #ccc;*/
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 480px) {
	.logo img {
		width: 160px;
	}

	.logo {
		padding: 20px;
	}

	.offlineTitle h3 {
		font-size: 18px;
	}

	.detailsView label {
		font-size: 12px;
		float: left;
	}

	.offlineformBox {
		padding: 40px 10px 20px 10px;
	}

	.offlineXMLCol {
		padding: 7px 10px 7px 10px;
		font-size: 12px;
	}

	.offlineXMLCol img {
		margin: 0 5px;
		width: 23px;
	}

	.offlineCol.offlineOtpCol {
		padding: 15px 15px 20px 15px;
	}

	.offlineOtpCol .shareCodeCol input {
		width: 18%;
	}

	.inlineCSS {
		display: block !important;
		margin-bottom: 12px;
	}

	.floatCSS {
		font-size: 13px;
	}

	.bounceformBox {
		width: 97%;
		padding: 30px 10px 20px 10px;
	}

	.bounceCol {
		float: left;
		width: 100%;
	}

	.bounceTitle h3 {
		font-size: 18px;
	}

	.detailsView label.cLabel,
	.bounceCol label.cLabel {
		width: 100%;
	}

	.Btnsubmit,
	.cardBtn {
		font-size: 15px;
	}

	.colLabel,
	h6.text-danger {
		font-size: 12px;
	}

	.spanLabel {
		font-size: 12px;
		color: #000000;
		font-weight: normal;
	}

	.floatLabel {
		margin-right: 10px !important;
	}

	.bounceRadio label {
		margin-top: 12px;
	}

	.ACHLabel {
		margin-bottom: 5px !important;
	}

	.statusBtn {
		display: inline-block;
		margin-top: 15px;
	}
}

.card.custCard {
	background: #daffe9;
	border: 0;
	box-shadow: 0px 0px 9px #8f8f8f;
	margin-bottom: 30px;
}

.custCard .row {
	margin-bottom: 7px;
}

.custCard .card-body {
	padding: 10px 10px 20px;
	position: relative;
}

.custCard .cardBtn {
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translate(-50%);
	border-radius: 12px;
	padding: 2px 20px;
}

.bounceRadio {
	float: left;
	width: 100%;
	padding-bottom: 0;
}

.ACHFile {
	float: left;
	padding-bottom: 0;
	width: 100%;
}

.bounceRadio label {
	margin-right: 10px;
}

.bounceRadio label input[type=radio] {
	position: relative;
	top: 2px;
}

.detBtnRow {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

/* Loader and overlay styles */
#loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* Semi-transparent black */
	z-index: 9999;
	/* Ensure it's above other elements */
	display: none;
	/* Initially hidden */
}

#loader-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 4px solid #f3f3f3;
	/* Light grey border */
	border-top: 4px solid #3498db;
	/* Blue border */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	/* Rotate animation */
}

.blur {
	filter: blur(5px);
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.custom-modal-width {
	max-width: 98% !important;
	width: 98%;
	margin: 1.75rem auto;
}

.custom-modal-width .modal-content {
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}

.custom-modal-width .modal-body {
	overflow-y: visible !important;
	max-height: none !important;
}

.fixed-table-container {
	max-height: calc(90vh - 240px);
	overflow-y: auto;
	border: 1px solid #ccc;
}

#viewDataTable {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

#viewDataTable thead th {
	position: sticky;
	top: 0;
	background-color: #f9f9f9;
	z-index: 2;
	text-align: left;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#viewDataTable th,
#viewDataTable td {
  width: 150px;
  padding: 8px 12px;
  border-right: 1px solid #eee;
  white-space: normal !important;
  word-break: break-word !important;
  overflow: visible !important;
  text-overflow: unset !important;
}
