﻿body {
    padding-top: 50px;
}
    body.register_body {
    padding:0;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.hidden-item {
    display: none !important;
}
.brk-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    transition: all .3s
}

.brk-loader-remove {
    opacity: 0;
    visibility: hidden
}

.brk-loader__loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #2775ff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

    .brk-loader__loader:after, .brk-loader__loader:before {
        content: "";
        position: absolute;
        border-radius: 50%;
        border: 3px solid transparent
    }

    .brk-loader__loader:before {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-top-color: #7202bb;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite
    }

    .brk-loader__loader:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-top-color: #b50aff;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite
    }
.transaction_date {
    background: #f9f9f9;
    border: 1px solid #a5a9b3;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #a5a9b3;
}
.help_panel_active{
    display:block!important;
}
