#accessible_toolbar{ //acp_toolbarWrap
    border: 0 none;
    bottom: 0;
    font-family: "Arial",sans-serif !important;
    height: 100%;
    position: fixed;
    top: 0;
    transition: all 400ms ease-out 0s;
    width: 172px;
    z-index: 2147483647;
}

#accessible_toolbar.left.close-toolbar {
    left: -172px;
	top:20px;
}

#accessible_toolbar.left {
    left: 0;
}

#accessible_toolbar button.hide_toolbar {
    background-color: #4169e1 !important;
    background-image: url("icon.png") !important;
    background-repeat: no-repeat !important;
    border: 0 none;
    padding: 0;
    position: absolute;
    top: 10%;
}


#accessible_toolbar button.hide_toolbar.icon-small {
    background-position: center center !important;
    background-size: 80% auto;
	cursor: pointer;
    height: 38px;
    overflow: hidden;
    right: -38px;
    top: 10px;
    width: 38px;
}

#accessible_toolbar button.hide_toolbar span {
    background-color: #4169e1 !important;
    bottom: 5px;
    color: white !important;
    display: block;
    font-weight: 700;
    height: 12px;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: 39px;
    width: 100%;
}

#acr_toolbar {
    background: #ddd none repeat scroll 0 0 !important;
    border-right: 2px solid #4169e1;
    bottom: 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#acr_toolbar h3 {
    background-color: transparent !important;
    color: #171717 !important;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 0;
    padding: 0 0 10px;
    text-align: center;
}

#acr_toolbar li {
    background-color: transparent !important;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#acr_toolbar li button:before {
    background-color: #3d3d3d;
    content: "";
    display: block;
    height: 32px;
    left: auto;
    position: absolute;
    right: 0;
    transition: width 250ms ease 0s;
    width: 0;
    z-index: 1;
}

#acr_toolbar li button:hover:before, #acr_toolbar li button:focus:before{
    width: 100%;
}

#acr_toolbar li button {
    -webkit-appearance: none;
    -webkit-transition: background-color 250ms ease;
    -moz-transition: background-color 250ms ease;
    -ms-transition: background-color 250ms ease;
    -o-transition: background-color 250ms ease;
    background-color: transparent !important;
    border: 0 none;
    display: block;
    font-size: 14px;
    line-height: 32px;
    padding: 0 15px 0 0;
    text-align: right;
    transition: background-color 250ms ease 0s;
    width: 100%;
}

#acr_toolbar li button span {
    background-color: transparent !important;
    color: #3d3d3d !important;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

#acr_toolbar li button:hover span, #acr_toolbar li button:focus span{
    color: #ddd !important;
}

#acr_toolbar li button:hover i, #acr_toolbar li button:focus i{
    color: #ddd !important;
}

#acr_toolbar li button i {
    background-color: transparent !important;
    color: #171717 !important;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    margin-left: 7px;
    margin-right: auto;
    position: relative;
    text-align: center;
    top: 2px;
    z-index: 2;
}

#acr_toolbar li button.acr-hide {
    display: none;
}

#acr_toolbar .acr-font-reset, #acr_toolbar .acr-contrast-reset {
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    text-decoration: underline;
}

.linkfocus {
    outline: 2px solid #0ff !important;
}

body.acr-readable-font * {
    font-family: "Arial",sans-serif !important;
}


body.acr-dark, body.acr-dark * {
    background: black !important;
    color: white !important;
}

body.acr-dark a {
  color: #ffee00 !important; }

body.acr-bright, body.acr-bright * {
    background: white none repeat scroll 0 0 !important;
    color: black !important;
}

body.acr-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");
    filter: gray;
    -webkit-filter: grayscale(100%);
    background: white none repeat scroll 0 0 !important;
}

body.acr-grayscale #acr_toolbar li button.acr-grayscale {
    background: #3d3d3d;
}

.acr-underline{
    text-decoration: underline!important;
}

body.acr-dark #acr_toolbar li button.acr-dark-btn{
    background-color: #3d3d3d !important;
}

body.acr-dark #acr_toolbar li button.acr-dark-btn span, body.acr-dark #acr_toolbar li button.acr-dark-btn i{
    color: #ddd !important;
}

body.acr-bright a {
  color: #4169E1 !important;
}

body.acr-bright #acr_toolbar li button.acr-bright-btn {
    background-color: #3d3d3d !important;
}

body.acr-bright #acr_toolbar li button.acr-bright-btn span, body.acr-bright #acr_toolbar li button.acr-bright-btn i {
    color: #ddd !important;
}

body.acr-focus a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
@media only screen and (max-width: 767px) {
	#accessible_toolbar.left.close-toolbar {
		top: 61px;
	}
	#accessible_toolbar.left.close-toolbar {
		right: -172px;
		left:auto;
	}
	#accessible_toolbar button.hide_toolbar.icon-small {
		right:auto;
	    left: -38px;
	}
	#accessible_toolbar.left {
		right: 0;
		left:auto;
	}
	#acr_toolbar {
		right:0;
		left:auto;
	}
}