﻿


.toggle.out{
	-webkit-box-shadow: inset 0 0 200px 200px rgba(0,0,0,0.5);

}

.button.out
{
    -webkit-box-shadow: inset 0 0 200px 200px rgba(0,0,0,0.5);
}

.toggle.tick.out
{
-webkit-box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, 0.5);
}

.toggle.tick.out:after
{
bottom: -20px;
right: -11px;
width: 64px;
height: 64px;
background: url(../images/sprite.png) no-repeat 0px -666px;
z-index: 0;
display: block;
position: absolute;
content: ' ';
opacity: 0.7;
}

.toggle.tickNoBG.out
{
-webkit-box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, 0);
}

.toggle.tickNoBG.out:after
{
bottom: -20px;
right: -11px;
width: 64px;
height: 64px;
background: url(../images/sprite.png) no-repeat 0px -666px;
z-index: 0;
display: block;
position: absolute;
content: ' ';
opacity: 0.7;
}

.toggleOnOff.off
{
    background-color: rgba(100,100,100, 0.8) !important;
    color: White !important;   
}

.afpButton.off, .afpButton2013.off
{
    background-color: rgba(100,100,100, 0.8) !important;
    color: White !important;   
}

.afpButton.partial, .afpButton2013.partial
{
    background: url('jQueryUI/images/ui-bg_diagonals-thick_20_666666_40x40 transparent.png');
}

.slideOutNew
{
    z-index: 3000;
}