#b-acc-toolbarWrap {
    width: 180px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    border: 0;
    z-index: 999999;
    font-family: 'Arial', sans-serif;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

#b-acc-toolbarWrap div.b-acc_hide_wrapper {
    position: absolute;
    width: 60px;
    height: 110px;
    left: -60px;
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar {
    position: absolute;
    border: 0;
    padding: 0;
    background-color: transparent;
    background-image: url("wcag_icon.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar span {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 5px;
    top: 39px;
    line-height: 12px;
    font-weight: 700;
    height: 12px;
    background-color: #4169E1 !important;
    color: white !important;
}

#b-acc-toolbarWrap div.b-acc_hide_toolbar.b-acc-icon-medium {
    width: 40px;
    height: 45px;
    font-size: 9px;
    background-position: center center;
    top: 33px;
}

#b-acc-toolbarWrap.right {
    right: 0;
}

#b-acc-toolbarWrap.right.close-toolbar {
    right: -180px;
}

#b-acc-toolbarWrap.right div.b-acc_hide_toolbar.b-acc-icon-small {
    left: -38px;
}

#b-acc-toolbarWrap.right div.b-acc_hide_toolbar.b-acc-icon-medium {
    left: 10px;
}

#b-acc-toolbarWrap.left {
    left: 0;
}

#b-acc-toolbarWrap.left.close-toolbar {
    left: -180px;
}

#b-acc-toolbarWrap.left div.b-acc_hide_toolbar.b-acc-icon-small {
    right: -38px;
}

#b-acc-toolbarWrap.left div.b-acc_hide_toolbar.b-acc-icon-medium {
    right: -40px;
}

#b-acc_toolbar {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    background: #242424 !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

#b-acc_toolbar h3 {
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;
    padding: 0 0 10px;
    margin: 10px 0 0;
    color: #fffacd !important;
    background-color: transparent !important;
}

#b-acc_toolbar .b-acc-font-reset,
#b-acc_toolbar .b-acc-contrast-reset {
    -webkit-appearance: none;
    background: none;
    border: 0;
    padding: 0;
    text-decoration: underline;
    text-align: center;
}

#b-acc_toolbar li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #575757;
    background-color: transparent !important;
}

#b-acc_toolbar li button {
    cursor: pointer;
    color: white;
    border: 0;
    padding: 0 10px;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: left;
    line-height: 2;
    background-color: transparent !important;
    -webkit-appearance: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

#b-acc_toolbar li button:hover,
#b-acc_toolbar li button:focus {
    background-color: #3d3d3d !important;
}

#b-acc_toolbar li button.b-acc-hide {
    display: none;
}

#b-acc_toolbar li button.b-acc-hide,
#b-acc_toolbar li button.b-acc-contrast-reset,
#b-acc_toolbar li button.b-acc-font-reset {
    border-top: 1px solid #575757;
}

.rtl #b-acc_toolbar li button {
    text-align: right;
}

.rtl #b-acc_toolbar li button.b-acc-contrast-reset,
.rtl #b-acc_toolbar li button.b-acc-font-reset {
    text-align: center;
}

body.b-acc-dark, .b-acc-dark body {
    background: #171717 !important;
    color: white !important;
}

body.b-acc-bright .b-acc-bright body {
    background: white !important;
    color: #171717 !important;
}

.b-acc-dark a {
    color: #ffee00 !important;
}

.b-acc-dark .panel,
.b-acc-dark .jumbotron,
.b-acc-dark .container .jumbotron,
.b-acc-dark .container-fluid .jumbotron {
    background-color: rgba(255, 255, 255, 0.1);
}

.b-acc-dark .panel-default {
    border-color: rgba(255, 255, 255, 0.2);
}

.b-acc-dark #b-acc_toolbar li button {
    background-color: #3d3d3d;
}

.b-acc-focus a:focus {
    outline: dotted 5px;
    outline-offset: -2px;
}

html.b-acc-grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}

