﻿* {
    font-family: 'Titillium Web';
    cursor: pointer !important; /* For iOS Click */
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 30px; /* Margin bottom by footer height */
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px; /* Set the fixed height of the footer here */
  background-color: #4F2683;
  z-index: 1000;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;

}

label  {
    font-weight: 400 !important;
}

input, textarea, select {
    font-size: 16px;
}

textarea {
    resize: none;
}

@media (min-width: 768px) {
    input, textarea, select {
        font-size: 14px;
    }
}

/* Sweet Alert Plugin */

.swal-title {
    margin: 0px;
    font-size: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    margin-bottom: 28px;
    color: #A6185F;
    background-color: #D5E04E;
}

.swal-title:first-child {
     margin-top: 0px; 
}

.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #4F2683;
    font-size: 12px;
    border: 1px solid #4F2683;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.swal-button:visited {
     background-color: #4F2683 !important;
}

.swal-button--confirm:hover,
.swal-button--continue:hover {
    background-color: #4F2683 !important;
}

.swal-button--cancel {
    color: #555;
    background-color: #efefef !important;
}

.swal-content {
    font-size: 12px;
}

.swal-text {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

/* Account List */

.list-container {
    z-index: -1;
    margin-top: 75px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}

.list-icon {
    height: 50px;
    width: 50px;
    display: inline-block;
    padding: 5px;
}

.list-header {
    font-size: 15pt;
    font-weight: bold;
    color: #A6185F;
    margin-top: 10px;
    margin-left: 55px;
}

/*#casaAccountHeader,
#timeDepositHeader,
#creditCardHeader,
#loanHeader {
    border: 1px solid #f5f5f5;
}*/

#casaAccountGlyph,
#timeDepositGlyph,
#creditCardGlyph,
#loanGlyph {
    color: #D5E04E; 
    font-size: 20pt;
    margin-right: 5px;
}

#casaAccountLoader,
#timeDepositLoader,
#creditCardLoader,
#loanLoader {
    height: 40px !important; 
    width: 40px !important;
}

.acc-header {
    font-size: 13pt;
    color:#4F2683; 
    word-wrap: break-word;
    font-weight: bold;
}

.acc-details {
    padding-top: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.acc-details:hover {
    background:#e1e1e1;
}

.acc-balance {
    font-weight: bold;
}

.ewb-popover {
    color:#c0c0c0;
    font-size:10pt;
    margin-top: 5px;
    margin-right: 12px;
}

.popover-content .menu-popover:last-child {
    border-bottom: 0px;
}

.menu-popover:active {
    background-color:#fff;
    color:#4F2683;
}
.menu-popover:hover {
    background-color:#e1e1e1;
    /*color:#fff;*/
}
.menu-popover {
    cursor:pointer;    
    background:#fff; 
    border-bottom:1px solid #f1f1f1;
}
.menu-popover-innercontent {
    height: 40px;
    text-align: center;
    line-height: 37px;
}
.menu-popover-innercontent-label {
    text-align: left;
    padding:0px;
}
.menu-popover-innercontent-label > img {
    margin: 0px 5px 0px 0px;
    width:30px;
    height:30px;
}
.menu-popover-innercontent-arrow {
    text-align: right;
    position: relative;
    top: 1px;
    padding-right:5px;
    font-size: 10pt;
}

#LoaderBlockerWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    z-index: 1051;
    overflow: auto;
}

#LoaderBlocker {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 5em;
    height: 2em;
    margin: -1em 0 0 -2.5em;
    color: #fff;
    font-weight: bold;
}

#OTPValidationWrap > form > .well {
    margin: 10px;
}
/* Popover */
.popover {
    min-width: 98% !important;
    max-width: 98% !important;
    left: 1% !important;
    padding: 0px !important;
    /*background: #fff;*/
    color: #4F2683;
    /*overflow-x: hidden;*/
}
.popover.bottom .arrow:after {
    border-bottom-color: #fff;
}

.popover-content {
    padding: 5px;
}

/* End of Account List */

/* Account Details */

#infoWrap {
    margin-top: 65px;
    padding-left: 0px;
    padding-right: 0px;
}

.detail-icon {
    margin-top: 20px;
    height: 38px;
    width: 38px;
}

.detail-tab-icon {
    height: 32px;
    width: 32px;
    margin-top: 5px;
}

.detail-tab {
    border-bottom-color: #AF006E;
    color: black;
}

.detail-tab li a {
    border-color: #AF006E;
    background-color: #AF006E;
    color: #fff;
    font-size: 10px;
    display:table;
}

.detail-tab li > a:hover,
.detail-tab li > a:focus {
    border-color: #c6027d;
    background-color: #c6027d;
    color: #fff;
}

.detail-tab > li.active > a,
.detail-tab > li.active > a:focus,
.detail-tab > li.active > a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent !important;
    border-color: #AF006E;
}

#btnMoreInfo {
    background: #D5E04E;
    z-index: 5;
    position: relative;
}

#moreInfoWrap {
    margin-top: -10px;
    background: #7C6A55;
    padding: 10px;
    color: #fff;
    display: none;
    z-index: 3;
}

.tab-pills {
    display: flex;
    justify-content: center;
}

.tab-pills > li > a {
    border: 1px solid #AF006E;
    color: #000 !important;
    font-size: 10px;
}

.tab-pills > li.active > a, .tab-pills > li.active > a:focus, .tab-pills > li.active > a:hover {
    color: #000;
    background-color: #D5E04E;
}

#txnTable tr td,
#recentTable tr td,
#fullTable tr td,
#tablePrimary tr td,
#tableSuple tr td,
#unbilledTable_viewAll tr td,
#unbilledTable_principal tr td,
#unbilledTable_supplementary tr td {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 12px;
    padding: 5px;
}

#txnTable tr,
#recentTable tr,
#fullTable tr,
#tablePrimary tr,
#tableSuple tr,
#unbilledTable_viewAll tr,
#unbilledTable_principal tr,
#unbilledTable_supplementary tr {
    cursor: pointer;
}

.trans-detail {
    background: #A08E80;
    color: #fff;
    padding: 10px;
}

#tabContent {
    margin-bottom: 10px;
}

#ccWrap {
    overflow-x: hidden;
}

#fullTable_filter > label > input {
    width: 190px;
    height: 30px !important;
}

/* Slider for card status */

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a1a2a3;
    -webkit-transition: .4s;
    transition: .4s;
    height: 26px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 8px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #4F2683;
}

input:focus + .slider {
    box-shadow: 0 0 1px #4F2683;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    /*font-family: Verdana, sans-serif;*/
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* End of Account Details */
/* Utility */
.ewb-chevron {
    color: #D5E04E;
    cursor: pointer;
}

.no-margin-btm {
    margin-bottom: 0px !important;
}

.ewb-color1 {
    color: #4F2683;
}

.ewb-color2 {
    color: #A6185F;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-5-0 {
    margin-top: 5px !important;
    margin-bottom: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.no-underline {
    text-decoration: none;
}

.text-white {
    color: white;
}

.boder-radius-0 {
    border-radius: 0px !important;
}

/* End of Utility */

/* Login Page */
.ewb-login-logo {
    text-align: center; 
    margin-top: 10%;
}

.login-form-inner {
    background: #D5E04E;
}

.login-form-outer {
    padding: 0px; 
    margin-top: 20px;
}

.login-input {
    padding: 0px;
}

#loginWrap > .well {
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.ewb-link,.ewb-link:hover,
.ewb-link:focus,
.ewb-link:active,ewb-link:visited {
    color:#4F2683;
    border:none;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
}

.ewb-link1,.ewb-link1:hover,
.ewb-link1:focus,
.ewb-link1:active,ewb-link1:visited {
    color:#AF006E;
    border:none;
    background:inherit;
}


.ewb-login-btn {
    background:#fff;
    border:1px solid #AF006E;
    min-width:200px;
    width:40%;
    color:#4F2683;
    height:40px;
}

.ewb-login-btn:hover,
.ewb-login-btn:active,
.ewb-login-btn:focus {
    border:1px solid #AF006E;
    background:#AF006E;
    color:#fff;
}

.ewb-login-btn1 {
    background:#fff;
    border:1px solid #AF006E;
    min-width:122px;
    width:40%;
    color:#4F2683;
    height:40px;
}

.ewb-login-btn1:hover,
.ewb-login-btn1:active,
.ewb-login-btn1:focus {
    border:1px solid #AF006E;
    background:#AF006E;
    color:#fff;
}

.ewb-login-btn2 {
    background:#AF006E;
    border:1px solid #AF006E;
    min-width:122px;
    width:40%;
    color:#fff;
    height:40px;
}

.ewb-login-btn2:hover,
.ewb-login-btn2:active,
.ewb-login-btn2:focus {
    border:1px solid #AF006E;
    background:#fff;
    color:#4F2683;
}



/* End of Login Page */

.cti-term-select {
    display: block;
    margin-left: 10px !important;
}

#termTableCTI > thead >  tr > th {
    font-size: 11px;
}

#qb2 > div > ol > li {
    font-size: 9pt;
}

.qbTNC {
    overflow: auto;
    height: 300px;
    overflow-y: scroll;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

/* Navigation Bar */
.ewb-gradient {
    background: #af006e; /* Old browsers */
    background: -moz-linear-gradient(left, #4f2683 0%, #af006e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4f2683 0%,#af006e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4f2683 0%,#af006e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f2683', endColorstr='#af006e',GradientType=1 ); /* IE6-9 */
}

.ewb-navbar {
    height: 65px; 
    margin-top: -8px; 
    position: fixed; 
    z-index: 1000;
}

.ewb-back-btn {
    color: white; 
    float: left; 
    font-size: 26pt; 
    margin-top: 18px; 
    cursor: pointer;
}

.ewb-header-title {
    font-size: 19pt; 
    color: white; 
    margin-top: 20px; 
    float: left; 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    width: 70%
}

.ewb-burger-menu {
    float: right; 
    margin-top: 15px; 
    cursor: pointer;
}

/* End of Navigation Bar */

/* Manage Billers */

#enrollBillerBtn,
#enrollPayeeBtn {
    margin: 10px 5px 0px 0px;
    padding-top: 10px;
}

#billerListWrap > div:nth-child(2),
#payeeListWrap > div:nth-child(2) {
    margin-top: 30px;
    padding: 0px 5px 0px 5px;
}

.manage-list > div > div:nth-child(1) > img {
    width: 30px;
    height: 30px;
}

.manage-list > div > div:nth-child(1) > span {
    font-size: 13pt;
    color: #A6185F;
    padding-left: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.manage-list > div > div:nth-child(2) {
    color: #D5E04E;
    font-size: 18pt;
}

.manage-list {
    padding: 5px;
} 

.biller-items,
.payee-items {
    padding: 10px;
}

.biller-item-row,
.payee-item-row {
    padding:10px;
    border-bottom: 1px solid #e1e1e1;
}

.biller-item-row:hover,
.payee-item-row:hover {
    background-color: #e1e1e1;
}

#billerList > div,
#payeeList > div {
    margin-bottom: 10px;
    border-bottom: 1px;
}



/* End of Manage Billers */
.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
    border: none;
}

input[type=radio] {
    margin: -10px 0 0;
}

#AccountDetailsWrap {
    margin: 10px;
}

#oneTimeBills {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
}

#changeInput-wrapper {
    padding: 20px;
}

input[type="password"] {
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
}

select {
    height:40px!important;
}

input {
    height:40px!important;
}

#TermSelectorCTI td {
    padding:2px;
}

.term-selector-row {
    background:#7C6A55;
    cursor:pointer;
}

.term-selector-row.active {
    background:#AF006E;
    color:white;
    cursor:default;
}

.faq-collapse-toggle {
    position:relative; 
    top:-25px;
    color:#D5E04E;
}

.faq-header {
    cursor:pointer;
}

.faq-header > h4 {
    width: 98%;
}

.faq-header > span {
    top: 2px;
}

.faq-section-header {
    cursor:pointer;
}

.faq-section-header > h4 {
    width: 100%;
}

.faq-section-header > span {
    top: 2px;
}

.ewb-btn-common {
    color:white;
    background:#AF006E;
    width:150px;
    border-radius:5px;
    cursor:pointer;
    text-align:center;
    padding:10px;
}
/* account-details */
.no-tran-found {
    text-align:left; 
    font-weight:bold;
    color:#A08E80;
}

.cc-trandetail-desc,.cc-trandetail-amt {
    font-size: 9pt;
    color:#A08E80;
}

*:not(input):not(textarea) {
            -webkit-user-select: none; /* disable selection/Copy of UIWebView */
            -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
        } 



#bottom_spacer {
    height:30px;
    clear:both;
}

.ewb-v-align {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translate(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*---------SIDEMENU*/
.menu-list-wrap {
    cursor:pointer;    
    background:#4F2683; 
}

.sub-menu-btn {
    margin-top:15px;
}

.menu-item {
    margin-top:10px;
}

.menu-item:first-child {
    margin-top:5px;
}

.m-header-style {
    background:#4F2683; 
    height:40px;
}

.m-body-style {
    padding: 0px !important;
    background: #4F2683; 
    color: white; 
    overflow-x: hidden; 
    height:87%;
}

.menu-header {
    cursor:pointer!important;
}

/*---------BILLS PAY*/
.biller-name {
    font-size:11pt;
    /*font-weight:bold;*/
    color:#4F2683;
    vertical-align:middle;
}

.biller-nick {
    font-size:10pt;
    color:#A18F80;
    vertical-align:middle;   
    text-align:right; 
}

.biller_item {
    border-bottom: 1px solid #e1e1e1;
}

.biller-details {
    cursor:pointer;
    padding:3px;
    padding:10px 20px 10px 20px;
}

.ewb-manage-list {
    border: none;
    box-shadow: none;
}

.ewb-manage-category {
    font-size: 14pt;
    color: #A6185F;
    padding-left: 5px;
    position: relative;
    top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 70%;
    padding-right:0px;
}

/*--------ERROR VALIDATION*/
label.error {
    font-size:7pt;
    color:red;
    float:right;
    position:relative;
    top:-2px;
}

/*--------FORMS*/



.ewb-btn,.ewb-btn:hover,.ewb-btn:focus,.ewb-btn:active{
    background:#4F2683;
    border:1px solid #4F2683;
    min-width:200px;
    width:40%;
    color:white;
    height:40px;
}

.ewb-btn1{
    background:#fff;
    border:1px solid #4F2683;
    min-width:122px;
    width:30%;
    color:#4F2683;
    height:40px;
}

.ewb-btn1:hover,.ewb-btn1:focus,.ewb-btn1:active{
    background:#4F2683;
    border:1px solid #4F2683;
    min-width:122px;
    width:30%;
    color:#fff;
    height:40px;
}

.ewb-btn2{
    background:#4F2683;
    border:1px solid #4F2683;
    min-width:122px;
    width:30%;
    color:white;
    height:40px;
}

.ewb-btn2:hover,.ewb-btn2:focus,.ewb-btn2:active{
    background:#fff;
    border:1px solid #4F2683;
    min-width:122px;
    width:30%;
    color:#4F2683;
    height:40px;
}

.ewb-form-label {
    /*color:#A08E80;*/
    color:#A18F80;
    font-weight: 300;
    font-size:10pt;
    text-align:left;
    margin-bottom:12px;
}

 a{
    text-decoration:none;
}

.transaction-form-wrap {
    padding:5px 0px 0px 0px;
}

.cc-details:hover{
	background:#e1e1e1;
}

.menu-item-icon{
	position:relative; 
	top:5px;
	color:#D5E04E;	
}

.menu-item-icon .active{	
	color:white;
}

.sub-menu-btn{
	cursor:pointer;
}	

.active-sub{
	background:white;
	color:#A6185F;
	cursor:auto;
}	

.menu-item-icon{
	position:relative; 
	top:5px;
	color:#D5E04E;	
}

.menu-item-icon .active{	
	color:white;
}

/*//Glyph Icon Replacements */
.burger-menu-css {
    width: 34px;
    height: 5.5px;
    background-color: #fff;
    margin: 6px 0px 0px 0px;
}

/*.glyphicon-user::before {
    content:"";
}*/

/*//SIDEBAR*/

.bankassist:active, .dap:active, .applyproduct:active, .privacy-statement:active, .tnc-side:active, .faq-side:active, .whats-new-side:active, .Contact_Us_btn:active,
.FindAtmSide:active, .createbillers:active, .managebillers:active, .addpayees:active, .digitalcheck:active, .digitalcheckhistory:active,
.managepayees:active, .sendmoney:active, .movemoney:active, .billspay:active, .account-list:active {
    background-color: #fff;
    color: #4F2683;
}


.bankassist:hover, .dap:hover, .applyproduct:hover, .privacy-statement:hover, .tnc-side:hover, .faq-side:hover, .whats-new-side:hover, .Contact_Us_btn:hover,
.FindAtmSide:hover, .createbillers:hover, .managebillers:hover, .addpayees:hover, .digitalcheck:hover, .digitalcheckhistory:hover,
.managepayees:hover, .sendmoney:hover, .movemoney:hover, .billspay:hover, .account-list:hover {
    background-color: #fff;
    color: #4F2683;
}

.active-sidebar-menu{
    background-color:#fff;
    color:#4F2683;
}

.sub-menu-item {
    font-size: 10pt;
    padding-left:30px;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;
}

.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #7C6A55;
		background-color: #FAFAFA;
	}


/* ----- LOADER STYLE ----- */
.spinner {
    height: 60px;
    width: 60px;
    /*margin: 94px auto 0 auto;*/
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 9px solid rgba(79, 38, 131, 0.15);
    border-right: 9px solid rgba(79, 38, 131, 0.15);
    border-bottom: 9px solid rgba(79, 38, 131, 0.15);
    border-top: 9px solid rgba(79, 38, 131, 0.8);
    border-radius: 100%;
}

.itemspinner {
    height: 20px;
    width: 20px;
    /*margin: 94px auto 0 auto;*/
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 5px solid rgba(79, 38, 131, 0.15);
    border-right: 5px solid rgba(79, 38, 131, 0.15);
    border-bottom: 5px solid rgba(79, 38, 131, 0.15);
    border-top: 5px solid rgba(79, 38, 131, 0.8);
    border-radius: 100%;
}

/***** ATM CARD LIST ELEMENTS******/

.atmcarditemlabels {
	font-size: small;
	/*font-weight: 700;*/
	color: #333333;
	padding: 20px 0px 0px 10px;
}

.atmcarditemcontrols {
	font-size: medium;
	/*font-weight: 700;*/
	color: #333333;
	padding: 20px 10px 0px 0px;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* DataTables Pagination */
/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  color: #4F2683!important;
  border-radius: 4px;
  border: 1px solid #828282;
}*/
a {
    text-decoration:none!important;
}
 
.paginate_button.active a{
  background: #AF006E;
  color: white!important;
  text-decoration:none;
  border:1px solid #AF006E;
} 

.paginate_button  a{ 
  background: #AF006E; 
  color: #4F2683!important;
  text-decoration:none;
} 

.paginate_button.active a:hover{
  background: #AF006E!important;
  color: white!important;
  text-decoration:none;
  border:1px solid #AF006E;
}

.paginate_button  a:hover{  
  background:none!important;
  color: #4F2683!important;
  text-decoration:none;
}  

.paginate_button.active a:visited{
  background: #AF006E!important;
  color: white!important;
  text-decoration:none;
  border:1px solid #AF006E;
}

.paginate_button  a:visited{  
  background:none!important;
  color: #4F2683!important;
  text-decoration:none;
}  

.paginate_button.active a:link{
  background: #AF006E!important;
  color: white!important;
  text-decoration:none;
  border:1px solid #AF006E;
}

.paginate_button  a:link{  
  background:none!important;
  color: #4F2683!important;
  text-decoration:none;
}  

/*Credit Card Details*/
#TermSelectorCTI tr.selected {
    background:#D5E04E !important;
}

.filtr-btn {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    border: 1px solid #AF006E;
    border-radius: 5px;
    background: none repeat scroll 0% 0% #FFF !important;
    color: #4F2683;
    margin: 2px;
    font-size: 8pt;
    /*min-width: 80px;
    width: 30%;*/
    display: inline-block;
    vertical-align: top;
}

.filtr-btn.active {
    background: none repeat scroll 0% 0% #D5E04E !important;
    border: 1px solid #D5E04E;
}

.default-cc-details-filter-style {
    cursor:pointer; 
    padding:4px; 
    text-align:center; 
    border:1px solid #AF006E; 
    border-radius:5px; 
    background:white; 
    color:#4F2683; 
    margin:2px; 
    font-size:8pt; 
    height:25px; 
   
}

@media screen and (max-width: 990px) and (min-width: 465px) {
    img[alt="ConvertNow"] {
        
    }
}

.cctab-btn
{
	height: 50px!important;
	padding-top : 5px!important;
}

#Conf_TransferVia_Wrap > img {
    margin-left: 0px!important;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Digital Check */
.scroll-box {
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 15px;
}

.scroll-box::-webkit-scrollbar {
    display: inherit;
}

.scroll-box:hover::-webkit-scrollbar {
    width: 8px;
}

.scroll-box:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.scroll-box:hover::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


.panel-digicheck {
    background-color: #AE306D !important;
    color: #fff !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	margin-bottom: 0px !important;
}

#tncDigiCheck {
    overflow-x: hidden;
    border-top: 1px solid #777;
}

#checkImg, #imgFrontCheck, #imgBackCheck {
   /* display: block;*/
   /* max-width: 100%;*/
    width: 100%; /* or any custom size */
    height: 100%;
    object-fit: contain;
}