﻿.MultiStep {
    background-color: #fff;
    border-radius: 4px;
}

    .MultiStep .MultiStep-Header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.5em 1.5em 1em 1.5em;
        border-bottom: solid 1px #e4e4e4;
    }

    .MultiStep.error .step {
        display: block;
    }

    .MultiStep.error .step-footer #next_btn {
        display: none;
    }

    .MultiStep.error .step-footer #prev_btn {
        display: none;
    }

    .MultiStep.error .step-footer #confirm_btn {
        display: none;
    }

    .MultiStep.error .step-footer #submit_btn {
        display: block;
    }

    .MultiStep .hide {
        display: none;
    }

    .MultiStep .endMsg {
        display: none;
        animation: shake 1s;
    }

    .MultiStep .step {
        margin: 1.5em;
        opacity: 1;
        height: auto;
    }

        .MultiStep .step .step {
            margin: 0px;
        }

        .MultiStep .step > .step-header {
            padding-bottom: 10px;
            width: 100%;
            display: flex;
            justify-content: space-between;
        }

    .MultiStep > .step-footer {
        min-height: 80px;
        padding: 20px;
        border-top: solid 1px #e4e4e4;
    }

        .MultiStep > .step-footer #next_btn {
            display: none;
        }

        .MultiStep > .step-footer #prev_btn {
            display: none;
        }

        .MultiStep > .step-footer .step-footer-right {
            position: relative;
            float: right;
        }

        .MultiStep > .step-footer .step-footer-left {
            position: relative;
            float: left;
        }


.ebox {
    width: 100%;
    color: #2a2a2a;
    -webkit-box-shadow: 0 0.13rem 0.19rem #ddd;
    box-shadow: 0 0.13rem 0.19rem #ddd;
    border-radius: 2px;
    border: 1px solid #ddd;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .ebox > * {
        padding: 15px;
    }

    .ebox .ebox-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .ebox .ebox-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: .05;
        -ms-flex-positive: .05;
        flex-grow: .05;
        padding: 15px;
        ;
        align-items: center;
    }

    .ebox .ebox-body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.scroll-y {
    overflow-y: scroll;
}

.border-top {
    border-top: 1px solid #2a2a2a;
}

.bg-red {
    background-color: red;
}

.border-bottom {
    border-bottom: 1px solid #2a2a2a;
}

.section-spacer {
    margin-top: 2.75rem;
}

.textarea-fill {
    height: 13.7rem;
}

.required:after {
    color: #444343;
}

.ebutton {
    border: 0px;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    padding: 0 35px 0 35px;
    border-radius: 25px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    white-space: nowrap;
}

    .ebutton:hover {
        cursor: pointer;
        transition: none;
    }

    .ebutton:disabled {
        opacity: .60;
    }

    .ebutton:focus {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .ebutton.ebutton-small {
        font-size: 12px;
        height: 30px;
        padding: 0 25px 0 25px;
    }

    .ebutton.ebutton-anchor {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff !important;
        text-align: center;
        text-decoration: none;
    }

    .ebutton.ebutton-primary {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#76BB40), to(#5a8226));
        background-image: linear-gradient(#76BB40, #5a8226);
    }

        .ebutton.ebutton-primary:disabled {
            background-image: none;
            background-color: rgba(90, 130, 38, 0.04);
        }

        .ebutton.ebutton-primary:hover {
            background: #5a8226;
        }

        .ebutton.ebutton-primary.ebutton-ghost {
            background-image: none;
            background-color: #fff;
            border: 2px solid #5a8226;
            color: #5a8226 !important;
        }

    .ebutton.button-primary.ebutton-ghost:hover {
        background: #5a8226;
        color: #fff !important;
    }

    .ebutton.ebutton-secondary {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#317CC0), to(#004e9a));
        background-image: linear-gradient(#317CC0, #004e9a);
        color: #fff;
    }



        .ebutton.ebutton-secondary:hover {
            background: #004e9a;
        }

        .ebutton.ebutton-secondary.ebutton-ghost {
            background-image: none;
            background-color: #fff;
            border: 2px solid #004e9a;
            color: #004e9a !important;
        }

            .ebutton.ebutton-secondary.ebutton-ghost:hover {
                background: #004e9a;
                color: #fff !important;
            }

    .ebutton.ebutton-grey {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#acb1ba), to(#72808a));
        background-image: linear-gradient(#acb1ba, #72808a);
        color: #fff;
    }

        .ebutton.ebutton-grey:hover {
            background: #72808a;
        }

        .ebutton.ebutton-grey.ebutton-ghost {
            color: #72808a !important;
            background-image: none;
            background-color: #fff;
            border: 2px solid #72808a;
        }

            .ebutton.ebutton-grey.ebutton-ghost:hover {
                background-color: #72808a;
                color: #fff !important;
            }

    .ebutton.ebutton-white {
        color: #fff;
        background-color: #003353;
        border: 2px solid #fff;
    }

        .ebutton.ebutton-white:hover {
            background-color: #fff;
            color: #003353 !important;
        }

    .ebutton.ebutton-square {
        font-size: 13px;
        border-radius: 0px;
        color: #2a2a2a;
        background-color: white;
        border: 1px solid #2a2a2a;
        height: auto;
    }

        .ebutton.ebutton-square:hover {
            box-shadow: 0 0.13rem 0.19rem #ddd;
            cursor: pointer;
        }

    .ebutton.ebutton-danger {
        color: #f2dedf;
        background-color: #98271A;
    }

        .ebutton.ebutton-danger:hover {
            background-color: #7a1a0f;
        }

        .ebutton.ebutton-danger.ebutton-ghost {
            color: #98271A !important;
            background-image: none;
            background-color: #fff;
            border: 2px solid #98271A;
        }

            .ebutton.ebutton-danger.ebutton-ghost:hover {
                background-color: #98271A;
                color: #f2dedf !important;
            }