﻿.adminpanel { width: 241px; height: 195px; position: fixed; top: 40%; left: -241px; background: #fff; padding-right: 40px; z-index: 200;
              /* IE10 Consumer Preview */ 
background-image: -ms-radial-gradient(center, circle farthest-corner, #FFA59E 0%, #EFC9C6 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(center, circle farthest-corner, #FFA59E 0%, #EFC9C6 100%);

/* Opera */ 
background-image: -o-radial-gradient(center, circle farthest-corner, #FFA59E 0%, #EFC9C6 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #FFA59E), color-stop(1, #EFC9C6));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFA59E 0%, #EFC9C6 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: radial-gradient(circle farthest-corner at center, #FFA59E 0%, #EFC9C6 100%); }
.adminpanel a.toggle { width: 40px; height: 195px; display: block; background: url(../img/admin_bar.png) no-repeat; position: absolute; top: 0; right: 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.adminpanel.guest a.toggle { background: url(../img/admin_bar_IP.png) no-repeat !important; }
.adminpanel a.toggle:hover { opacity: 0.9; -moz-opacity: 0.9; filter:alpha(opacity=90); }
.adminpanel a.close-btn:hover { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }

.adminpanel .panelactions { padding: 15px; }

.adminpanel .panelactions button {
    padding: 6px 10px;
    background: #4479BA;
    color: #FFF;
    width:45%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size:12px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    margin-bottom:6px;
}
.adminpanel .panelactions button:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.adminpanel .panelactions button:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

    .adminpanel .panelactions .info
    {
        direction:ltr;text-align:left;
        color:#0068AC;font-weight:bold;
        clear:both;
        padding-bottom:10px;
    }
    .adminpanel .panelactions .info a
    {
        text-decoration:underline;
    }

.EditWidgetFieldSet
{
    border:2px red solid;
    padding:-3px;
    display:run-in;
  
}