@charset "UTF-8";

/*
 * AngularJS CSP-mode stylesheet (angular-csp.css for AngularJS 1.3.x).
 *
 * When the ng-csp attribute is present (see index.cfm <html> tag), Angular
 * skips injecting these rules via an inline <style> block, so they must be
 * provided by a regular stylesheet instead. Without them ng-cloak / ng-hide /
 * ng-show stop visually hiding elements.
 */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}
