.br_ce_settings .nav-block{
    display: none;
}
.br_ce_settings .nav-block.nav-block-active{
    display: block;
}
.br_ce_settings textarea{
    width: 100%;
    resize: vertical;
    min-height: 100px;
}
.br_saved,
.br_not_saved{
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 9999999;
    color: #333333;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation-name: br_saved_anim;
    animation-duration: 0.2s;
    transition: background-color 0.6s;
    transition: box-shadow 0.6s;
}
@keyframes br_saved_anim {
    from {
        right: -50px;
    }

    to {
        right: 50px;
    }
}
.br_saved_remove {
    animation-name: br_saved_remove_anim;
    animation-duration: 0.2s;
}
@keyframes br_saved_remove_anim {
    from {
        right: 50px;
    }

    to {
        right: -50px;
    }
}
.br_saved{
    box-shadow: 1px 1px 3px 1px #55ff55 inset, 0 0 5px 0;
    background-color: #33bb33;
}
.br_not_saved{
    box-shadow: 1px 1px 3px 1px #ff5555 inset, 0 0 5px 0;
    background-color: #bb3333!important;
}
.br_saving {
    box-shadow: 1px 1px 3px 1px #cfcfcf inset, 0 0 5px 0;
    background-color: #bbbbbb!important;
}
.br_saved .fa,
.br_not_saved .fa{
    width: 50px;
    display: block;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 32px;
}
.br_saved .fa-check,
.br_not_saved .fa-times{
    animation-name: br_saved_anim_fa;
    animation-duration: 0.4s;
}
@keyframes br_saved_anim_fa {
    0% {
        font-size: 0px;
    }

    50% {
        font-size: 0px;
    }

    100% {
        font-size: 32px;
    }
}
.br_currency_text li {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 60px;
    margin: 0;
    padding: 0 0 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}
.br_currency_text li .fa {
    border-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 0;
    width: 50%;
}
.br_currency_text li .br_type_of_text {
    display: inline-block;
    margin: 0 0.5em;
}
.br_currency_text li .fa-caret-left {
    border-left: 0;
    float: left;
}
.br_currency_text li .fa-caret-right {
    border-right: 0;
    float: right;
}
.br_currency_text li:first-child .fa-caret-left,
.br_currency_text li:last-child .fa-caret-right {
    display: none;
}
.app_id_option.error {
    border-color: #ff3333;
    box-shadow: 0 0 3px rgba(250, 0, 0,.8);
    animation-name: app_id_option_error;
    animation-duration: 2s;
}
@keyframes app_id_option_error {
    0% {
        border-color: #ff0000;
        box-shadow: 0 0 3px rgba(250, 0, 0,.8);
    }

    10% {
        border-color: #ff8888;
        box-shadow: 0 0 8px rgba(250, 0, 0,1);
    }

    20% {
        border-color: #ff0000;
        box-shadow: 0 0 3px rgba(250, 0, 0,.8);
    }

    30% {
        border-color: #ff8888;
        box-shadow: 0 0 8px rgba(250, 0, 0,1);
    }

    40% {
        border-color: #ff0000;
        box-shadow: 0 0 3px rgba(250, 0, 0,.8);
    }

    50% {
        border-color: #ff8888;
        box-shadow: 0 0 8px rgba(250, 0, 0,1);
    }

    60% {
        border-color: #ff0000;
        box-shadow: 0 0 3px rgba(250, 0, 0,.8);
    }

    70% {
        border-color: #ff8888;
        box-shadow: 0 0 8px rgba(250, 0, 0,1);
    }

    80% {
        border-color: #ff0000;
        box-shadow: 0 0 3px rgba(250, 0, 0,.8);
    }

    90% {
        border-color: #ff8888;
        box-shadow: 0 0 8px rgba(250, 0, 0,1);
    }

    100% {
        border-color: #ff3333;
        box-shadow: 0 0 3px rgba(250, 0, 0,.8);
    }
}
.brce_currency_list_checkboxes {
    max-height: 200px;
    overflow: auto;
    border: 1px solid grey;
    padding: 5px;
}
.brce_currency_list_checkboxes .brce_currency {
    display: block;
}
.br_ce_lang_select {
    border: 1px solid grey;
    margin-top: 10px;
    padding: 0;
}
.br_ce_lang_select h3 {
    padding: 5px;
    margin: 0;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}
.br_ce_lang_select h3:hover {
    background-color: #f0f0f0;
}
.br_ce_lang_select h3 .fa-chevron-down,
.br_ce_lang_select h3 .fa-chevron-up {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 28px;
}
.br_ce_lang_select h3 span {
    font-weight: 400;
    font-size: 14px;
}
.br_ce_lang_select h3 img {
    height: 28px;
    width: auto;
    position: absolute;
    top: 0;
    left: 5px;
}
.br_ce_lang_options {
    display: none;
}
.brce_label_fixed_width {
    width: 200px;
    display: inline-block;
}
.site_data_block {
    border: 2px solid grey;
    padding: 10px;
}
.br_ce_currency_site {
    position: relative;
    border: 2px solid grey;
    margin: 0;
    top: 2px;
}
.br_framework_settings .button.update_open_exchange {
    padding: 0;
    margin: 0;
}
.update_open_exchange_link {
    line-height: 2em;
    display: inline-block;
    margin-left: 2em;
}
