@charset "UTF-8";
/*
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible, .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text, .screenreader-only {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  zoom: 1; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI Resizable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/*
 * jQuery UI Selectable 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }
  .ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1; }
  .ui-accordion .ui-accordion-li-fix {
    display: inline; }
  .ui-accordion .ui-accordion-header-active {
    border-bottom: 0 !important; }
  .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: .5em .5em .5em .7em;
    font-weight: bold; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }
.ui-accordion .ui-accordion-content-active {
  display: block; }
.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content {
  border-radius: 0; }

/*
 * jQuery UI Autocomplete 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.21
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }
  .ui-menu .ui-menu {
    margin-top: -3px; }
  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%; }
    .ui-menu .ui-menu-item a {
      text-decoration: none;
      display: block;
      padding: .2em .4em;
      line-height: 1.5;
      zoom: 1; }
      .ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item .ui-progressbar a.ui-widget-header, .ui-progressbar .ui-menu .ui-menu-item a.ui-widget-header, .ui-menu .ui-menu-item a.ui-state-focus {
        background-color: #05a6ea;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0abeff), to(#008fd6));
        background-image: -webkit-linear-gradient(top, #0abeff, #008fd6);
        background-image: -moz-linear-gradient(top, #0abeff, #008fd6);
        background-image: -ms-linear-gradient(top, #0abeff, #008fd6);
        background-image: -o-linear-gradient(top, #0abeff, #008fd6);
        background-image: linear-gradient(top, #0abeff, #008fd6);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0abeff',EndColorStr='#008fd6')";
        zoom: 1;
        font-weight: normal;
        margin: -1px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .ie9 .ui-menu .ui-menu-item a.ui-state-hover, .ie9 .ui-menu .ui-menu-item a.ui-state-active, .ie9 .ui-menu .ui-menu-item .ui-progressbar a.ui-widget-header, .ui-progressbar .ie9 .ui-menu .ui-menu-item a.ui-widget-header, .ie9 .ui-menu .ui-menu-item a.ui-state-focus {
          border-radius: 0 !important; }

.ui-button {
  position: relative; }

.ui-buttonset {
  margin-right: 7px; }
  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -5px; }
    .ui-buttonset .ui-button:not(:first-of-type) {
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0; }
    .ui-buttonset .ui-button:not(:last-of-type) {
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0; }

/*
 * jQuery UI Dialog 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden; }

.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-dialog .ui-datepicker-header {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px; }

.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px; }

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1; }

.ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-datepicker .ui-datepicker-time, .ui-datepicker .ui-dialog .ui-datepicker-time {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset, .ui-dialog .ui-datepicker .ui-datepicker-time .ui-dialog-buttonset, .ui-datepicker .ui-dialog .ui-datepicker-time .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button, .ui-dialog .ui-datepicker .ui-datepicker-time button, .ui-datepicker .ui-dialog .ui-datepicker-time button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px; }

.ui-draggable .ui-dialog-titlebar, .ui-draggable .ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-draggable .ui-datepicker-header {
  cursor: move; }

.ui-dialog {
  padding: 0; }
  .ui-dialog .ui-dialog-titlebar-close span {
    background: url(/images/jqueryui/icon_sprite.png) 0 -16px no-repeat; }
  .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    border-color: transparent; }
    .ui-dialog .ui-dialog-titlebar-close:hover span, .ui-dialog .ui-dialog-titlebar-close:focus span {
      background-position: -16px -16px; }

.ui-datepicker .ui-datepicker-time,
.ui-dialog .ui-dialog-buttonpane,
.ui-dialog .ui-datepicker .ui-datepicker-time,
.ui-datepicker .ui-dialog .ui-datepicker-time {
  background-color: whitesmoke;
  box-shadow: inset 0 1px 0 white;
  border-top: 1px solid #e5e5e5; }

.ui-datepicker .ui-datepicker-header,
.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-datepicker .ui-datepicker-header,
.ui-datepicker .ui-dialog .ui-datepicker-header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
  font-size: 14px; }

/*
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*
 * jQuery UI Tabs 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  zoom: 1;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  border-radius: 0;
  border: none !important;
  background-color: transparent !important;
  /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
    background: transparent;
    border-width: 0 0 1px 0;
    box-shadow: none; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 1px;
      margin: 0 .2em 1px 0;
      border-bottom: 0 !important;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em .9em;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
      .ui-tabs .ui-tabs-nav li.ui-tabs-active {
        margin-bottom: 0;
        padding-bottom: 1px;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
        background: white;
        border-color: #aaaaaa;
        box-shadow: none; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
          color: #333333; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
  .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    padding: 1em 1.4em;
    background-color: white;
    border-width: 0 1px 1px 1px;
    border-radius: 0; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

.ui-tabs-minimal .ui-tabs-nav {
  border-bottom-color: #aaaaaa; }
.ui-tabs-minimal .ui-tabs-panel {
  border-width: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

/*
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 4px 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 4px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
  border-color: transparent; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-state-default {
  background: transparent;
  box-shadow: none; }
.ui-datepicker .ui-datepicker-time {
  padding: 5px 0;
  text-align: center; }
  .ui-datepicker .ui-datepicker-time input, .ui-datepicker .ui-datepicker-time select {
    padding: 2px;
    margin-bottom: 0; }
.ui-datepicker .ui-datepicker-header {
  font-size: 12px; }

.ui-datepicker-today .ui-state-highlight:not(.ui-state-active) {
  background: transparent;
  border-color: transparent;
  font-weight: bold; }

#ui-datepicker-div {
  z-index: 9999; }

/*
 * jQuery UI Progressbar 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-widget.ui-tooltip {
  padding: 5px;
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  border: none; }

.ui-tooltip:before {
  border-color: transparent transparent black transparent;
  position: absolute;
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  content: "";
  top: -10px;
  left: 5px; }
.ui-tooltip.right:before {
  left: auto;
  right: 5px; }
.ui-tooltip.bottom:before {
  border-color: black transparent transparent transparent;
  top: auto;
  bottom: -10px; }
.ui-tooltip.center:before {
  left: 50%;
  margin-left: -5px;
  right: auto; }
.ui-tooltip.middle:before {
  top: 50%;
  margin-top: -5px;
  bottom: auto; }
.ui-tooltip.horizontal:before {
  top: 50%;
  margin-top: -5px;
  bottom: auto;
  left: -10px;
  right: auto;
  border-color: transparent black transparent transparent; }
.ui-tooltip.right.horizontal:before {
  left: auto;
  right: -10px;
  border-color: transparent transparent transparent black; }
.ui-tooltip.bottom.horizontal:before {
  top: auto;
  bottom: 5px; }
.ui-tooltip.top.horizontal:before {
  top: 5px; }

.ie .ui-tooltip:before {
  border: none; }

/*
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-size: 12px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: white;
  color: #222222; }

.ui-widget-header {
  border: 1px solid #a8adb3;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #dae1e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e6eb), to(#d4dce2));
  background-image: -webkit-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -moz-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -ms-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -o-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: linear-gradient(top, #e0e6eb, #d4dce2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e6eb',EndColorStr='#d4dce2')";
  zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75); }
  .ie9 .ui-widget-header {
    border-radius: 0 !important; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  color: #333333;
  font-weight: normal;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -ms-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='white',EndColorStr='#e6e6e6')";
  zoom: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-bottom-color: #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .ie9 .ui-state-default, .ie9
  .ui-widget-header .ui-state-default {
    border-radius: 0 !important; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #eedc94;
  background: #eedc94;
  color: #404040;
  background-color: #f5e5aa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fceec1',EndColorStr='#eedc94')";
  zoom: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }
  .ie9 .ui-state-highlight, .ie9 .ui-widget-content .ui-state-highlight, .ie9 .ui-widget-header .ui-state-highlight {
    border-radius: 0 !important; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #404040; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #333333;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #9d9d9d;
  font-weight: normal; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #313131;
  text-decoration: none; }

.ui-state-active, .ui-progressbar .ui-widget-header, .ui-widget-content .ui-state-active, .ui-widget-content .ui-progressbar .ui-widget-header, .ui-progressbar .ui-widget-content .ui-widget-header, .ui-widget-header .ui-state-active, .ui-widget-header .ui-progressbar .ui-widget-header, .ui-progressbar .ui-widget-header .ui-widget-header {
  border: 1px solid #1e7bc8;
  color: white;
  background: #05a6eb;
  background-color: #05a6ea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0abeff), to(#008fd6));
  background-image: -webkit-linear-gradient(top, #0abeff, #008fd6);
  background-image: -moz-linear-gradient(top, #0abeff, #008fd6);
  background-image: -ms-linear-gradient(top, #0abeff, #008fd6);
  background-image: -o-linear-gradient(top, #0abeff, #008fd6);
  background-image: linear-gradient(top, #0abeff, #008fd6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0abeff',EndColorStr='#008fd6')";
  zoom: 1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .ie9 .ui-state-active, .ie9 .ui-progressbar .ui-widget-header, .ui-progressbar .ie9 .ui-widget-header, .ie9 .ui-widget-content .ui-state-active, .ie9 .ui-widget-content .ui-progressbar .ui-widget-header, .ui-progressbar .ie9 .ui-widget-content .ui-widget-header, .ie9 .ui-widget-header .ui-state-active, .ie9 .ui-widget-header .ui-progressbar .ui-widget-header, .ui-progressbar .ie9 .ui-widget-header .ui-widget-header {
    border-radius: 0 !important; }

.ui-state-active a, .ui-progressbar .ui-widget-header a, .ui-state-active a:link, .ui-progressbar .ui-widget-header a:link, .ui-state-active a:visited, .ui-progressbar .ui-widget-header a:visited {
  color: white;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #c43c35;
  background: #c43c35;
  color: white;
  background-color: #d94d48;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee5f5b',EndColorStr='#c43c35')";
  zoom: 1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); }
  .ie9 .ui-state-error, .ie9 .ui-widget-content .ui-state-error, .ie9 .ui-widget-header .ui-state-error {
    border-radius: 0 !important; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: white; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: white; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  background-image: none; }

.ui-state-success, .ui-state-warning,
.dialog-warning .ui-dialog-titlebar,
.dialog-warning .ui-datepicker .ui-datepicker-header,
.ui-datepicker .dialog-warning .ui-datepicker-header, .dialog-success .ui-dialog-titlebar, .dialog-success .ui-datepicker .ui-datepicker-header, .ui-datepicker .dialog-success .ui-datepicker-header {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.ui-state-success, .dialog-success .ui-dialog-titlebar, .dialog-success .ui-datepicker .ui-datepicker-header, .ui-datepicker .dialog-success .ui-datepicker-header {
  background-color: #59b359;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#62c462',EndColorStr='#51a351')";
  zoom: 1; }
  .ie9 .ui-state-success, .ie9 .dialog-success .ui-dialog-titlebar, .ie9 .dialog-success .ui-datepicker .ui-datepicker-header, .ui-datepicker .ie9 .dialog-success .ui-datepicker-header {
    border-radius: 0 !important; }

.ui-state-warning, .dialog-warning .ui-dialog-titlebar, .dialog-warning .ui-datepicker .ui-datepicker-header, .ui-datepicker .dialog-warning .ui-datepicker-header {
  background-color: #f9a42b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbb450',EndColorStr='#f89406')";
  zoom: 1; }
  .ie9 .ui-state-warning, .ie9 .dialog-warning .ui-dialog-titlebar, .ie9 .dialog-warning .ui-datepicker .ui-datepicker-header, .ui-datepicker .ie9 .dialog-warning .ui-datepicker-header {
    border-radius: 0 !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/images/jqueryui/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(/images/jqueryui/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(/images/jqueryui/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(/images/jqueryui/ui-icons_222222_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/images/jqueryui/ui-icons_222222_256x240.png); }

.ui-state-active .ui-icon, .ui-progressbar .ui-widget-header .ui-icon {
  background-image: url(/images/jqueryui/ui-icons_ffffff_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(/images/jqueryui/ui-icons_228ef1_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background: url(/images/jqueryui/icon_sprite.png) -16px 0 no-repeat !important; }

.ui-state-highlight .ui-icon, .ui-state-error .ui-icon {
  margin-top: -1px; }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -182px -546px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -116px -546px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -248px -546px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background: url(/images/jqueryui/icon_sprite.png) 0 0 no-repeat !important; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -50px -546px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -182px -480px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-icon-radio-off {
  background: none !important; }

.ui-icon-radio-on {
  background: url(/images/jqueryui/ui-icon-radio-on.png) 0 0 no-repeat !important; }

.ui-icon-sections {
  background: url(/images/jqueryui/ui-icon-sections.png) 0 0 no-repeat !important; }

.ui-icon-cog {
  background: url(/images/jqueryui/ui-icon-cog.png) 0 0 no-repeat !important; }

.ui-icon.ui-icon-check, .ui-icon.ui-icon-calendar, .ui-icon.ui-icon-clock, .ui-icon.ui-icon-close, .ui-icon.ui-icon-circle-triangle-s {
  background-image: url(/images/blue/canvas-icons-16x16-dkgrey.png); }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #262b33;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7; }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  border-radius: 8px; }

/*
 * jQuery UI Menu @VERSION
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 6px .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item .ui-progressbar a.ui-widget-header,
.ui-progressbar .ui-menu .ui-menu-item a.ui-widget-header {
  margin: -1px; }

.ui-menu li.ui-state-disabled {
  padding: 0.7em 0.4em 0.5em;
  margin: .4em 0 .2em;
  line-height: 1.5; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .5em;
  left: .4em; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right; }

.ui-menu .ui-menu-input-group {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 12px; }

.ui-menu-item span.ui-menu-input-group {
  padding-left: 2em; }

.ui-menu-item label {
  cursor: pointer; }

.ui-menu .ui-corner-all {
  border-radius: 0; }

.ui-menu-carat, .ui-menu-carat span {
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  content: "";
  border-color: #b0afaf transparent;
  border-width: 0px 11px 11px;
  top: -11px;
  margin-left: -11px; }

.ui-menu-carat span {
  border-color: #e6e7e9 transparent;
  border-width: 0px 10px 10px;
  top: 1px;
  margin-left: -10px; }

.carat-bottom .ui-menu-carat, .carat-bottom .ui-menu-carat span {
  top: auto;
  bottom: -11px;
  border-width: 11px 11px 0; }
.carat-bottom .ui-menu-carat span {
  top: auto;
  bottom: 1px;
  border-width: 10px 10px 0; }

.ui-kyle-menu {
  margin-top: 10px;
  background-color: #e6e7e9;
  border: 1px solid #b0afaf;
  font-size: 12px;
  font-weight: bold;
  color: #525252;
  position: absolute;
  z-index: 9999;
  border-radius: 8px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.4); }
  .ui-kyle-menu a {
    color: #525252; }
  .ui-kyle-menu hr {
    margin: 0 2px;
    height: 0;
    border: 0;
    border-top: 1px solid #d4d5d7;
    border-bottom: 1px solid #f2f2f3; }
  .ui-kyle-menu li:first-of-type a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .ui-kyle-menu li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .ui-kyle-menu .ui-state-focus {
    background-color: #05a6ea;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0abdff), to(#008fd6));
    background-image: -webkit-linear-gradient(top, #0abdff, #008fd6);
    background-image: -moz-linear-gradient(top, #0abdff, #008fd6);
    background-image: -ms-linear-gradient(top, #0abdff, #008fd6);
    background-image: -o-linear-gradient(top, #0abdff, #008fd6);
    background-image: linear-gradient(top, #0abdff, #008fd6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#0abdff',EndColorStr='#008fd6')";
    zoom: 1;
    border-top: 1px solid #d5f1fe;
    border-bottom: 1px solid #1e7eca;
    color: white;
    font-weight: bold !important;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 0 1px; }
    .ie9 .ui-kyle-menu .ui-state-focus {
      border-radius: 0 !important; }

.ui-menu-small {
  font-size: 11px;
  font-weight: normal;
  white-space: nowrap; }
  .ui-menu-small .ui-state-focus {
    font-weight: normal;
    text-shadow: none; }
  .ui-menu-small .ui-menu-item a {
    padding: 3px 5px; }

.ui-widget {
  font-size: 14px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: white; }

a {
  color: #0088cc;
  text-decoration: none; }

a:hover {
  color: #005580;
  text-decoration: underline; }

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px; }

.row {
  margin-left: -20px;
  overflow: hidden;
  *zoom: 1; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%;
  overflow: hidden;
  *zoom: 1; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%;
    *margin-left: 2.07447%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.12766%; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%; }
  .row-fluid .span11 {
    width: 91.48936%;
    *width: 91.43617%; }
  .row-fluid .span10 {
    width: 82.97872%;
    *width: 82.92553%; }
  .row-fluid .span9 {
    width: 74.46809%;
    *width: 74.41489%; }
  .row-fluid .span8 {
    width: 65.95745%;
    *width: 65.90426%; }
  .row-fluid .span7 {
    width: 57.44681%;
    *width: 57.39362%; }
  .row-fluid .span6 {
    width: 48.93617%;
    *width: 48.88298%; }
  .row-fluid .span5 {
    width: 40.42553%;
    *width: 40.37234%; }
  .row-fluid .span4 {
    width: 31.91489%;
    *width: 31.8617%; }
  .row-fluid .span3 {
    width: 23.40426%;
    *width: 23.35106%; }
  .row-fluid .span2 {
    width: 14.89362%;
    *width: 14.84043%; }
  .row-fluid .span1 {
    width: 6.38298%;
    *width: 6.32979%; }
  .row-fluid .offset12 {
    margin-left: 104.25532%;
    *margin-left: 104.14894%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.12766%;
    *margin-left: 102.02128%; }
  .row-fluid .offset11 {
    margin-left: 95.74468%;
    *margin-left: 95.6383%; }
  .row-fluid .offset11:first-child {
    margin-left: 93.61702%;
    *margin-left: 93.51064%; }
  .row-fluid .offset10 {
    margin-left: 87.23404%;
    *margin-left: 87.12766%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.10638%;
    *margin-left: 85.0%; }
  .row-fluid .offset9 {
    margin-left: 78.7234%;
    *margin-left: 78.61702%; }
  .row-fluid .offset9:first-child {
    margin-left: 76.59574%;
    *margin-left: 76.48936%; }
  .row-fluid .offset8 {
    margin-left: 70.21277%;
    *margin-left: 70.10638%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.08511%;
    *margin-left: 67.97872%; }
  .row-fluid .offset7 {
    margin-left: 61.70213%;
    *margin-left: 61.59574%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.57447%;
    *margin-left: 59.46809%; }
  .row-fluid .offset6 {
    margin-left: 53.19149%;
    *margin-left: 53.08511%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.06383%;
    *margin-left: 50.95745%; }
  .row-fluid .offset5 {
    margin-left: 44.68085%;
    *margin-left: 44.57447%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.55319%;
    *margin-left: 42.44681%; }
  .row-fluid .offset4 {
    margin-left: 36.17021%;
    *margin-left: 36.06383%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.04255%;
    *margin-left: 33.93617%; }
  .row-fluid .offset3 {
    margin-left: 27.65957%;
    *margin-left: 27.55319%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.53191%;
    *margin-left: 25.42553%; }
  .row-fluid .offset2 {
    margin-left: 19.14894%;
    *margin-left: 19.04255%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.02128%;
    *margin-left: 16.91489%; }
  .row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.51064%;
    *margin-left: 8.40426%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  *zoom: 1; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  *zoom: 1; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999999; }

.text-warning {
  color: #c09853; }

a.text-warning:hover {
  color: #a47e3c; }

.text-error {
  color: #b94a48; }

a.text-error:hover {
  color: #953b39; }

.text-info {
  color: #3a87ad; }

a.text-info:hover {
  color: #2d6987; }

.text-success {
  color: #468847; }

a.text-success:hover {
  color: #356635; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  line-height: 40px; }

h1 {
  font-size: 38.5px; }

h2 {
  font-size: 31.5px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 17.5px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 11.9px; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small {
  font-size: 14px; }

h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

.dl-horizontal {
  overflow: hidden;
  *zoom: 1; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; }
  blockquote small {
    display: block;
    line-height: 20px;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px; }

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  pre.prettyprint {
    margin-bottom: 20px; }
  pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 15px;
    color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 206px; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear, box-shadow linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

.controls-row {
  overflow: hidden;
  *zoom: 1; }

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48; }
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847; }
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad; }
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  input:focus:required:invalid:focus,
  textarea:focus:required:invalid:focus,
  select:focus:required:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  *zoom: 1; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 10px; }

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu {
    font-size: 14px; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
    .input-append input:focus,
    .input-append select:focus,
    .input-append .uneditable-input:focus,
    .input-prepend input:focus,
    .input-prepend select:focus,
    .input-prepend .uneditable-input:focus {
      z-index: 2; }
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
  .input-append .add-on,
  .input-append .btn,
  .input-append .ui-button,
  .input-prepend .add-on,
  .input-prepend .btn,
  .input-prepend .ui-button {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .input-append .active,
  .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546; }

.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .ui-button {
  margin-right: -1px; }
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-prepend .ui-button:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  .input-append input + .btn-group .btn, .input-append input + .btn-group .ui-button,
  .input-append select + .btn-group .btn,
  .input-append select + .btn-group .ui-button,
  .input-append .uneditable-input + .btn-group .btn,
  .input-append .uneditable-input + .btn-group .ui-button {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
.input-append .add-on,
.input-append .btn,
.input-append .ui-button,
.input-append .btn-group {
  margin-left: -1px; }
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .ui-button:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .input-prepend.input-append input + .btn-group .btn, .input-prepend.input-append input + .btn-group .ui-button,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .ui-button,
  .input-prepend.input-append .uneditable-input + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .ui-button {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .ui-button:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend.input-append .ui-button:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  -ms-border-radius: 14px 0 0 14px;
  -o-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search .input-append .btn, .form-search .input-append .ui-button {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  -ms-border-radius: 0 14px 14px 0;
  -o-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  -ms-border-radius: 0 14px 14px 0;
  -o-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .btn, .form-search .input-prepend .ui-button {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  -ms-border-radius: 14px 0 0 14px;
  -o-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.control-group {
  margin-bottom: 10px; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1; }
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }
  .form-horizontal .controls:first-child {
    *padding-left: 180px; }
.form-horizontal .help-block {
  margin-bottom: 0; }
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px; }
.form-horizontal .form-actions {
  padding-left: 180px; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #dddddd; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #dddddd; }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child th:first-child,
  .table-bordered tbody:first-child tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px; }
  .table-bordered thead:first-child tr:first-child th:last-child,
  .table-bordered tbody:first-child tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px; }
  .table-bordered thead:last-child tr:last-child th:first-child,
  .table-bordered tbody:last-child tr:last-child td:first-child,
  .table-bordered tfoot:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -ms-border-radius: 0 0 0 4px;
    -o-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px; }
  .table-bordered thead:last-child tr:last-child th:last-child,
  .table-bordered tbody:last-child tr:last-child td:last-child,
  .table-bordered tfoot:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px; }
  .table-bordered caption + thead tr:first-child th:first-child,
  .table-bordered caption + tbody tr:first-child td:first-child,
  .table-bordered colgroup + thead tr:first-child th:first-child,
  .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px; }
  .table-bordered caption + thead tr:first-child th:last-child,
  .table-bordered caption + tbody tr:first-child td:last-child,
  .table-bordered colgroup + thead tr:first-child th:last-child,
  .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: whitesmoke; }

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0; }
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0; }
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0; }
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0; }
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0; }
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0; }
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0; }
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0; }
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0; }
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0; }
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0; }

.table tbody tr.success td {
  background-color: #dff0d8; }
.table tbody tr.error td {
  background-color: #f2dede; }
.table tbody tr.warning td {
  background-color: #fcf8e3; }
.table tbody tr.info td {
  background-color: #d9edf7; }

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6; }
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc; }
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc; }
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white; }
  .dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999; }

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default; }

.open {
  *z-index: 1000; }
  .open > .dropdown-menu {
    display: block; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: white; }

.dropdown-submenu.pull-left {
  float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  .collapse.in {
    height: auto; }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=2000);
  opacity: 20; }
  .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=4000);
    opacity: 40; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.btn, .ui-button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .ui-button:hover, .ui-button.ui-state-hover, .btn:active, .ui-button:active, .ui-button.ui-state-active, .ui-progressbar .ui-button.ui-widget-header, .ui-button.ui-state-disabled, .btn.active, .active.ui-button, .btn.disabled, .disabled.ui-button, .btn[disabled], [disabled].ui-button {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .btn:active, .ui-button:active, .ui-button.ui-state-active, .ui-progressbar .ui-button.ui-widget-header, .ui-button.ui-state-disabled, .btn.active, .active.ui-button {
    background-color: #cccccc \9; }
  .btn:first-child, .ui-button:first-child {
    *margin-left: 0; }
  .btn:hover, .ui-button:hover, .ui-button.ui-state-hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .btn:focus, .ui-button:focus, .ui-button.ui-state-focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .active.ui-button, .btn:active, .ui-button:active, .ui-button.ui-state-active, .ui-progressbar .ui-button.ui-widget-header, .ui-button.ui-state-disabled {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .disabled.ui-button, .btn[disabled], [disabled].ui-button {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=6500);
    opacity: 65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn, .ui-button {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #06acef;
  background-image: -moz-linear-gradient(top, #0abeff, #008fd6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0abeff), to(#008fd6));
  background-image: -webkit-linear-gradient(top, #0abeff, #008fd6);
  background-image: -o-linear-gradient(top, #0abeff, #008fd6);
  background-image: linear-gradient(to bottom, #0abeff, #008fd6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0ABEFF', endColorstr='#FF008FD6', GradientType=0);
  border-color: #008fd6 #008fd6 #005c8a;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #008fd6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: white;
    background-color: #008fd6;
    *background-color: #007ebd; }
  .btn-primary:active, .btn-primary.active {
    background-color: #006da3 \9; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a834;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: white;
    background-color: #f89406;
    *background-color: #df8505; }
  .btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9; }

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #db4f4a;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: white;
    background-color: #bd362f;
    *background-color: #a9302a; }
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9; }

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
  .btn-success:active, .btn-success.active {
    background-color: #408140 \9; }

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4ab0ce;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: white;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #373737;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: white;
    background-color: #222222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

button.btn, button.ui-button,
input[type="submit"].btn,
input[type="submit"].ui-button {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  button.btn::-moz-focus-inner, button.ui-button::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner,
  input[type="submit"].ui-button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button.btn.btn-large, button.btn-large.ui-button,
  input[type="submit"].btn.btn-large,
  input[type="submit"].btn-large.ui-button {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  button.btn.btn-small, button.btn-small.ui-button,
  input[type="submit"].btn.btn-small,
  input[type="submit"].btn-small.ui-button {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  button.btn.btn-mini, button.btn-mini.ui-button,
  input[type="submit"].btn.btn-mini,
  input[type="submit"].btn-mini.ui-button {
    *padding-top: 1px;
    *padding-bottom: 1px; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #c09853; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white; }

.nav-tabs,
.nav-pills {
  overflow: hidden;
  *zoom: 1; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: white;
  background-color: #0088cc; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.nav > .dropdown.active > a:hover {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10000);
  opacity: 100; }

.tabs-stacked .open > a:hover {
  border-color: #999999; }

.tabbable {
  overflow: hidden;
  *zoom: 1; }

.tab-content {
  overflow: auto; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.popover.ui-widget.ui-tooltip,
.popover {
  position: absolute;
  padding: 1px;
  background-color: white;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 280px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  color: #333333;
  text-align: left;
  min-height: 90px;
  font-size: 14px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }
  .popover-content p, .popover-content ul, .popover-content ol {
    margin-bottom: 0; }

.popover:before, .popover:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.25) transparent;
  position: absolute;
  border-style: solid;
  border-width: 11px;
  width: 0;
  height: 0;
  content: "";
  top: -22px;
  left: 11px; }
.popover:after {
  border-bottom-color: #f7f7f7;
  border-width: 10px;
  top: -20px;
  left: 12px; }
.popover.right:before {
  left: auto;
  right: 11px; }
.popover.right:after {
  left: auto;
  right: 12px; }
.popover.bottom:before {
  border-color: rgba(0, 0, 0, 0.25) transparent transparent transparent;
  top: auto;
  bottom: -22px; }
.popover.bottom:after {
  border-color: white transparent transparent transparent;
  top: auto;
  bottom: -20px; }
.popover.center:before {
  left: 50%;
  margin-left: -11px;
  right: auto; }
.popover.center:after {
  left: 50%;
  margin-left: -10px;
  right: auto; }
.popover.middle:before {
  top: 50%;
  margin-top: -11px;
  bottom: auto; }
.popover.middle:after {
  top: 50%;
  margin-top: -10px;
  bottom: auto; }
.popover.horizontal:before {
  top: 50%;
  margin-top: -11px;
  bottom: auto;
  left: -22px;
  right: auto;
  border-color: transparent rgba(0, 0, 0, 0.25) transparent transparent; }
.popover.horizontal:after {
  top: 50%;
  margin-top: -10px;
  bottom: auto;
  left: -20px;
  right: auto;
  border-color: transparent white transparent transparent; }
.popover.right.horizontal:before {
  left: auto;
  right: -22px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.25); }
.popover.right.horizontal:after {
  left: auto;
  right: -20px;
  border-color: transparent transparent transparent white; }
.popover.bottom.horizontal:before {
  top: auto;
  bottom: 11px; }
.popover.bottom.horizontal:after {
  top: auto;
  bottom: 12px; }
.popover.top.horizontal:before {
  top: 11px; }

.thumbnails {
  margin-left: -20px;
  list-style: none;
  overflow: hidden;
  *zoom: 1; }

.row-fluid .thumbnails {
  margin-left: 0; }

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #555555; }

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999; }

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px; }

a.label:hover, a.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.label-important, .badge-important {
  background-color: #b94a48; }

.label-important[href], .badge-important[href] {
  background-color: #953b39; }

.label-warning, .badge-warning {
  background-color: #f89406; }

.label-warning[href], .badge-warning[href] {
  background-color: #c67605; }

.label-success, .badge-success {
  background-color: #468847; }

.label-success[href], .badge-success[href] {
  background-color: #356635; }

.label-info, .badge-info {
  background-color: #3a87ad; }

.label-info[href], .badge-info[href] {
  background-color: #2d6987; }

.label-inverse, .badge-inverse {
  background-color: #333333; }

.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a; }

.btn .label, .ui-button .label,
.btn .badge,
.ui-button .badge {
  position: relative;
  top: -1px; }

.btn-mini .label,
.btn-mini .badge {
  top: 0; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix {
  overflow: hidden;
  *zoom: 1; }

.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.hidden {
  display: none;
  visibility: hidden; }

.visible-phone {
  display: none !important; }

.visible-tablet {
  display: none !important; }

.hidden-desktop {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-tablet {
    display: inherit !important; }

  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important; }

  .visible-desktop {
    display: none !important; }

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    overflow: hidden;
    *zoom: 1; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px; }

  .span12 {
    width: 1170px; }

  .span11 {
    width: 1070px; }

  .span10 {
    width: 970px; }

  .span9 {
    width: 870px; }

  .span8 {
    width: 770px; }

  .span7 {
    width: 670px; }

  .span6 {
    width: 570px; }

  .span5 {
    width: 470px; }

  .span4 {
    width: 370px; }

  .span3 {
    width: 270px; }

  .span2 {
    width: 170px; }

  .span1 {
    width: 70px; }

  .offset12 {
    margin-left: 1230px; }

  .offset11 {
    margin-left: 1130px; }

  .offset10 {
    margin-left: 1030px; }

  .offset9 {
    margin-left: 930px; }

  .offset8 {
    margin-left: 830px; }

  .offset7 {
    margin-left: 730px; }

  .offset6 {
    margin-left: 630px; }

  .offset5 {
    margin-left: 530px; }

  .offset4 {
    margin-left: 430px; }

  .offset3 {
    margin-left: 330px; }

  .offset2 {
    margin-left: 230px; }

  .offset1 {
    margin-left: 130px; }

  .row-fluid {
    width: 100%;
    overflow: hidden;
    *zoom: 1; }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.5641%;
      *margin-left: 2.51091%; }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.5641%; }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94681%; }
    .row-fluid .span11 {
      width: 91.45299%;
      *width: 91.3998%; }
    .row-fluid .span10 {
      width: 82.90598%;
      *width: 82.85279%; }
    .row-fluid .span9 {
      width: 74.35897%;
      *width: 74.30578%; }
    .row-fluid .span8 {
      width: 65.81197%;
      *width: 65.75877%; }
    .row-fluid .span7 {
      width: 57.26496%;
      *width: 57.21177%; }
    .row-fluid .span6 {
      width: 48.71795%;
      *width: 48.66476%; }
    .row-fluid .span5 {
      width: 40.17094%;
      *width: 40.11775%; }
    .row-fluid .span4 {
      width: 31.62393%;
      *width: 31.57074%; }
    .row-fluid .span3 {
      width: 23.07692%;
      *width: 23.02373%; }
    .row-fluid .span2 {
      width: 14.52991%;
      *width: 14.47672%; }
    .row-fluid .span1 {
      width: 5.98291%;
      *width: 5.92971%; }
    .row-fluid .offset12 {
      margin-left: 105.12821%;
      *margin-left: 105.02182%; }
    .row-fluid .offset12:first-child {
      margin-left: 102.5641%;
      *margin-left: 102.45772%; }
    .row-fluid .offset11 {
      margin-left: 96.5812%;
      *margin-left: 96.47481%; }
    .row-fluid .offset11:first-child {
      margin-left: 94.01709%;
      *margin-left: 93.91071%; }
    .row-fluid .offset10 {
      margin-left: 88.03419%;
      *margin-left: 87.92781%; }
    .row-fluid .offset10:first-child {
      margin-left: 85.47009%;
      *margin-left: 85.3637%; }
    .row-fluid .offset9 {
      margin-left: 79.48718%;
      *margin-left: 79.3808%; }
    .row-fluid .offset9:first-child {
      margin-left: 76.92308%;
      *margin-left: 76.81669%; }
    .row-fluid .offset8 {
      margin-left: 70.94017%;
      *margin-left: 70.83379%; }
    .row-fluid .offset8:first-child {
      margin-left: 68.37607%;
      *margin-left: 68.26969%; }
    .row-fluid .offset7 {
      margin-left: 62.39316%;
      *margin-left: 62.28678%; }
    .row-fluid .offset7:first-child {
      margin-left: 59.82906%;
      *margin-left: 59.72268%; }
    .row-fluid .offset6 {
      margin-left: 53.84615%;
      *margin-left: 53.73977%; }
    .row-fluid .offset6:first-child {
      margin-left: 51.28205%;
      *margin-left: 51.17567%; }
    .row-fluid .offset5 {
      margin-left: 45.29915%;
      *margin-left: 45.19276%; }
    .row-fluid .offset5:first-child {
      margin-left: 42.73504%;
      *margin-left: 42.62866%; }
    .row-fluid .offset4 {
      margin-left: 36.75214%;
      *margin-left: 36.64575%; }
    .row-fluid .offset4:first-child {
      margin-left: 34.18803%;
      *margin-left: 34.08165%; }
    .row-fluid .offset3 {
      margin-left: 28.20513%;
      *margin-left: 28.09875%; }
    .row-fluid .offset3:first-child {
      margin-left: 25.64103%;
      *margin-left: 25.53464%; }
    .row-fluid .offset2 {
      margin-left: 19.65812%;
      *margin-left: 19.55174%; }
    .row-fluid .offset2:first-child {
      margin-left: 17.09402%;
      *margin-left: 16.98763%; }
    .row-fluid .offset1 {
      margin-left: 11.11111%;
      *margin-left: 11.00473%; }
    .row-fluid .offset1:first-child {
      margin-left: 8.54701%;
      *margin-left: 8.44063%; }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px; }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px; }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px; }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px; }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px; }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px; }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px; }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px; }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px; }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px; }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px; }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px; }

  .thumbnails {
    margin-left: -30px; }

  .thumbnails > li {
    margin-left: 30px; }

  .row-fluid .thumbnails {
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    overflow: hidden;
    *zoom: 1; }

  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px; }

  .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; }

  .row-fluid {
    width: 100%;
    overflow: hidden;
    *zoom: 1; }
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.76243%;
      *margin-left: 2.70924%; }
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.76243%; }
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94681%; }
    .row-fluid .span11 {
      width: 91.43646%;
      *width: 91.38327%; }
    .row-fluid .span10 {
      width: 82.87293%;
      *width: 82.81974%; }
    .row-fluid .span9 {
      width: 74.30939%;
      *width: 74.2562%; }
    .row-fluid .span8 {
      width: 65.74586%;
      *width: 65.69266%; }
    .row-fluid .span7 {
      width: 57.18232%;
      *width: 57.12913%; }
    .row-fluid .span6 {
      width: 48.61878%;
      *width: 48.56559%; }
    .row-fluid .span5 {
      width: 40.05525%;
      *width: 40.00206%; }
    .row-fluid .span4 {
      width: 31.49171%;
      *width: 31.43852%; }
    .row-fluid .span3 {
      width: 22.92818%;
      *width: 22.87499%; }
    .row-fluid .span2 {
      width: 14.36464%;
      *width: 14.31145%; }
    .row-fluid .span1 {
      width: 5.8011%;
      *width: 5.74791%; }
    .row-fluid .offset12 {
      margin-left: 105.52486%;
      *margin-left: 105.41848%; }
    .row-fluid .offset12:first-child {
      margin-left: 102.76243%;
      *margin-left: 102.65605%; }
    .row-fluid .offset11 {
      margin-left: 96.96133%;
      *margin-left: 96.85494%; }
    .row-fluid .offset11:first-child {
      margin-left: 94.1989%;
      *margin-left: 94.09251%; }
    .row-fluid .offset10 {
      margin-left: 88.39779%;
      *margin-left: 88.29141%; }
    .row-fluid .offset10:first-child {
      margin-left: 85.63536%;
      *margin-left: 85.52898%; }
    .row-fluid .offset9 {
      margin-left: 79.83425%;
      *margin-left: 79.72787%; }
    .row-fluid .offset9:first-child {
      margin-left: 77.07182%;
      *margin-left: 76.96544%; }
    .row-fluid .offset8 {
      margin-left: 71.27072%;
      *margin-left: 71.16434%; }
    .row-fluid .offset8:first-child {
      margin-left: 68.50829%;
      *margin-left: 68.4019%; }
    .row-fluid .offset7 {
      margin-left: 62.70718%;
      *margin-left: 62.6008%; }
    .row-fluid .offset7:first-child {
      margin-left: 59.94475%;
      *margin-left: 59.83837%; }
    .row-fluid .offset6 {
      margin-left: 54.14365%;
      *margin-left: 54.03726%; }
    .row-fluid .offset6:first-child {
      margin-left: 51.38122%;
      *margin-left: 51.27483%; }
    .row-fluid .offset5 {
      margin-left: 45.58011%;
      *margin-left: 45.47373%; }
    .row-fluid .offset5:first-child {
      margin-left: 42.81768%;
      *margin-left: 42.7113%; }
    .row-fluid .offset4 {
      margin-left: 37.01657%;
      *margin-left: 36.91019%; }
    .row-fluid .offset4:first-child {
      margin-left: 34.25414%;
      *margin-left: 34.14776%; }
    .row-fluid .offset3 {
      margin-left: 28.45304%;
      *margin-left: 28.34666%; }
    .row-fluid .offset3:first-child {
      margin-left: 25.69061%;
      *margin-left: 25.58422%; }
    .row-fluid .offset2 {
      margin-left: 19.8895%;
      *margin-left: 19.78312%; }
    .row-fluid .offset2:first-child {
      margin-left: 17.12707%;
      *margin-left: 17.02069%; }
    .row-fluid .offset1 {
      margin-left: 11.32597%;
      *margin-left: 11.21958%; }
    .row-fluid .offset1:first-child {
      margin-left: 8.56354%;
      *margin-left: 8.45715%; }

  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }

  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px; }

  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px; }

  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px; }

  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px; }

  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px; }

  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px; }

  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px; }

  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px; }

  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px; }

  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px; }

  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px; }

  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px; } }
body {
  font-size: 13px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1, h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.5em; }

.alert a {
  font-weight: bold;
  color: inherit; }

label {
  display: inline-block; }

.form-horizontal label, .bootstrap-form label {
  display: block; }

.bootstrap-form.no-margin {
  margin-bottom: 0; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

select.un-bootrstrapify {
  width: auto;
  border-radius: 0;
  height: auto; }

.form-actions {
  text-align: right;
  padding: 10px 10px 11px; }
  .ui-dialog-content .form-actions {
    margin-bottom: 0;
    box-shadow: inset 0 1px 0 #fff; }
  .form-actions.flush {
    margin-bottom: -1em;
    margin-left: -1em;
    margin-right: -1em; }

input[type=checkbox] + label,
input[type=radio] + label {
  vertical-align: -4px; }

.form-inline input[type=checkbox] + label,
.form-inline input[type=radio] + label {
  vertical-align: middle; }

input[type=file] {
  line-height: 1em; }

.table > thead {
  background-color: #dae1e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e6eb), to(#d4dce2));
  background-image: -webkit-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -moz-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -ms-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -o-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: linear-gradient(top, #e0e6eb, #d4dce2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e6eb',EndColorStr='#d4dce2')";
  zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); }
  .ie9 .table > thead {
    border-radius: 0 !important; }

iframe#tool_content {
  border: none; }

.ui-dialog .input-append input:focus, .ui-dialog .input-append select:focus, .ui-dialog .input-append .uneditable-input:focus, .ui-dialog .input-prepend input:focus, .ui-dialog .input-prepend select:focus, .ui-dialog .input-prepend .uneditable-input:focus {
  z-index: 1001; }

.calendar_links input[readonly] {
  cursor: auto; }

blockquote p {
  font-size: inherit; }

.chevron-crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  color: #595959;
  background-color: #f2f2f2; }
  .chevron-crumbs li {
    margin: 0;
    padding: 0; }
  .chevron-crumbs a {
    font-size: 13px;
    color: inherit;
    text-decoration: none !important; }
    .chevron-crumbs a:hover, .chevron-crumbs a:active {
      background-color: inherit !important;
      color: inherit;
      text-decoration: underline !important; }
    .chevron-crumbs a span {
      display: block; }
    .chevron-crumbs a .title {
      font-size: 1.1em; }
  .chevron-crumbs .chevron-crumb {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    float: left;
    padding-right: 2px;
    height: 40px;
    margin-left: 11px;
    padding-left: 20px;
    padding-right: 10px; }
    .chevron-crumbs .chevron-crumb.first {
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      margin-left: 0; }
  .chevron-crumbs .chevron-outer,
  .chevron-crumbs .chevron-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom-width: 0;
    background: none; }
  .chevron-crumbs .chevron-outer {
    border-bottom: 21px dotted transparent;
    border-top: 21px dotted transparent;
    border-left: 14px solid white;
    right: -14px;
    top: auto;
    bottom: 50%;
    margin-bottom: -20px; }
  .chevron-crumbs .chevron-inner {
    border-bottom: 18px dotted transparent;
    border-top: 18px dotted transparent;
    border-left: 11px solid white;
    right: auto;
    left: -14px;
    bottom: -18px;
    border-left-color: #f2f2f2; }
  .chevron-crumbs .active {
    font-weight: bold;
    background-color: #e3e3e3; }
    .chevron-crumbs .active .chevron-inner {
      border-left-color: #e3e3e3; }
  .chevron-crumbs .before-active .chevron-inner {
    background-color: #e3e3e3;
    border-bottom-width: 21px;
    border-top-width: 21px;
    margin-bottom: -4px; }
  .chevron-crumbs #hide-scratch {
    float: right;
    margin-right: 1em; }

.button-container {
  margin-top: 0.5em; }

#right-side .button-sidebar-wide {
  text-align: left;
  margin: 5px auto;
  display: block; }
  #right-side .button-sidebar-wide i[class*=icon-]:before, #right-side .button-sidebar-wide i[class^=icon-]:before {
    color: #555; }
#right-side button.button-sidebar-wide {
  width: 260px; }

a.external_link {
  padding-right: 15px;
  background: no-repeat right center;
  background-image: url(/images/popout.png); }

a.equella_content_link {
  padding-left: 17px;
  background: no-repeat left center;
  background-image: url(/images/equella_icon.png); }

a.add {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/add.png); }

a.add-small {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  padding-left: 15px;
  background-image: url(/images/add-small.png); }

a.add-feed {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/add_feed.png); }

a.add-file {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/file.png); }

a.announcement-icon-small {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/announcement_icon_small.png); }

a.atom {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/atom.png); }

a.media-comment {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/audio_comment.gif); }

a.back {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/back.png); }

a.calendar {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/due_date_icon.png); }

a.collapse {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/collapse.png); }

a.delete {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/delete.png); }

a.delete-circle {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/delete_circle.png); }

a.discussion-icon-small {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/discussion_icon_small.png); }

a.discussion-topic {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/discussion_topic.png);
  padding-left: 30px; }

a.download {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/download.png); }

a.download-small {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  padding-left: 15px;
  background-image: url(/images/download-small.png); }

a.edit {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/edit.png); }

a.email {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/email.png); }

a.expand {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/expand.png); }

a.feed {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/atom.png); }

a.file-multiple {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/file_multiple.png); }

a.file_big {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/file_big.png); }

a.folder-closed {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/folder_closed.png); }

a.forward {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/forward.png); }

a.find {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/find.png); }

a.grading_dim {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/grading_icon_gray.png); }

a.grading {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/grading_icon.png); }

a.help {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/help.png); }

a.history {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/history.png); }

a.information {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  font-size: 0.8em;
  background-image: url(/images/information.png); }

a.link {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/link.png); }

a.lock {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/lock.png); }

a.pass {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/pass.png); }

a.peer-review {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/peer_review.png); }

a.pending-review {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/pending_review.png); }

a.quiz {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/quiz.png); }

a.refresh {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/ajax-reload.gif); }

a.refreshing {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/ajax-reload-animated.gif); }

a.rename {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/rename.png); }

a.reply {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/reply.png); }

a.rubric {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/rubric.png); }

a.small-calendar {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/ical.png); }

a.speedgrader {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/speedgrader_icon.png); }

a.text-entry {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/text_entry.png); }

a.warning {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/warning.png); }

a.word-bubble {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/word_bubble.png); }

a.unlock {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/unlock.png); }

a.icon-grading {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/grading_icon.png); }

a.icon-grading-gray {
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 20px;
  padding: 1px 0 1px 20px;
  display: inline-block;
  background-image: url(/images/grading_icon_gray.png); }

a.admin {
  color: #d15545; }

a.file {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white.png") !important; }
a.pdf {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_acrobat.png") !important; }
a.image {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_picture.png") !important; }
a.spreadsheet {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_excel.png") !important; }
a.xls {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_excel.png") !important; }
a.word, a.doc {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_word.png") !important; }
a.ppt {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_powerpoint.png") !important; }
a.zip {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_zip.png") !important; }
a.html {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_world.png") !important; }
a.code {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_code.png") !important; }
a.text {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_text.png") !important; }
a.audio {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/sound_none.png") !important; }
a.video {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_camera.png") !important; }
a.flash {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 10px;
  padding: 1px 0 2px 20px;
  background-image: url("/images/inst_tree/file_types/page_white_flash.png") !important; }

a.no-underline, a.no-underline:hover, a.no-underline:focus {
  text-decoration: none; }

.atr-reply {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/reply.png?1368455687');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 16px;
  height: 16px; }

.atr-edit {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/edit.png?1368455687');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 16px;
  height: 16px; }

.atr-delete {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/delete.png?1368455687');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 16px;
  height: 16px; }

.tooltip {
  position: relative;
  z-index: 2;
  outline: none; }
  .tooltip:hover, .tooltip:active, .tooltip:focus {
    outline: none;
    text-decoration: none; }
    .tooltip:hover .tooltip_wrap, .tooltip:hover .tooltip_text, .tooltip:active .tooltip_wrap, .tooltip:active .tooltip_text, .tooltip:focus .tooltip_wrap, .tooltip:focus .tooltip_text {
      visibility: visible; }
  .tooltip .tooltip_wrap, .tooltip .tooltip_text {
    display: block;
    visibility: hidden; }
  .tooltip .tooltip_wrap {
    background: url(/images/tooltip_carat.png) no-repeat left bottom;
    bottom: 15px;
    padding-bottom: 3px;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9; }
    .ie .tooltip .tooltip_wrap {
      bottom: 25px; }
  .tooltip .tooltip_text {
    background-color: #444444;
    background-position: left bottom;
    color: white;
    left: 0px;
    max-width: 250px;
    padding: 2px 7px 2px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal; }
  .tooltip .right {
    right: 0px;
    background-position: right bottom; }

.ui-listview {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  padding: 0;
  list-style: none;
  min-width: 300px;
  -webkit-border-radius: 0.6em;
  -moz-border-radius: 0.6em;
  -ms-border-radius: 0.6em;
  -o-border-radius: 0.6em;
  border-radius: 0.6em;
  /*  &, li:first-child, li:last-child {
      @include background-clip(padding-box);
    }*/ }
  .ui-listview li:first-child {
    -moz-border-radius-topleft: 0.6em;
    -webkit-border-top-left-radius: 0.6em;
    border-top-left-radius: 0.6em;
    -moz-border-radius-topright: 0.6em;
    -webkit-border-top-right-radius: 0.6em;
    border-top-right-radius: 0.6em; }
  .ui-listview li:last-child {
    -moz-border-radius-bottomleft: 0.6em;
    -webkit-border-bottom-left-radius: 0.6em;
    border-bottom-left-radius: 0.6em;
    -moz-border-radius-bottomright: 0.6em;
    -webkit-border-bottom-right-radius: 0.6em;
    border-bottom-right-radius: 0.6em; }
  .ui-listview.ui-listview-no-rounded-bottom, .ui-listview.ui-listview-no-rounded-bottom li:last-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0; }
  .ui-listview li {
    border: 1px solid #ccc;
    border-bottom-width: 0;
    background: #eee;
    font-weight: bold;
    color: #444;
    text-shadow: 0 1px 1px #f6f6f6;
    text-decoration: none;
    background-color: whitesmoke;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eeeeee);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eeeeee);
    background-image: -ms-linear-gradient(top, #fdfdfd, #eeeeee);
    background-image: -o-linear-gradient(top, #fdfdfd, #eeeeee);
    background-image: linear-gradient(top, #fdfdfd, #eeeeee);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd',EndColorStr='#eeeeee')";
    zoom: 1; }
    .ie9 .ui-listview li {
      border-radius: 0 !important; }
    .ui-listview li .ui-listview-text {
      display: block;
      position: relative;
      height: 100%;
      padding: .7em 15px .7em 44px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 1em;
      /*this is to override the .file, .pdf, .doc etc 10px size*/
      background-position: 15px center;
      /*overrides background-position left of attachment_links*/ }
    .ui-listview li:hover {
      border-color: #bbb;
      background: #dadada;
      font-weight: bold;
      color: #101010;
      text-decoration: none;
      text-shadow: 0 1px 1px  #fff;
      background-color: #e3e3e3;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dadada));
      background-image: -webkit-linear-gradient(top, #ededed, #dadada);
      background-image: -moz-linear-gradient(top, #ededed, #dadada);
      background-image: -ms-linear-gradient(top, #ededed, #dadada);
      background-image: -o-linear-gradient(top, #ededed, #dadada);
      background-image: linear-gradient(top, #ededed, #dadada);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ededed',EndColorStr='#dadada')";
      zoom: 1; }
      .ie9 .ui-listview li:hover {
        border-radius: 0 !important; }
      .ui-listview li:hover a {
        text-decoration: none; }
    .ui-listview li:active, .ui-listview li.active {
      border: 1px solid     #999;
      background: #999;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      text-shadow: 0 -1px 1px #999999;
      text-decoration: none;
      background-color: #bbbbbb;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#aaaaaa));
      background-image: -webkit-linear-gradient(top, #cccccc, #aaaaaa);
      background-image: -moz-linear-gradient(top, #cccccc, #aaaaaa);
      background-image: -ms-linear-gradient(top, #cccccc, #aaaaaa);
      background-image: -o-linear-gradient(top, #cccccc, #aaaaaa);
      background-image: linear-gradient(top, #cccccc, #aaaaaa);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc',EndColorStr='#aaaaaa')";
      zoom: 1;
      outline: none; }
      .ie9 .ui-listview li:active, .ie9 .ui-listview li.active {
        border-radius: 0 !important; }
      .ui-listview li:active a, .ui-listview li.active a {
        color: #fff; }
    .ui-listview li .ui-listview-right {
      display: block;
      float: right; }
      .ui-listview li .ui-listview-right .turnitin_similarity_score {
        margin-right: 10px; }
    .ui-listview li.ui-listview-header, .ui-listview li.ui-listview-header:hover {
      padding: .5em 15px;
      font-size: 14px;
      border: 1px solid #b3cbbc;
      background: #5e87b0;
      color: #747575;
      font-weight: normal;
      text-shadow: 0 -1px 1px #cce6d6;
      background-color: #bdd5c6;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#c8e0d1), to(#b3cbbc));
      background-image: -webkit-linear-gradient(top, #c8e0d1, #b3cbbc);
      background-image: -moz-linear-gradient(top, #c8e0d1, #b3cbbc);
      background-image: -ms-linear-gradient(top, #c8e0d1, #b3cbbc);
      background-image: -o-linear-gradient(top, #c8e0d1, #b3cbbc);
      background-image: linear-gradient(top, #c8e0d1, #b3cbbc);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c8e0d1',EndColorStr='#b3cbbc')";
      zoom: 1; }
      .ie9 .ui-listview li.ui-listview-header, .ie9 .ui-listview li.ui-listview-header:hover {
        border-radius: 0 !important; }

/*
@styleguide Admin Links (Cogs)

```html
<a class="al-trigger btn">
  <i class="icon-settings"></i><i class="icon-mini-arrow-down"></i>
  <span class="screenreader-only">Discussion Settings</span>
</a>
<ul class="al-options">
  <li><a href="#">Delete</a></li>
  <li><a href="#">Save</a></li>
</ul>
```

### Notes

Generally used in a toolbar. Make sure its the right-most item in
your UI. The `admin-links` behavior will make it work.

**TODO:**

- Make a new icon that has both the cog and the arrow
- Rename this because "admin links" is too specific

*/
.admin-links {
  float: right; }

.al-options {
  display: none;
  -webkit-font-smoothing: antialiased; }
  .al-options.ui-menu {
    display: block; }

.al-options {
  background-color: transparent;
  border: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.8);
  position: absolute; }
  .al-options .ui-menu-item a {
    background-color: black;
    /* ie<=8 */
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 0 1px;
    white-space: nowrap; }
  .al-options .ui-menu-carat {
    border-color: transparent; }
  .al-options .ui-menu-carat span {
    border-color: black transparent;
    /* ie<=8 */
    border-color: rgba(0, 0, 0, 0.7) transparent; }
  .al-options .ui-state-focus {
    margin: 0 !important;
    border: none; }

.admin-link-hover-area:hover .al-trigger,
.admin-link-hover-area.active .al-trigger,
.al-trigger.ui-state-active,
.ui-progressbar .al-trigger.ui-widget-header,
.al-trigger:focus,
.al-trigger:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.al-trigger {
  padding: 4px;
  cursor: pointer; }

.border {
  border-width: 0px;
  border-style: solid;
  border-color: #a8adb3; }

.border-trbl {
  border-width: 1px; }

.border-rbl {
  border-width: 1px;
  border-top: none; }

.border-tbl {
  border-width: 1px;
  border-right: none; }

.border-bl {
  border-bottom-size: 1px;
  border-left-size: 1px; }

.border-tl {
  border-top-width: 1px;
  border-left-width: 1px; }

.border-b {
  border-bottom-width: 1px; }

.border-t {
  border-top-width: 1px; }

.border-round-b {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.border-round-t {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.border-round-tl {
  border-top-left-radius: 4px; }

.border-round {
  border-radius: 4px; }

.centered-block {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .centered-block .centered-block-wrap {
    clear: left;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center; }
    .centered-block .centered-block-wrap .centered-block-inner {
      display: block;
      margin: 0;
      padding: 0;
      position: relative;
      right: 50%;
      text-align: left; }

.toolbar {
  border: 1px solid #a8adb3;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #dae1e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e6eb), to(#d4dce2));
  background-image: -webkit-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -moz-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -ms-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: -o-linear-gradient(top, #e0e6eb, #d4dce2);
  background-image: linear-gradient(top, #e0e6eb, #d4dce2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e6eb',EndColorStr='#d4dce2')";
  zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  padding: 4px;
  font-size: 14px;
  line-height: 20px; }
  .ie9 .toolbar {
    border-radius: 0 !important; }
  .toolbar .header {
    font-size: 16px; }

.list-view {
  background-color: #f8fafb;
  overflow: auto; }
  .list-view > header,
  .list-view #section-tabs-header {
    color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #eaeef1;
    background-image: -moz-linear-gradient(top, #f0f3f5, #e1e6eb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f3f5), to(#e1e6eb));
    background-image: -webkit-linear-gradient(top, #f0f3f5, #e1e6eb);
    background-image: -o-linear-gradient(top, #f0f3f5, #e1e6eb);
    background-image: linear-gradient(to bottom, #f0f3f5, #e1e6eb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF0F3F5', endColorstr='#FFE1E6EB', GradientType=0);
    border-color: #e1e6eb #e1e6eb #b3c0cc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e1e6eb;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    margin-top: 0;
    padding: 4px 12px;
    font-weight: bold;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid #b6babf;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border-top: 1px solid #b6babf;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 19px; }
    .list-view > header:hover, .list-view > header:active, .list-view > header.active, .list-view > header.disabled, .list-view > header[disabled],
    .list-view #section-tabs-header:hover,
    .list-view #section-tabs-header:active,
    .list-view #section-tabs-header.active,
    .list-view #section-tabs-header.disabled,
    .list-view #section-tabs-header[disabled] {
      color: #555555;
      background-color: #e1e6eb;
      *background-color: #d2d9e1; }
    .list-view > header:active, .list-view > header.active,
    .list-view #section-tabs-header:active,
    .list-view #section-tabs-header.active {
      background-color: #c2cdd7 \9; }
  .list-view #section-tabs-header-subtitle {
    display: block;
    font-size: 11px;
    font-style: italic;
    color: inherit; }
  .list-view > *:first-child {
    border-top: 0 !important; }
  .list-view > ul, .list-view > nav > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .list-view > ul > li, .list-view > nav > ul > li {
      padding: 0; }
      .list-view > ul > li > a, .list-view > nav > ul > li > a {
        display: block;
        border-top: 1px solid white;
        border-bottom: 1px solid #e4e5e7;
        padding: 4px 12px;
        color: #555555; }
        .list-view > ul > li > a > span, .list-view > nav > ul > li > a > span {
          white-space: nowrap; }
        .list-view > ul > li > a:hover, .list-view > nav > ul > li > a:hover {
          text-decoration: none;
          background: white; }
      .list-view > ul > li:last-child > a, .list-view > nav > ul > li:last-child > a {
        border-bottom: 0; }
  .list-view > ul + ul {
    border-top: 1px solid #b6babf; }
  .list-view a.active {
    background-color: #d6ecfc;
    border-bottom-color: #d1d3d7;
    border-top-color: #e0f0fd; }
    .list-view a.active:hover {
      background-color: #d6ecfc; }

.image-block {
  overflow: hidden;
  *zoom: 1; }
  .image-block .image-block-image {
    float: left;
    margin-right: 8px; }
  .image-block .image-block-content {
    display: table-cell;
    vertical-align: top;
    width: 10000px; }

.box-shadow {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }

.page-action-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .page-action-list li {
    margin: 0;
    padding: 0; }
  .page-action-list a {
    display: block;
    color: #555555;
    font-weight: bold;
    border-bottom: solid 1px #b3b3b3;
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.85);
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.85);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.85);
    padding: 8px 0; }
    .page-action-list a:hover {
      text-decoration: none;
      color: #049cdb; }
    .page-action-list a:active {
      color: #999999; }

a.external:hover, a.external:focus, a.external:active {
  text-decoration: none; }
  a.external:hover span, a.external:focus span, a.external:active span {
    text-decoration: underline; }
  a.external:hover .ui-icon-extlink, a.external:focus .ui-icon-extlink, a.external:active .ui-icon-extlink {
    text-decoration: none; }
a.external .ui-icon-extlink {
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

.v-gutter {
  margin-top: 20px;
  margin-bottom: 20px; }

.v-gutter-large {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .v-gutter {
    margin-top: 30px;
    margin-bottom: 30px; }

  .v-gutter-large {
    margin-top: 45px;
    margin-bottom: 45px; } }
/* @styleguide Icons

### Icons in links

```html
<a class="icon-apple" href="whatever">Hello there</a>
```

### Icons in buttons links

```html
<a class="icon-instructure btn">Hello there</a>
```

### All icons

<div>
  <span><i class="icon-add"></i> icon-add</span> &nbsp; 
  <span><i class="icon-settings"></i> icon-settings</span> &nbsp; 
  <span><i class="icon-announcement"></i> icon-announcement</span> &nbsp; 
  <span><i class="icon-discussion"></i> icon-discussion</span> &nbsp; 
</div>
*/
@font-face {
  font-family: 'canvasregular';
  src: url("/font/canvas/canvas-webfont.eot");
  src: url("/font/canvas/canvas-webfont.eot?#iefix") format("embedded-opentype"), url("/font/canvas/canvas-webfont.woff") format("woff"), url("/font/canvas/canvas-webfont.ttf") format("truetype"), url("/font/canvas/canvas-webfont.svg#canvasregular") format("svg");
  font-weight: normal;
  font-style: normal; }

i[class*=icon-]:before, i[class^=icon-]:before, a[class*=icon-]:before, a[class^=icon-]:before {
  font-family: 'canvasregular';
  display: inline-block;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  text-transform: none !important;
  font-weight: normal !important;
  font-style: normal !important; }

i[class*=icon-], i[class^=icon-] {
  display: inline-block;
  font-style: normal !important;
  width: 16px;
  height: 16px;
  line-height: 16px; }
  .btn-large i[class*=icon-], .btn-large i[class^=icon-] {
    width: 18px;
    height: 18px;
    line-height: 18px; }
    .btn-large i[class*=icon-]:before, .btn-large i[class^=icon-]:before {
      font-size: 18px; }
  .btn-mini i[class*=icon-], .btn-mini i[class^=icon-] {
    width: 12px;
    height: 12px;
    line-height: 12px; }
    .btn-mini i[class*=icon-]:before, .btn-mini i[class^=icon-]:before {
      font-size: 12px; }

a[class*=icon-]:before, a[class^=icon-]:before {
  margin-right: 4px; }

.btn:not(.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse) i[class*=icon-], .ui-button:not(.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse) i[class*=icon-], .btn:not(.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse) i[class^=icon-], .ui-button:not(.btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse) i[class^=icon-] {
  color: #595959; }

.standalone-icon:before {
  color: #555; }

h1 i[class*=icon-]:before, h1 i[class^=icon-]:before, h2 i[class*=icon-]:before, h2 i[class^=icon-]:before, h3 i[class*=icon-]:before, h3 i[class^=icon-]:before, h4 i[class*=icon-]:before, h4 i[class^=icon-]:before, p i[class*=icon-]:before, p i[class^=icon-]:before {
  vertical-align: baseline; }

.icon-stats:before {
  content: "\e06a"; }

.icon-paperclip:before {
  content: "\e03d"; }

.icon-media:before {
  content: "\e062"; }

.icon-address-book:before {
  content: "\e064"; }

.icon-reset:before {
  content: "\e009"; }

.icon-announcement:before {
  content: "\e082"; }

.icon-analytics:before {
  content: "\e041"; }

.icon-student-view:before {
  content: "\e005"; }

.icon-calendar-day:before {
  content: "\e055"; }

.icon-trash:before {
  content: "\e04d"; }

.icon-speed-grader:before {
  content: "\e079"; }

.icon-copy-course:before {
  content: "\e056"; }

.icon-export-content:before {
  content: "\e083"; }

.icon-import-content:before {
  content: "\e084"; }

.icon-discussion:before {
  content: "\e072"; }

.icon-discussion-reply:before {
  content: "\e068"; }

.icon-peer-review:before {
  content: "\e034"; }

.icon-discussion-new:before {
  content: "\e067"; }

.icon-edit:before {
  content: "\e065"; }

.icon-home:before {
  content: "\e07b"; }

.icon-settings:before {
  content: "\e008"; }

.icon-compose:before {
  content: "\e057"; }

.icon-flag:before {
  content: "\e011"; }

.icon-video:before {
  content: "\e059"; }

.icon-audio:before {
  content: "\e040"; }

.icon-outdent:before {
  content: "\e02a"; }

.icon-indent:before {
  content: "\e029"; }

.icon-outdent2:before {
  content: "\e06d"; }

.icon-indent2:before {
  content: "\e06e"; }

.icon-forward:before {
  content: "\e087"; }

.icon-warning:before {
  content: "\e070"; }

.icon-filmstrip:before {
  content: "\e03e"; }

.icon-rubric:before {
  content: "\e04c"; }

.icon-rubric-dark:before {
  content: "\e05c"; }

.icon-check-plus:before {
  content: "\e016"; }

.icon-rss:before {
  content: "\e025"; }

.icon-rss-add:before {
  content: "\e07c"; }

.icon-quiz:before {
  content: "\e00c"; }

.icon-question:before {
  content: "\e013"; }

.icon-drop-down:before {
  content: "\e012"; }

.icon-minimize:before {
  content: "\e080"; }

.icon-end:before {
  content: "\e081"; }

.icon-add:before {
  content: "\e07f"; }

.icon-info:before {
  content: "\e00e"; }

.icon-check:before {
  content: "\e015"; }

.icon-clock:before {
  content: "\e030"; }

.icon-calendar-month:before {
  content: "\e054"; }

.icon-x:before {
  content: "\e058"; }

.icon-refresh:before {
  content: "\e00b"; }

.icon-off:before {
  content: "\e069"; }

.icon-updown:before {
  content: "\e001"; }

.icon-user-add:before {
  content: "\e063"; }

.icon-group:before {
  content: "\e06b"; }

.icon-star:before {
  content: "\e006"; }

.icon-replied:before {
  content: "\e00a"; }

.icon-hour-glass:before {
  content: "\e07d"; }

.icon-assignment:before {
  content: "\e066"; }

.icon-message:before {
  content: "\e06c"; }

.icon-note-dark:before {
  content: "\e077"; }

.icon-note-light:before {
  content: "\e076"; }

.icon-tag:before {
  content: "\e004"; }

.icon-next-unread:before {
  content: "\e05f"; }

.icon-search:before {
  content: "\e07a"; }

.icon-lock:before {
  content: "\e045"; }

.icon-unlock:before {
  content: "\e044"; }

.icon-folder:before {
  content: "\e061"; }

.icon-toggle-right:before {
  content: "\e05e"; }

.icon-toggle-left:before {
  content: "\e05d"; }

.icon-link:before {
  content: "\e03f"; }

.icon-lti:before {
  content: "\e06f"; }

.icon-text:before {
  content: "\e003"; }

.icon-timer:before {
  content: "\e07d"; }

.icon-pin:before {
  content: "\e019"; }

.icon-like:before {
  content: "\e075"; }

.icon-collection-save:before {
  content: "\e05b"; }

.icon-collection:before {
  content: "\e073"; }

.icon-group-new:before {
  content: "\e06b"; }

.icon-group-new-dark:before {
  content: "\e06b"; }

.icon-user:before {
  content: "\e074"; }

.icon-standards:before {
  content: "\e007"; }

.icon-search-address-book:before {
  content: "\e060"; }

.icon-facebook:before {
  content: "\e00d"; }

.icon-facebook-boxed:before {
  content: "\e017"; }

.icon-linkedin:before {
  content: "\e00f"; }

.icon-twitter:before {
  content: "\e010"; }

.icon-twitter-boxed:before {
  content: "\e01a"; }

.icon-github:before {
  content: "\e01b"; }

.icon-skype:before {
  content: "\e01c"; }

.icon-wordpress:before {
  content: "\e01d"; }

.icon-pinterest:before {
  content: "\e022"; }

.icon-gradebook:before {
  content: "\e05a"; }

.icon-document:before {
  content: "\e04e"; }

.icon-module:before {
  content: "\e014"; }

.icon-mini-arrow-up:before {
  content: "\e047"; }

.icon-mini-arrow-down:before {
  content: "\e048"; }

.icon-mini-arrow-left:before {
  content: "\e049"; }

.icon-mini-arrow-right:before {
  content: "\e046"; }

.icon-arrow-up:before {
  content: "\e086"; }

.icon-arrow-down:before {
  content: "\e085"; }

.icon-arrow-left:before {
  content: "\e088"; }

.icon-arrow-right:before {
  content: "\e087"; }

.icon-email:before {
  content: "\e06c"; }

.icon-instructure:before {
  content: "\e018"; }

.icon-ms-word:before {
  content: "\e01e"; }

.icon-ms-excel:before {
  content: "\e01f"; }

.icon-ms-ppt:before {
  content: "\e020"; }

.icon-pdf:before {
  content: "\e021"; }

.icon-apple:before {
  content: "\e02e"; }

.icon-windows:before {
  content: "\e02d"; }

.icon-android:before {
  content: "\e02f"; }

.icon-heart:before {
  content: "\e023"; }

.icon-upload:before {
  content: "\e024"; }

.icon-download:before {
  content: "\e02b"; }

.icon-text-left:before {
  content: "\e026"; }

.icon-text-center:before {
  content: "\e027"; }

.icon-text-right:before {
  content: "\e028"; }

.icon-mature:before {
  content: "\e035"; }

.icon-prerequisite:before {
  content: "\e037"; }

.icon-educators:before {
  content: "\e039"; }

.icon-calendar-days:before {
  content: "\e055"; }

.icon-materials-required:before {
  content: "\e03b"; }

.icon-not-graded:before {
  content: "\e042"; }

.icon-peer-graded:before {
  content: "\e043"; }

.icon-bookmark:before {
  content: "\e04b"; }

.icon-printer:before {
  content: "\e04a"; }

.icon-image:before {
  content: "\e07e"; }

.icon-expand:before {
  content: "\e050"; }

.icon-collapse:before {
  content: "\e04f"; }

.icon-invitation:before {
  content: "\e053"; }

.icon-muted:before {
  content: "\e051"; }

.icon-unmuted:before {
  content: "\e052"; }

.icon-plus:before {
  content: "\e078"; }

.icon-zipped:before {
  content: "\e089"; }

.icon-publish:before {
  content: "\e090"; }

.icon-draft:before {
  content: "\e091"; }

span.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 4px; }

.loading.after:after {
  width: 16px;
  height: 11px;
  background: url(/images/ajax-loader-linear.gif);
  content: '';
  display: inline-block;
  margin-left: 7px; }

.loading.center {
  background-image: url(/images/ajax-loader-linear.gif);
  background-position: center;
  background-repeat: no-repeat; }

.alt {
  display: none; }

ul.instTree {
  padding-left: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  list-style: none; }
  ul.instTree ul {
    padding-left: 0;
    margin-left: 0; }
  ul.instTree li {
    list-style: none;
    min-height: 20px;
    padding-left: 35px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: 13px top no-repeat; }
    ul.instTree li.separator {
      min-height: 2px;
      line-height: 2px;
      font-size: 2px; }
    ul.instTree li.node {
      background-image: url(/images/inst_tree/folder.png); }
      ul.instTree li.node.collaborations {
        background-image: url(/images/collaboration_folder.png); }
      ul.instTree li.node.groups {
        background-image: url(/images/groups_folder.png); }
    ul.instTree li.leaf {
      background-image: url(/images/inst_tree/file_types/page_white.png); }
      ul.instTree li.leaf:hover {
        background-color: #eeeeee; }
      ul.instTree li.leaf.active-leaf {
        background-color: #dddddd; }
    ul.instTree li.node ul {
      display: none;
      position: relative;
      left: -13px; }
    ul.instTree li.node.open > ul {
      display: block; }
    ul.instTree li span {
      cursor: default;
      -moz-user-select: none; }
      ul.instTree li span.text {
        cursor: pointer; }
      ul.instTree li span.sign {
        display: block;
        width: 30px;
        height: 15px;
        cursor: pointer;
        position: absolute;
        left: -4px;
        top: 0; }
        ul.instTree li span.sign.plus {
          background: url(/images/inst_tree/plus.gif) 5px 50% no-repeat; }
        ul.instTree li span.sign.minus {
          background: url(/images/inst_tree/minus.gif) 5px 50% no-repeat; }
  ul.instTree input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    position: absolute;
    left: 30px;
    top: 0; }

#instTree-drag {
  padding: 3px;
  padding-left: 30px;
  z-index: 1000;
  position: absolute; }
  #instTree-drag.node {
    background: #c3e1ff url(/images/inst_tree/node-drag.gif) left 3px no-repeat; }
  #instTree-drag.leaf {
    background: #c3e1ff url(/images/inst_tree/leaf-drag.gif) left 3px no-repeat; }

ul.instTree li.separator.dd-hover {
  background: transparent url(/images/inst_tree/separator-drag.gif) 3px 1px no-repeat; }
ul.instTree .dd-hover {
  background-color: yellow; }
ul.instTree .pdf {
  background-image: url("/images/inst_tree/file_types/page_white_acrobat.png") !important; }
ul.instTree .image {
  background-image: url("/images/inst_tree/file_types/page_white_picture.png") !important; }
ul.instTree .xls {
  background-image: url("/images/inst_tree/file_types/page_white_excel.png") !important; }
ul.instTree .word, ul.instTree .doc {
  background-image: url("/images/inst_tree/file_types/page_white_word.png") !important; }
ul.instTree .ppt {
  background-image: url("/images/inst_tree/file_types/page_white_powerpoint.png") !important; }
ul.instTree .zip {
  background-image: url("/images/inst_tree/file_types/page_white_zip.png") !important; }
ul.instTree .video {
  background-image: url("/images/inst_tree/file_types/page_white_camera.png") !important; }
ul.instTree .html {
  background-image: url("/images/inst_tree/file_types/page_white_world.png") !important; }
ul.instTree .spreadsheet {
  background-image: url("/images/inst_tree/file_types/page_white_excel.png") !important; }
ul.instTree .google_docs {
  background-image: url("/images/google_docs_icon.ico") !important; }
ul.instTree .etherpad {
  background-image: url("/images/etherpad_icon.ico") !important; }
ul.instTree .loading {
  background-image: url("/images/ajax-loader-small.gif") !important; }

.unstyled_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .unstyled_list.wide_spacing {
    line-height: 1.7em; }

.ui-dialog-no-close-button .ui-dialog-titlebar-close {
  display: none; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.new-and-total-badge .new-items, .new-and-total-badge .total-items {
  color: white;
  border-radius: 3px;
  padding: 0 5px;
  font-weight: bold;
  font-size: 11px;
  float: left;
  color: white; }
.new-and-total-badge .new-items {
  background-color: #06a9ee;
  margin-right: -3px;
  padding-right: 8px; }
.new-and-total-badge .total-items {
  background-color: #acacac; }

.hide-till-hover {
  opacity: 0; }
  .touch .hide-till-hover, .hover-container:hover .hide-till-hover, .hover-container:focus .hide-till-hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
  .hide-till-hover:focus, .hide-till-hover:hover {
    opacity: 1 !important; }

.dim-till-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }
  .dim-till-hover:hover, .dim-till-hover:focus {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

/*
@styleguide Spacing: Content Box

Content boxes automatically clear their floated children and have default margins.

```html
<div class="content-box border border-trbl">
  Hello
</div>
<div class="content-box border border-trbl">
  Hey, we have space between us
</div>
```

### Sizes

```html
<div class="content-box-mini border border-trbl">Half spacing</div>
<div class="content-box-mini border border-trbl">Third spacing</div>
```

*/
[class*='content-box'] {
  clear: both;
  position: relative;
  overflow: hidden;
  *zoom: 1; }

.content-box {
  margin: 20px 0; }

.content-box-mini {
  margin: 10px 0; }

.content-box-micro {
  margin: 6.66667px 0; }

/*
@styleguide Spacing: Pad Box

Use pad-box if you want to arbitrarily add some padding to an element.

### Sizes

```html
<div class="pad-box-mega border border-trbl">Mega</div>
<div class="pad-box border border-trbl">Normal</div>
<div class="pad-box-mini border border-trbl">mini</div>
<div class="pad-box-micro border border-trbl">micro</div>
```
*/
.pad-box {
  padding: 20px; }

.pad-box-mega {
  padding: 40px; }

.pad-box-mini {
  padding: 10px; }

.pad-box-micro {
  padding: 5px; }

.pad-box.no-sides, .pad-box-mega.no-sides, .pad-box-mini.no-sides, .pad-box-micro.no-sides {
  padding-left: 0;
  padding-right: 0; }
.pad-box.top-only, .pad-box-mega.top-only, .pad-box-mini.top-only, .pad-box-micro.top-only {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0; }
.pad-box.bottom-only, .pad-box-mega.bottom-only, .pad-box-mini.bottom-only, .pad-box-micro.bottom-only {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }

.align-right, .text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

/*
@styleguide Forms: Inline

```html
<form class="form-inline">
  <input type="text" class="input-small" placeholder="Email">
  <input type="password" class="input-small" placeholder="Password">
  <label class="checkbox">
    <input type="checkbox"> Remember me
  </label>
  <button type="submit" class="btn">Sign in</button>
</form>
```
*/
input[type=text].loading {
  background-image: url("/images/ajax-reload-animated.gif");
  background-repeat: no-repeat;
  background-position: 98% center; }

.paginatedLoadingIndicator {
  background-image: url("/images/ajax-reload-animated.gif");
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px; }

/* @styleguide Forms: Hint Text

For text beneath a form elements that give further explanation about the field.
This was added for some legacy code, not sure if it'll work well elsewhere.

```html
<input type="text" placeholder="Sortable Name"> <div class="hint-text">The name displayed in sorted lists</div>
```
*/
.hint-text {
  font-size: 10px;
  color: #888888; }

input + .hint-text {
  /* pull up into the input */
  margin-top: -10px;
  /* replace the inputs margin-bottom */
  margin-bottom: 10px; }

/* @styleguide Form Table

We want to deprecate this in favor of `form-horizontal`.

*/
.formtable td:first-child {
  /* lines-up label in first cell with input in second */
  padding-top: 6px; }

/* @styleguide Forms: Dialog Form

Add the class `form-dialog` to get the `form-controls` to display properly in a
dialog form and proper overflow scrolling of content. No need to use
`$.fn.fixDialogButtons`.

**Note**: You must wrap your content in `.form-dialog-content` and use the
height option for jQuery UI dialog. To get the scrolling and fixed form
controls on the bottom required this.

```html
<button id="show-dialog-buttons-dialog" class="btn">Show Dialog</button>
<form id="dialog-buttons-dialog" class="form-dialog">
  <div class="form-dialog-content">
    <p style="height: 1000px;">Aren't the form controls beautiful?<br> Scroll down ↓</p>
    <p>Hooray for scrolling</p>
  </div>
  <div class="form-controls">
    <button class="btn btn-primary" type="button">Submit</button>
  </div>
</form>
```

*/
.form-dialog {
  padding-bottom: 70px !important;
  margin-bottom: 0; }
  .form-dialog .form-controls {
    padding: 10px;
    margin: 0;
    background-color: #EFEFEF;
    border-top: 1px solid #DDD;
    box-shadow: inset 0 1px 0 white;
    text-align: right;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .form-dialog .form-dialog-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 51px;
    overflow: auto;
    padding: 20px; }

.table .avatar img {
  max-height: 30px;
  width: 20px;
  vertical-align: text-bottom; }

body, html {
  height: 100%; }

body {
  background-image: url("/images/blue/bg.jpg");
  min-width: 510px; }
  body.no-headers #header, body.no-headers #topbar, body.no-headers #left-side, body.no-headers #breadcrumbs, body.embedded #header, body.embedded #topbar, body.embedded #left-side, body.embedded #breadcrumbs {
    display: none !important; }
  body.no-headers #footer, body.embedded #footer {
    display: none; }
  body.no-headers #wrapper, body.embedded #wrapper {
    margin: 0;
    min-width: 400px; }
  body.no-headers #main, body.embedded #main {
    margin: 0;
    border: 0 none;
    background-color: transparent;
    box-shadow: none; }
  body.no-headers #content, body.embedded #content {
    padding-top: 0; }
  body.embedded {
    background: white; }
    body.embedded #wrapper-container, body.embedded #wrapper, body.embedded #main {
      height: 100%; }
    body.embedded #main {
      min-height: 0; }
    body.embedded #content {
      padding: 1em; }
    body.embedded h2 {
      border: 1px solid #a8adb3;
      color: #333333;
      text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      background-color: #dae1e6;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e6eb), to(#d4dce2));
      background-image: -webkit-linear-gradient(top, #e0e6eb, #d4dce2);
      background-image: -moz-linear-gradient(top, #e0e6eb, #d4dce2);
      background-image: -ms-linear-gradient(top, #e0e6eb, #d4dce2);
      background-image: -o-linear-gradient(top, #e0e6eb, #d4dce2);
      background-image: linear-gradient(top, #e0e6eb, #d4dce2);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e0e6eb',EndColorStr='#d4dce2')";
      zoom: 1;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
      font-size: 14px;
      font-weight: bold;
      margin: -0.95em -0.95em 1em;
      padding: 0.4em 1em;
      line-height: 20px; }
      .ie9 body.embedded h2 {
        border-radius: 0 !important; }
    body.embedded.no-headers h2 {
      display: none; }
    body.embedded .embedded-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 14px 0 15px;
      margin: 0 -1em !important;
      background-color: #efefef;
      border-top: 1px solid #dddddd;
      box-shadow: inset 0 1px 0 white;
      text-align: right; }
      body.embedded .embedded-footer .footer-info {
        position: absolute;
        left: 1em;
        top: 1.5em; }
      body.embedded .embedded-footer .controls {
        margin-left: 15px;
        margin-right: 15px; }
    body.embedded #modal-box {
      background: white !important;
      color: #333333 !important;
      height: auto !important; }

.scripts-not-loaded a, .scripts-not-loaded button {
  visibility: hidden !important; }

#wrapper-container {
  overflow: hidden; }

#wrapper {
  *zoom: 1; }
  #wrapper:after {
    content: "";
    display: table;
    clear: both; }

#main {
  position: relative;
  z-index: 10;
  background-color: white;
  border: 1px solid #b6babf;
  border-top: 0;
  margin-bottom: 40px;
  *zoom: 1;
  min-height: 450px;
  max-width: 1100px; }
  #main:after {
    content: "";
    display: table;
    clear: both; }

#content {
  padding: 1em;
  overflow: hidden; }

.padless-content #content, #content.padless {
  padding: 0; }

.with-left-side {
  min-width: 685px; }
  .with-left-side #footer {
    margin-left: 175px; }
  .with-left-side #wrapper {
    margin-left: 0; }
  .with-left-side #left-side {
    display: block; }
  .with-left-side #main {
    margin-left: 175px; }
  .with-left-side #header-inner {
    max-width: 1275px; }

.with-right-side {
  min-width: 796px; }
  .with-right-side #right-side-wrapper {
    display: block;
    float: right; }
  .with-right-side #main {
    margin-right: 286px; }
  .with-right-side #header-inner {
    max-width: 1386px; }

.with-right-side.with-left-side {
  min-width: 971px; }
  .with-right-side.with-left-side #header-inner {
    max-width: 1561px; }

.full-width #header-inner, .full-width #main {
  max-width: none; }

.hide-content-while-scripts-not-loaded #content, .hide-content-while-scripts-not-loaded #right-side-wrapper {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.scripts-not-loaded #content, .scripts-not-loaded #right-side-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

#breadcrumbs {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  background-color: white; }
  #breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
    margin-left: 10px;
    color: #637178;
    font-size: 12px; }
    #breadcrumbs ul li {
      margin: 0;
      padding: 0; }
    #breadcrumbs ul li {
      float: left;
      height: 27px;
      line-height: 29px;
      padding-left: 12px;
      margin-left: 8px;
      background-color: transparent;
      background-image: url("/images/breadcrumb-chevron.png");
      background-repeat: no-repeat;
      background-position: 0 50%; }
      @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
        #breadcrumbs ul li {
          background-image: url("/images/breadcrumb-chevron@2x.png");
          background-size: 5px 9px; } }
      #breadcrumbs ul li:first-child {
        background: none;
        padding-left: 0;
        margin-left: 0; }
    #breadcrumbs ul .home a {
      color: #cccccc; }
      #breadcrumbs ul .home a i {
        margin-right: -5px;
        vertical-align: text-bottom; }
        #breadcrumbs ul .home a i:before {
          font-size: 12px; }
  #breadcrumbs .ellipsis {
    display: inline-block; }

#footer {
  color: #5c5c5c;
  font-size: 11px;
  margin: 0 15px 34px; }
  #footer img {
    vertical-align: bottom;
    padding: 0 20px 3px 0; }

#footer-links a {
  border-left: 1px solid #5c5c5c;
  color: #5c5c5c;
  padding-right: 2px;
  padding-left: 5px; }
  #footer-links a:hover, #footer-links a:focus {
    text-decoration: underline; }
  #footer-links a:first-child {
    border-left: none; }

#skip_navigation_link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: white;
  background-color: #dc3f3f;
  border: 1px dashed white;
  font-size: 12px;
  padding: 1px; }
  #skip_navigation_link:focus {
    left: 0;
    width: auto;
    height: auto;
    z-index: 1; }

#header-logo, #header.no-user #header-logo {
  background: url("/images/canvas/header_canvas_logo.png") no-repeat;
  width: 135px;
  height: 26px;
  left: 16px;
  bottom: 21px;
  position: absolute;
  text-indent: -9999px; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #header-logo, #header.no-user #header-logo {
      background-image: url("/images/canvas/header_canvas_logo@2x.png");
      background-size: 110px 26px; } }

#header-logo.original, #header.no-user #header-logo.original {
  bottom: 12px; }

#header-logo-secondary {
  display: none;
  background: url("/images/canvas/header_canvas_logo.png") no-repeat;
  width: 135px;
  height: 26px;
  right: 26px;
  bottom: 6px;
  position: absolute; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #header-logo-secondary {
      background-image: url("/images/canvas/header_canvas_logo@2x.png");
      background-size: 110px 26px; } }

#header-inner {
  padding-top: 26px;
  max-width: 1100px;
  position: relative; }

#header {
  position: relative;
  z-index: 11;
  background: #6a7177 url("/images/canvas/header_bg.png") repeat-x left bottom; }
  #header.no-user {
    background-position: 0 -25px;
    min-height: 45px; }
    #header.no-user #header-logo {
      top: 11px;
      left: 6px; }
    #header.no-user #header-logo-secondary {
      display: none; }

#topbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden; }

#identity {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  font-size: 12px;
  margin-right: 13px;
  margin-bottom: 4px;
  padding: 0 11px;
  background: transparent url("/images/canvas/top_bar_bg.png") repeat-x;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 0; }
  #identity li {
    margin: 0;
    padding: 0; }
  #identity li {
    color: white;
    float: left;
    line-height: 1em;
    margin: 5px 8px 5px 0;
    padding-left: 8px; }
    #identity li.first, #identity li#identity-help-container {
      border-left: none; }
  #identity .user_name {
    margin-right: 15px; }
    #identity .user_name a {
      text-decoration: none !important; }
  #identity a {
    color: white; }
  #identity .emphasize-name {
    color: orange; }
  #identity .inbox a {
    text-decoration: none; }
    #identity .inbox a:hover span, #identity .inbox a:active span {
      text-decoration: underline; }
    #identity .inbox a .unread-messages-count {
      color: white;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      background-color: #06a9ee;
      padding: 1px 6px; }
  #identity #identity-help-container a {
    padding: 1px 8px; }

#menu {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 3px;
  margin-left: 175px; }
  #menu:after {
    content: "";
    display: table;
    clear: both; }
  #menu li {
    margin: 0;
    padding: 0; }

.menu-item {
  display: block;
  float: left;
  position: relative; }
  .menu-item .menu-item-title, .menu-item .menu-item-no-drop {
    text-shadow: 0px 0px 1px black;
    color: white;
    font-size: 16px;
    border: 1px solid transparent;
    border-bottom: 0 none;
    display: block;
    padding: 6px 17px 5px;
    text-decoration: none;
    position: relative;
    z-index: 100;
    height: 29px;
    font-size: 15px; }
  .menu-item .menu-item-no-drop:hover {
    text-decoration: underline; }
  .menu-item.hover .menu-item-title {
    text-shadow: none;
    color: #747575;
    border-top-color: #cccccc;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
    background-color: #f3f4f5; }
  .menu-item.hover .menu-item-drop {
    left: 0; }
  .menu-item .menu-item-drop {
    border: 1px solid #cccccc;
    background-color: #f3f4f5;
    box-shadow: 7px 7px 9px rgba(0, 0, 0, 0.25);
    top: 40px;
    z-index: 99;
    font-size: 13px;
    overflow: hidden;
    position: absolute;
    left: -999999px; }
    .menu-item .menu-item-drop .menu-item-view-all {
      border-bottom: none;
      font-size: 11px;
      text-align: right;
      white-space: nowrap; }
      .menu-item .menu-item-drop .menu-item-view-all:hover {
        background-color: transparent; }
      .menu-item .menu-item-drop .menu-item-view-all a:hover, .menu-item .menu-item-drop .menu-item-view-all a:focus {
        text-decoration: underline; }
    .menu-item .menu-item-drop .menu-item-drop-column {
      padding: 0;
      border-left: 1px solid #e4e5e7;
      min-width: 270px;
      width: 270px;
      vertical-align: top; }
      .menu-item .menu-item-drop .menu-item-drop-column .h2 {
        display: block;
        padding: 9px 12px 3px;
        border-bottom: 1px solid #e4e5e7;
        color: #747575;
        font-size: 1.1em;
        margin: 0; }
      .menu-item .menu-item-drop .menu-item-drop-column:first-child {
        border-left: none; }
    .menu-item .menu-item-drop li {
      line-height: 0.9em; }
      .menu-item .menu-item-drop li .secondary-right, .menu-item .menu-item-drop li .subtitle {
        font-style: italic;
        color: #555555; }
      .menu-item .menu-item-drop li .subtitle {
        display: block;
        color: #bcbcbc;
        font-size: 9px; }
      .menu-item .menu-item-drop li .menu-item-drop-float-right {
        float: right;
        white-space: nowrap; }
      .menu-item .menu-item-drop li:hover {
        background-color: #d6ecfc; }
        .menu-item .menu-item-drop li:hover .secondary-right, .menu-item .menu-item-drop li:hover .subtitle {
          color: #666666; }
      .menu-item .menu-item-drop li .name-right-wrapper {
        width: 100%;
        display: block;
        overflow: hidden; }
      .menu-item .menu-item-drop li .secondary-right {
        float: right;
        white-space: nowrap;
        font-size: 11px; }
      .menu-item .menu-item-drop li .name {
        display: block; }

.customListContent li.customListItem:hover {
  background-color: transparent; }

.menu-item-drop-column-list, .customListGhost {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 270px; }
  .menu-item-drop-column-list li, .customListGhost li {
    margin: 0;
    padding: 0; }
  .menu-item-drop-column-list li, .customListGhost li {
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e4e5e7; }
    .menu-item-drop-column-list li:hover .name, .customListGhost li:hover .name {
      color: #005580; }
    .menu-item-drop-column-list li a, .customListGhost li a {
      display: block;
      line-height: 1.2;
      padding: 4px 12px 8px;
      text-decoration: none; }

.menu-item-drop.menuCustomListEditing {
  min-width: 589px; }

#menu_enrollments .customListWrapper {
  background: white;
  padding: 10px;
  border: solid 1px #cccccc;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 10px;
  bottom: 10px;
  width: 270px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5); }
  #menu_enrollments .customListWrapper .customListClose {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-decoration: none;
    background: url(/images/close-button.png) no-repeat top left; }
  #menu_enrollments .customListWrapper ul {
    position: absolute;
    top: 40px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow: auto; }
    #menu_enrollments .customListWrapper ul a {
      padding-left: 30px;
      background: url(/images/checkboxes-customlist.png) no-repeat -8px 6px; }
      #menu_enrollments .customListWrapper ul a:hover {
        background-position: -8px -88px; }
    #menu_enrollments .customListWrapper ul .on a {
      background-position: -8px -41px; }
#menu_enrollments .customListOpen {
  color: #0088cc;
  float: right;
  font-size: 11px; }

.customListEditing ul {
  min-height: 350px; }

.customListEditing .customListWrapper ul {
  min-height: 300px; }

#menu_enrollments.customListEditing .customListWrapper {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 270px;
  opacity: 1; }

.menu-item-drop .customListOpen {
  line-height: 28px;
  cursor: pointer; }

.customListGhost {
  position: absolute;
  z-index: 100; }

#left-side {
  float: left;
  width: 175px;
  border-bottom: solid 1px #cccccc;
  display: none; }

#section-tabs .section-tab-hidden a {
  color: #bbbbbb; }

#right-side-wrapper {
  display: none;
  position: relative;
  width: 0;
  right: 0; }

#right-side {
  position: relative;
  width: 260px;
  color: #595959;
  min-height: 20px;
  z-index: 10;
  margin: 13px 13px 0; }
  #right-side hr {
    border: dotted #aaaaaa;
    border-width: 1px 0 0;
    margin: 17px 0 20px; }
  #right-side h2 {
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    border-bottom: solid 1px #bbbbbb;
    box-shadow: 0 1px 0 white;
    margin: 13px 0;
    overflow: hidden;
    line-height: 1.2em;
    padding-bottom: 3px; }

.rs-match-list-indent {
  padding-left: 31px; }

.rs-margin-top {
  margin-top: 13px; }

.rs-margin-all {
  margin-top: 13px;
  margin-bottom: 13px; }

.rs-margin-bottom {
  margin-bottom: 13px; }

.right-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0; }
  .right-side-list li {
    margin: 0;
    padding: 0; }
  .right-side-list li a {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85); }
    .right-side-list li a:hover, .right-side-list li a:focus {
      text-decoration: none; }
      .right-side-list li a:hover b, .right-side-list li a:hover.more_link, .right-side-list li a:focus b, .right-side-list li a:focus.more_link {
        text-decoration: underline; }
      .right-side-list li a:hover em, .right-side-list li a:focus em {
        color: #666666; }
  .right-side-list li:last-child a {
    border-bottom: none;
    box-shadow: none; }
  .right-side-list li small {
    padding: 3px 0 0px 31px;
    display: block;
    color: #666666;
    font-size: 1em; }
  .right-side-list li b, .right-side-list li em {
    font-weight: normal;
    display: block; }
  .right-side-list li em, .right-side-list li .more_link {
    font-style: italic;
    font-size: 10px;
    line-height: 13px; }
  .right-side-list li em {
    color: #bcbcbc;
    padding-bottom: 2px; }
  .right-side-list li .more_link {
    padding-top: 6px; }
  .right-side-list .tooltip .tooltip_wrap {
    left: -185px;
    width: 185px;
    height: 70px;
    top: 0;
    font-size: 0.9em;
    background-image: none; }
  .right-side-list .tooltip .tooltip_text {
    margin-right: 15px;
    min-height: 30px; }
  .right-side-list .tooltip .tooltip-carat {
    border-bottom: 7px solid transparent;
    border-left: 14px solid #444444;
    border-top: 7px solid transparent;
    display: block;
    margin-top: 12px;
    float: right;
    width: 1px;
    height: 1px; }
  .right-side-list.to-do-list li {
    position: relative; }
    .right-side-list.to-do-list li a.item {
      padding-left: 24px; }
      .right-side-list.to-do-list li a.item b {
        padding-right: 20px; }
    .right-side-list.to-do-list li a.disable_item_link {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3;
      padding: 0;
      position: absolute;
      background-image: none;
      right: 0;
      top: 0;
      z-index: 2;
      border-bottom: none;
      box-shadow: none; }
    .right-side-list.to-do-list li:hover a.disable_item_link {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }

.with-scrolling-right-side #right-side {
  position: fixed;
  top: 0;
  margin-top: 0; }

#right-side-wrapper.with-sidebar-pinned-to-bottom {
  position: absolute;
  bottom: 0; }

@media print {
  .no-print,
  #header,
  #footer,
  #right-side-wrapper,
  #left-side {
    display: none !important; }

  #main,
  #wrapper {
    margin: 0 !important;
    border: 0 none !important; }

  html, body {
    font-family: Arial, Helvetica, sans-serif;
    color: black !important;
    font-size: 10pt;
    background: transparent none !important; }

  #wrapper-container, #content, #wiki_show_view_main {
    overflow: visible !important; }

  #content {
    width: auto;
    padding: 0 !important; }
    #content .fill_height_div {
      overflow: visible !important; }

  a:link, a:visited {
    font-weight: bold;
    text-decoration: underline; }

  #breadcrumbs {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    box-shadow: 0 0 0 white; }
    #breadcrumbs ul {
      margin: 0;
      padding: 0; }
      #breadcrumbs ul li {
        margin: 0;
        padding: 0;
        padding-left: 10px; }
        #breadcrumbs ul li:after {
          content: "   →   "; }
        #breadcrumbs ul li:last-child:after {
          content: ""; }
        #breadcrumbs ul li:first-of-type {
          padding-left: 0; }
        #breadcrumbs ul li.home {
          display: none; }
      #breadcrumbs ul a {
        text-decoration: none !important;
        padding-right: 10px; }

  a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%; }
  a[href^="/"]:after, a[href^="#"]:after {
    content: ""; } }
