/*
* ======================================================
* UI elements: buttons, branding, etc
* ======================================================
*/
/* Buttons
----------------------------------------------------- */

/* Form elements 
----------------------------------------------------- */
/* Single-line checkbox inside a wrapper, e.g. <asp:checkbox /> control */
.checkbox-wrapper {
  padding-left: 2em;
  position: relative; }

.checkbox-wrapper input {
  left: 0;
  position: absolute; }

/* Alerts, errors, and validation
----------------------------------------------------- */
.alert {
  border-radius: 3px;
  margin: 1em 0;
  padding: 1em; }

.alert p:last-child {
  margin-bottom: 0; }

.alert-info {
  background-color: #d7ecf7;
  background-color: rgba(215, 236, 247, 0.75);
  border: 1px solid #9acfea;
  color: #3a87ad; }

.alert-error {
  background-color: #ffe4e4;
  border: 1px solid #c20808;
  color: #c20808; }

.alert-success {
  background-color: #dfe0c3;
  border: 1px solid #98ac55;
  color: #467025; }

/*# sourceMappingURL=ui.css.map */
