﻿body {
    font-family: Verdana;
}

dt {
    font-weight: normal;
    font-size: 93%
}

dd {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 4px;
}

.panel-border {
    border: solid 1px #cccccc;
}

.existingAccountsOverflow {
    overflow-x: hidden;
    max-height: 125px;
    overflow-y: auto;
}

.buttonFooter {
    margin-top: 10px;
}

.buttonPadding {
    margin-left: 5px;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4,end) 900ms infinite;      
  animation: ellipsis steps(4,end) 900ms infinite;
  content: "\2026"; /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 40px;    
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 40px;    
  }
}


.centerOverlay {
    position: absolute;
    width: 200px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* margin is -0.5 * dimension */
    margin-top: -25px; 
    font-size: 40px;
}

hr.hrHeader {
    width: 100%;
    margin-top: -5px;
	border-bottom: 2px solid #0099cc;
}

.btn-outline-default {
    border: 1px solid #0099cc;
    color: #0099cc;
    font-weight: bold;
    background-color: whitesmoke;
}

.btn-outline-primary {
    border: 1px solid #0099cc;
    color: white;
    font-weight: bold;
    background-color: #0099cc;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
  width: 100%;
}

.divider-vertical-left {
    height: 175px;
    border-right: 1px solid #d3d3d3 ;
    margin-top: -40px;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .open > .dropdown-toggle.btn-primary
{
    border: 1px solid;
    border-color: whitesmoke;
    color: whitesmoke
}

.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default.active, .open > .dropdown-toggle.btn-default
{
    border: 1px solid;
    border-color: #0099cc;
    color: #0099cc
}

.rowPadding {
    margin-top: 2%;
}

label.normalWeight{
    font-weight: normal;
}


#spnAccount,
#spnName,
#spnBalance,
#spnMakePaymentBankName,
#spnMakePaymentAccountNumber,
#spnMakePaymentEnteredAmount,
#spnMakePaymentProcessingFee,
#spnMakePaymentTotalInfo,
#spnMakePaymentNamePaymentInfo,
#spnMakePaymentTotal,
#spnMakePaymentName,
#spnMakeACHDiscount,
#oneTimeConfirmationTransaction,
#oneTimeConfirmationTransactionDate,
#oneTimeConfirmationTransactionAmount,
#subscriptionConfirmationTransaction,
#subscriptionConfirmationDate,
#subscriptionConfirmationTime,
#subscriptionConfirmationTransaction,
#subscriptionConfirmationAmount,
#subscriptionConfirmationInterval,
#subscriptionConfirmationDay
 {
    font-weight: bold;
}

#loading {
    background: url('../Images/ajaxloader.gif') center center no-repeat;
    height: 100%;
    z-index: 20;
}
.red-exclamation {
    color: rgb(204, 0, 0);
    top: 12px; 
    position: relative;
}
.green {
    color: green;
}
.green-check {
    color: green;
    top: 12px;
    position: relative;
}
.overflowRecurringPaymentTable {
    height: 300px;
    overflow: auto;
}
.pointerCurser {
    cursor: pointer;
}
.bs-wizard {
    margin-top: 7px;
}

.loadIcon20 {
    width: 20px;
    height: 20px;
}

.loadIcon25 {
    width: 25px;
    height: 25px;
}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


.card-element{
    margin: 6px;
    padding: 10px;
    border-style: none;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}
