.card-logo-dropdown
{
    max-width: 35px;
    margin-top:-2em;
}
.row {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
}

.text-black {
    color: black;
}
.text-blue {
    color: #0070d2 !important;
}
.text-white {
    color: white !important;
}
.current-card {
    border-radius: 10px;
}
[name=current_card]:checked + label{
    border: 2px solid #0070d2;
}
[name=current_card]:NOT(:checked) + label{
    border: 2px solid transparent;
}

.transfer-product {
    background-image: url("../images/quarter-circle.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30%;
}
.small-text {
    line-height: 1.25em;
    font-size: 80%;
}
.btn-group:first-child {
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.btn-group:last-child {
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.product-card {
    border: 1px solid #DADCE0;
    border-radius: 16px;
}
.product-card.selected {
    border: 2px solid #0070d2;
}
.product-card-label {
    font-size: 21px;
    font-weight: bold;
}
.product-card-subtext {
    color: black;
    font-size: 14px;
}
.product-card-benefits {
    color: black;
    font-size: 16px;
    font-weight: bold;
}
.form-card {
    border: 1px solid #DADCE0;
    border-top: none;
}
.form-card .card-header {
    /*background-color: #0070d2;
    border: 1px solid #0070d2;*/
    background-color: #00175A;
    border: 1px solid #00175A;
}
/*
.supp-card-select {
    font-size: 20px !important;
    font-weight: bold;
}
*/
.form-control + label.error {
    position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,.85);
    font-weight: bold;
}
.input-group .form-control, .input-group .form-control.error {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group .form-control + label.error {
    margin-top: 60px;
}
.form-check-input + label.error {
    position: absolute;
    z-index: 1;
    width: max-content;
    margin-left: -30px;
    background-color: rgba(255,255,255,.85);
    font-weight: bold;
}
.input-group-addon {
    display: flex;
    border: 1px solid #ced4da;
    border-right: none;
    background-color: #e9ecef;
    height: 56px;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

#page-loader
{
    display:none;
    z-index:10;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: #F7F7F7;
    opacity:0.92;
}

#page-loader-ajax
{
    width:100%;
    height:100%;
    background-image:url(../../../img/ajax-loader.gif);
    background-position:center center;
    background-repeat:no-repeat;
}