/*!
 * Button visually impaired style.css v0.4
 */
#bt_is_visually-on {
    position: relative;
    background: #ebebeb;
    top: 0;
    left: 0;
    z-index: 99998;
    color: #000000;
    border-bottom: 1px solid #e4e4e4;
    font-size: 18px;
    letter-spacing: 0;
}
#bt_is_vervisually {
    color: #000000;
    background: #ffffff;
    font-size: inherit;
    padding: 3px;
    border: 2px solid #000000;
    border-radius: 10px;
    vertical-align:middle;
}
#bt_is_buttom-visually {
    text-align: center;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
#bt_is_visually {
    width: 100%;
}
#bt_is_visually a {
    color: #000000;
}
#bt_is_visually a:hover {
    color: #000000;
    text-decoration: underline;
}
#bt_is_visually .bt_is_white {
    padding: 3px;
    margin: 3px;
    background: #ffffff;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
}
#bt_is_visually .bt_is_black {
    padding: 3px;
    margin: 3px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
}
#bt_is_visually .bt_is_black:hover {
    color: #ffffff;
}
#bt_is_visually .bt_is_blue {
    padding: 3px;
    margin: 3px;
    color: #063462;
    background: #9DD1FF;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
}
#bt_is_visually .bt_is_green {
    padding: 3px;
    margin: 3px;
    color: #A9E44D;
    background: #3B2716;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
}
#bt_is_visually .bt_is_green:hover {
    color: #A9E44D;
}
#bt_is_visually .bt_is_a-14 {
    font-size: 14px !important;
    padding: 3px;
}
#bt_is_visually .bt_is_a-16 {
    font-size: 16px !important;
    padding: 3px;
}
#bt_is_visually .bt_is_a-18 {
    font-size: 18px !important;
    padding: 3px;
}
#bt_is_visually .bt_is_a-24 {
    font-size: 24px !important;
    padding: 3px;
}
#bt_is_visually .bt_is_img {
    vertical-align:middle;
}
#bt_is_visually  {
    text-align: center;
}
.bt_is_active_scheme {
    text-decoration: underline;
}
#bt_is_visually_settings {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
.bt_is_letter_spacing_active, .bt_is_images_active, .bt_is_active {
    background-color: #ffffff;
    border: 1px solid #2a2a2a;
    border-radius: 3px;
    padding: 3px;
}

.bt_is_font, .bt_is_images ,.bt_is_line_width, .bt_is_line_height, .bt_is_color_scheme {
    border-top: 1px solid #d7d7d7;
    padding: 8px;
}
.bt_is_remove {
    border-top: 1px solid #d7d7d7;
    padding: 15px;
}
.white {
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
}
.white a {
    color: #000000;
}
.white a:active {
    color: #000000;
}