.btn, .widget, .widget-icon, #map, .chosen-choices, .form-bordered {
    opacity: 0.9;
    filter: alpha(opacity=90);
    pointer-events: none;
}

.authorized {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    pointer-events: all !important;
}