/*place footer at the bottom of the screen*/
/*========START========*/
body {
    height: 100%;
}

#copyright-footer {
    width: 100%;
    height: 75px;
    position: absolute;
    bottom: 0;
}

/*=========END========*/



.set-black.custom-btn {
    background-color: #666666
}

.set-black.custom-btn:hover {
    background-color: #666260
}

.set-orange.custom-btn {
    background-color: #fd8d1d
}

.set-white.custom-btn:hover {
    background-color: white;
    color: #4e5b5e;
    border: 1px solid !important;
    border-color: #4e5b5e;
}

.set-white.custom-btn {
    background-color: white;
    color: #4e5b5e;
    border: 1px solid !important;
    border-color: #4e5b5e;
}

.set-orange.custom-btn:hover {
    background-color: #e57402
}

.hidden-btn {
    display: none !important;
}

.custom-btn {
    margin-left: 20px;
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    color: white;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    text-decoration: none;
    border-width: 0 !important;
}

.custom-btn.inherit-margin-left {
    margin-left: inherit;
}

.custom-btn.no-margin-left {
    margin-left: 0;
}

.accounts-authority {
    text-align: right;
}

.payment-frame {
    border: 1px solid #c6c6c6;
    border-radius: 10px;
}

.payment-table {
    width: 70%;
    border: none;
    margin: 15px;
}

.payment-box {
    width: 90%;
    padding: 15px;
    margin-bottom: 15px;
}

.payment-box-single-payment {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
}

.payment-box.proceeding-paragraph {
    padding-top: 0;
}

.payment-box-title {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 3px;
}

.smaller-text-payment-info {
    font-size: 11px;
    margin-top: 5px;
}

.converted-amount {
    margin-bottom: 5px;
}

.payment-underline {
    border-bottom: 1px solid #c6c6c669;
}

.bold-text {
    font-weight: 700;
}

.paragraph-with-no-bottom-margin {
    margin-bottom: 0;
}

.repetition-times-paragraph {
    margin-top: 0;
}

.charges-are-approximate-paragraph {
    margin-top: 20px
}

.blank_row {
    height: 10px !important; /* overwrites any other rules */
    background-color: #FFFFFF;
}

.loader-otp {
    margin-left: auto;
    margin-right: auto;
}

.loader-otp.small {
    margin-left: 10px;
    margin-top: 8px;
    margin-right: initial;
    width: 20px;
    height: 20px;
}

.loader-otp.small.middle-alignment {
    margin-top: -1px;
}

th a {
    color: white;
}

.wizard {
    margin: 20px auto;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: transparent;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35%;
    z-index: 1;
    border-bottom: 2px dashed #CCC;
}

.form-group.has-feedback.payment-form-block {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.confirm-and-cancel-payment-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.confirm-and-cancel-payment-buttons > button {
    margin-right: 10px;
}

@media (max-width: 416px) {
    .connecting-line {
        top: 50%;
    }

    .debtor-creditor-account {
        font-size: 11px
    }

    .confirm-and-cancel-payment-buttons {
        flex-direction: column;
    }

    .confirm-and-cancel-payment-buttons > button {
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 374px) {
    .debtor-creditor-account {
        font-size: 7px
    }
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard .nav-tabs > li.inactive > a {
    background: #d8d8d8;
    border: 2px solid #e0e0e0;
    color: #757575;
    z-index: 9999;
}

.wizard .nav-tabs > li.disabled > a {
    background: #FFF;
    border: 2px solid #e0e0e0;
    z-index: 9000;
}

.wizard .nav-tabs > li.active > a {
    background: #fd8d1d;
    border: 2px solid #e0e0e0;
    z-index: 9999;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    z-index: 2;
    position: absolute;
    left: -2px;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

/*.wizard li.active span.round-tab {
    background: #fd8d1d;
    border: 2px solid #e0e0e0;

}*/
.stepsLabel {
    text-align: center;
    color: #737373;
    padding: 0 30px;
    font-weight: 600;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 50%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 0;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 15px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.client-detail-label.title {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.padL20 {
    padding-left: 20px;
}

.padR20 {
    padding-right: 20px;
}

@media (max-width: 585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.btn-info {
    color: #fff;
    background-color: #66ac45;
    border-color: #66ac45;
}

.form-navigation .btn {
    padding: 10px 30px;
    margin: 20px 0;
}

.back_btn {
    float: right;
}

.wizard .nav-tabs > li.active > a:after {
    display: none;
}

.wizard .disabled a, .wizard .inactive a, .wizard .active a {
    pointer-events: none;
}

@media (max-width: 480px) {

    .wizard {
        display: none;
    }

}

.table > thead > tr > th {
    border: 1px solid #3d78d8 !important;
    background-color: #3F8ACB;
    color: white;
}

.form-horizontal a:hover {
    color: white;
}

.pag a {
    min-width: 45px;
    padding: 3px;
    border: 1px solid gray;
}

.pag a.active {
    color: white;
    background-color: #3F8ACB;
    border-color: #3F8ACB;
}

.resend-btn:hover {
    color: white;
    text-decoration: none;
}

.accounts-debit {
    width: 100%;
    height: 2em;
}

.accounts-select-td {
    width: 50px;
}

.accounts-checkbox {
    width: 100%;
    height: 2em;
}

.forgot-password {
    text-align: right;
}

.forgot-password a {
    color: #337ab7;
}

.forgot-password a:hover {
    color: #23527c;
    text-decoration: underline;
}

.payment-single-block {
    border: none;
}

.account-authorize-screen [class^="col-sm-"] {
    float: unset;
}

.accounts-select-td.hidden,
.accounts-checkbox.hidden,
.accounts-debit.hidden {
    display: none;
}

.cif-dropdown-wrapper {
    margin-bottom: 3px;
    margin-top: 15px;
}
