@charset "UTF-8";
/* ---------------------------------------------------------------------
Base branding styles that are not often changed
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Font family declarations
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Font sizing/ line heights
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Colors
Colors sorted by greyscale followed by roygbiv
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Breakpoints
Variable defining the resolution of the breakpoint(s)
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Branding often changed
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
Styles
All of the styles that these variables apply to
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------

------------------------------------------------------------------------ */
/**
 * 1. Using interpolation to correct the time sass gets the `/` wrong when using border-radius' slash syntax
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input:focus, button:focus, a:focus {
  outline: 0; }

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
  overflow-y: scroll; }

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

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

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

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

::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Removes the clear "x" that is put in by IE10 browser
 */
input::-ms-clear {
  width: 0;
  height: 0; }

/*doc
---
title: Base styles
name: base
category: base
---

Standardize the display of text, inputs, anchors, and paragraphs. No classes or extra markup
are required to achieve these styles.

```html_example
    <p>Out of the box styling for text</p>
    <button>Out of the box button</button>
    <input type="text" placeholder="out of the box styling for inputs" />
    <a href="#">Out of the box styling for anchors</a>
```

*/
html,
body {
  height: 100%; }

/**
 * Standardize the baseline font
 *
 * 1. Using interpolation to fix the time where sass gets the `/` wrong and acts as division
 */
html,
body,
input,
button,
select,
textarea {
  font: normal 400 13px/1.3 "LatoRegular", Arial, Helvetica, sans-serif;
  /* 1 */
  color: #333333; }

/**
 * Set baseline anchor styles.
 */
a {
  color: #f5911b;
  text-decoration: none; }

a[href="#"] {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.noTouch a:hover {
  color: #0093D0;
  cursor: pointer; }

a:active {
  color: #666666; }

/**
 * Set baseline paragraph styles.
 */
p {
  font-size: 14px;
  line-height: 1.2857; }

audio {
  width: 100%; }

img {
  height: auto;
  max-width: 100%; }

/*doc
---
title: Custom fonts
name: fonts
category: base
---

Provides `@font-face` declarations for custom fonts used on the site.

```html_example
    <p style="font-family: LatoRegular;">LatoRegular Font</p>
    <p style="font-family: LatoBold;">Lato Bold font</p>
    <p style="font-family: LatoItalic;">Lato Italic font</p>
    <p style="font-family: LatoBlack;">Lato Black font</p>
```

Note: Do not use inline style declarations. This is purely for demonstrating the custom fonts
used in the site.

*/
@font-face {
  font-family: 'LatoRegular';
  src: url("../../../fonts/Lato-Reg-webfont.eot");
  src: url("../../../fonts/Lato-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Lato-Reg-webfont.woff") format("woff"), url("../../../fonts/Lato-Reg-webfont.ttf") format("truetype"), url("../../../fonts/Lato-Reg-webfont.svg#LatoRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LatoBold';
  src: url("../../../fonts/lato-bold-webfont.eot");
  src: url("../../../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/lato-bold-webfont.woff") format("woff"), url("../../../fonts/lato-bold-webfont.ttf") format("truetype"), url("../../../fonts/lato-bold-webfont.svg#LatoBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LatoItalic';
  src: url("../../../fonts/Lato-RegIta-webfont.eot");
  src: url("../../../fonts/Lato-RegIta-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Lato-RegIta-webfont.woff") format("woff"), url("../../../fonts/Lato-RegIta-webfont.ttf") format("truetype"), url("../../../fonts/Lato-RegIta-webfont.svg#LatoItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'LatoBlack';
  src: url("../../../fonts/Lato-Bla-webfont.eot");
  src: url("../../../fonts/Lato-Bla-webfont.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Lato-Bla-webfont.woff") format("woff"), url("../../../fonts/Lato-Bla-webfont.ttf") format("truetype"), url("../../../fonts/Lato-Bla-webfont.svg#LatoBlack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'dtn_icons';
  src: url("../../../fonts/dtn_icons.eot");
  src: url("../../../fonts/dtn_icons.eot?#iefix") format("embedded-opentype"), url("../../../fonts/dtn_icons.woff") format("woff"), url("../../../fonts/dtn_icons.ttf") format("truetype"), url("../../../fonts/dtn_icons.svg#dtn_icons") format("svg");
  font-weight: normal;
  font-style: normal; }
/*doc
---
title: User Content Styles
name: userContent
category: base
---

Standardize the display of html elements coming from a CMS or user controlled WYSIWYG editor.
To use, wrap the DOM object that will house the user generated content in an element with the class `.userContent`

```html_example
    <div class="userContent">
        <h1>Noramlized headings</a>
        <p>Any elements in <a href="#">here</a> will have their display noramlized</p>
    </div>
```

*/
.userContent {
  font: normal 14px/1.4 Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333; }

/* ---------------------------------------------------------------------
user-content paragraphs
------------------------------------------------------------------------ */
.userContent p {
  margin: 0 0 12px 0; }

.userContent p:first-of-type {
  font-size: 18px; }

/* ---------------------------------------------------------------------
user-content headings
------------------------------------------------------------------------ */
.userContent h1 {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0066ff;
  margin: 0 0 12px 0; }

.userContent h2 {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #0066ff;
  margin: 0 0 12px 0; }

.userContent h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #0066ff;
  margin: 0 0 12px 0; }

.userContent h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #0066ff;
  margin: 0 0 12px 0; }

.userContent h5 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #0066ff;
  margin: 0 0 12px 0; }

.userContent h6 {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  color: #0066ff;
  margin: 0 0 12px 0; }

/* ---------------------------------------------------------------------
user-content sections
------------------------------------------------------------------------ */
.userContent blockquote {
  margin: 0 24px 12px 24px;
  padding: 12px;
  background: #eeeeee;
  font-style: italic; }

.userContent address {
  margin: 0 0 12px 0;
  font-style: italic; }

/* ---------------------------------------------------------------------
user-content anchors
------------------------------------------------------------------------ */
.userContent a:link {
  color: #0066ff; }

.userContent a:focus,
.userContent a:hover {
  color: #0066aa; }

/* ---------------------------------------------------------------------
user-content text formatting
------------------------------------------------------------------------ */
.userContent strong,
.userContent b {
  font-weight: bold; }

.userContent em {
  font-style: italic; }

.userContent del,
.userContent strike,
.userContent s {
  text-decoration: line-through; }

.userContent u,
.userContent ins {
  text-decoration: underline; }

.userContent sup {
  vertical-align: super;
  font-size: smaller; }

.userContent sub {
  vertical-align: sub;
  font-size: smaller; }

.userContent big {
  font-size: larger; }

.userContent small {
  font-size: smaller; }

.userContent abbr,
.userContent acronym {
  border-bottom: dotted 1px; }

.userContent cite,
.userContent dfn {
  font-style: italic; }

.userContent q {
  font-style: italic; }

.userContent q::before {
  content: open-quote; }

.userContent q::after {
  content: close-quote; }

.userContent q:lang(en) {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

.userContent bdo {
  direction: rtl; }

.userContent blink {
  text-decoration: blink; }

/* ---------------------------------------------------------------------
user-content computer output
------------------------------------------------------------------------ */
.userContent pre {
  margin: 0 0 12px 0;
  font-family: "Lucida Console", Monaco, monospace;
  white-space: normal; }

.userContent code,
.userContent samp,
.userContent tt,
.userContent kbd {
  font-family: "Lucida Console", Monaco, monospace; }

.userContent var {
  font-style: italic; }

/* ---------------------------------------------------------------------
user-content lists
------------------------------------------------------------------------ */
.userContent ul,
.userContent ol,
.userContent dl {
  margin-top: 0;
  margin-bottom: 12px; }

.userContent ul {
  list-style-type: disc;
  margin: 0 0 12px 0; }

.userContent ol {
  list-style-type: decimal;
  margin: 0 0 12px 0; }

.userContent dt {
  font-weight: bold; }

.userContent li,
.userContent dd {
  margin: 0 0 0 24px; }

/* nested lists have no top/bottom margins */
.userContent ul ul,
.userContent ul ol,
.userContent ul dl,
.userContent ol ul,
.userContent ol ol,
.userContent ol dl,
.userContent dl ul,
.userContent dl ol,
.userContent dl dl {
  margin-top: 0;
  margin-bottom: 0; }

/* 2 deep unordered lists use a circle */
.userContent ol ul,
.userContent ul ul {
  list-style-type: circle; }

/* 3 deep (or more) unordered lists use a square */
.userContent ol ol ul,
.userContent ol ul ul,
.userContent ul ol ul,
.userContent ul ul ul {
  list-style-type: square; }

/* ---------------------------------------------------------------------
user-content tables
------------------------------------------------------------------------ */
.userContent table {
  margin: 0 0 20px 0;
  width: 100% !important;
  border-spacing: 2px;
  border-collapse: separate; }

.userContent caption {
  font-size: smaller; }

.userContent tr {
  vertical-align: middle; }

.userContent tbody {
  vertical-align: middle; }

.userContent thead {
  vertical-align: middle; }

.userContent tfoot {
  vertical-align: middle; }

.userContent td {
  vertical-align: inherit;
  text-align: inherit;
  padding: 2px 4px; }

.userContent th {
  vertical-align: inherit;
  text-align: inherit;
  font-weight: bold;
  padding: 2px 4px;
  background-color: #666666;
  color: #ffffff; }

.userContent tr:nth-child(even) td {
  background-color: #cccccc; }

/* ---------------------------------------------------------------------
user-content horizontal rule
------------------------------------------------------------------------ */
.userContent hr {
  margin: 0 0 12px 0;
  background: #666666;
  color: #666666;
  height: 1px;
  border: none;
  line-height: 1px;
  font-size: 1px; }

/* ---------------------------------------------------------------------
user-content media
------------------------------------------------------------------------ */
.userContent img,
.userContent video,
.userContent audio {
  max-width: 100% !important; }

.userContent-faq p {
  font-size: 18px; }

.userContent-faq ol {
  font-size: 18px; }

.userContent-faq ul {
  font-size: 18px; }

.userContent-faq li {
  font-size: 18px; }

/* ---------------------------------------------------------------------
user-content undefined elements
------------------------------------------------------------------------ */
.userContent html,
.userContent head,
.userContent body,
.userContent title,
.userContent meta,
.userContent link,
.userContent style,
.userContent script,
.userContent noscript,
.userContent base,
.userContent basefont,
.userContent div,
.userContent span,
.userContent header,
.userContent hgroup,
.userContent footer,
.userContent main,
.userContent section,
.userContent article,
.userContent aside,
.userContent nav,
.userContent figcaption,
.userContent figure,
.userContent menu,
.userContent command,
.userContent summary,
.userContent details,
.userContent canvas
.userContent applet,
.userContent object,
.userContent embed,
.userContent source,
.userContent param,
.userContent track,
.userContent map,
.userContent area
.userContent iframe,
.userContent frame,
.userContent frameset,
.userContent noframes,
.userContent fieldset,
.userContent legend,
.userContent form,
.userContent label,
.userContent isindex,
.userContent input,
.userContent select,
.userContent option,
.userContent optgroup,
.userContent textarea,
.userContent button,
.userContent datalist,
.userContent meter,
.userContent progress,
.userContent output,
.userContent keygen,
.userContent ruby,
.userContent rt,
.userContent rp,
.userContent mark,
.userContent time,
.userContent wbr,
.userContent br,
.userContent dir,
.userContent font,
.userContent center {
  /* nil */ }

/**
 * The icon object must be imported before other files, as some objects will @extend off classes in there.
 */
.icon, .ui-datepicker-prev, .ui-datepicker-next {
  font-family: "dtn_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

/**
 * Icon CSS below is generated and as a result will not follow the standard formatting
 * rules found throughout the rest of the scss.
 */
.icon_arrow-left:before {
  content: "\e001"; }

.icon_arrow-long-right:before {
  content: "\e002"; }

.icon_arrow-right:before, .icon_arrowCircle:before {
  content: "\e003"; }

.icon_arrow-up:before, .icon_arrowCircle_up:before {
  content: "\e004"; }

.icon_audio:before {
  content: "\e005"; }

.icon_calendar:before {
  content: "\e006"; }

.icon_caret-down:before {
  content: "\e007"; }

.icon_caret-left:before, .ui-datepicker-prev:before {
  content: "\e008"; }

.icon_caret-right:before, .ui-datepicker-next:before {
  content: "\e009"; }

.icon_caret-up:before {
  content: "\e00a"; }

.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  content: "\e00b"; }

.icon_circle-full-arrow-down:before {
  content: "\e00c"; }

.icon_circle-full-arrow-left:before {
  content: "\e00d"; }

.icon_circle-full-arrow-right:before {
  content: "\e00e"; }

.icon_circle-full-arrow-up:before {
  content: "\e00f"; }

.icon_circle-full-caret-down:before {
  content: "\e010"; }

.icon_circle-full-caret-left:before {
  content: "\e011"; }

.icon_circle-full-caret-right:before {
  content: "\e012"; }

.icon_circle-full-caret-up:before {
  content: "\e013"; }

.icon_circle-full-check:before {
  content: "\e014"; }

.icon_circle-full-plus:before {
  content: "\e015"; }

.icon_circle-plus:before {
  content: "\e016"; }

.icon_close:before, .icon_closeCircle:before {
  content: "\e017"; }

.icon_comment:before {
  content: "\e018"; }

.icon_flag:before {
  content: "\e019"; }

.icon_home:before {
  content: "\e01a"; }

.icon_list:before, .jumpTo-link:after {
  content: "\e01b"; }

.icon_mail:before {
  content: "\e01c"; }

.icon_print:before {
  content: "\e01e"; }

.icon_search:before {
  content: "\e01f"; }

.icon_star:before {
  content: "\e022"; }

.icon_thumbsup:before {
  content: "\e023"; }

.icon_video:before {
  content: "\e024"; }

.icon_weather-pcrain:before {
  content: "\e025"; }

.icon_weather-rain:before {
  content: "\e026"; }

.icon_weather-windgust:before {
  content: "\e027"; }

.icon_plus:before {
  content: "\e01d"; }

.icon_arrow-down:before, .icon_arrowCircle_down:before, .jumpTo-link_locations:after {
  content: "\e000"; }

.icon_circle-caret-up:before, .jumpTo-list-item-link_currentLocation:after {
  content: "\e021"; }

.icon_check:before, .jumpTo-list-item-link.isCurrentLocation:after {
  content: "\e028"; }

.icon_minimize:before {
  content: "\e029"; }

.icon_slideout:before {
  content: "\e020"; }

.icon_settings:before {
  content: "\e02a"; }

.icon_refresh:before {
  content: "\e02b"; }

.icon_clock:before {
  content: "\e02c"; }

.icon_sun:before {
  content: "\e02d"; }

.icon_bell:before {
  content: "\e02e"; }

.icon_pencil:before {
  content: "\e02f"; }

.icon_arrow-thick-left:before {
  content: "\e030"; }

.icon_day:before {
  content: "\e031"; }

.icon_page-remove:before {
  content: "\e032"; }

.icon_page-add:before {
  content: "\e033"; }

.icon_warning:before {
  content: "\e034"; }

.icon_arrow-thick-right:before {
  content: "\e035"; }

.icon_pin:before {
  content: "\e036"; }

/**
 * All css below this line is not generated, make sure not to wipe out this section
 * when copying over new icon classes
 */
.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  line-height: 1.1;
  vertical-align: bottom; }

.icon_arrowCircle {
  position: relative; }

.icon_arrowCircle:before {
  position: absolute;
  top: 1em;
  left: 0.75em;
  font-size: 0.35em;
  color: #ffffff; }

.icon_arrowCircle_down {
  position: relative; }

.icon_arrowCircle_down:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_up {
  position: relative; }

.icon_arrowCircle_up:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_collapsible {
  padding-right: 4px;
  color: #cccccc;
  font-size: 1.1em; }

.noTouch .icon_arrowCircle_collapsible:hover {
  color: #999999;
  cursor: pointer; }

.icon_closeCircle {
  position: relative; }

.icon_closeCircle:before {
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 6px;
  color: #ffffff; }

.icon_inBtn {
  position: relative;
  top: .1em;
  left: -.25em; }

.iconGroup {
  position: relative; }

.iconGroup_mailAdd {
  font-size: 1.2em; }

.iconGroup_mailAdd .icon_mail {
  color: #cccccc;
  padding: 0 0.8em 0 0; }

.iconGroup_mailAdd .icon_circle-full {
  color: #ffffff;
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em; }

.iconGroup_mailAdd .icon_circle-full-plus {
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em;
  color: #999999; }

.icon_textHidden {
  text-indent: -9999px; }

.icon_middle {
  vertical-align: middle; }

.mix-icon_veryLarge {
  font-size: 1.6em; }

.mix-icon_small {
  font-size: 0.8em; }

.mix-icon_verySmall {
  font-size: 0.4em; }

.mix-icon_light {
  color: #999999; }

.mix-icon_lighter {
  color: #cccccc; }

/*doc
---
title: Form
name: form
category: forms
---

Classes for styling HTML forms.

```html_example
    <form class="form" action="" method="POST">
        <legend>Block display forms</legend>
        <-- any logical form markup here -->
    </form>
```

```html_example
    <form class="form form_inline" action="" method="POST">
        <legend>Inline display forms</legend>
        <-- any logical form markup here -->
    </form>
```

*/
.form {
  display: block; }

.form_inline {
  display: inline; }

.locationForm-item {
  overflow: hidden;
  margin-bottom: 15px; }

.locationForm-footer-col,
.locationForm-item-col {
  float: left; }

.locationForm-footer-col_1of2:first-child,
.locationForm-item-col_1of2:first-child,
.locationForm-item-col-noMargin.locationForm-item-col {
  margin-left: 0; }

.locationForm-item-margin_sm {
  margin-left: 6%; }

.locationForm-item-col_1of2 {
  margin-left: 6%;
  width: 47%; }

.locationForm-item-col_1of3 {
  margin-left: 8%;
  width: 25.333%; }

.locationForm-item-col_2of3 {
  width: 66.666%; }

.locationForm-item-col_full {
  width: 100%; }

.locationForm-item-label {
  display: block;
  font-size: 14px;
  white-space: nowrap; }

.locationForm-item-label_inline {
  display: inline;
  font-size: 14px;
  white-space: nowrap; }

.locationForm-item-input {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 4px 4px 2px;
  width: 100%;
  border: 1px solid #cccccc; }

.locationForm-item-location {
  float: right; }

.locationForm-item-location-link {
  position: relative;
  padding: 0 5px 0 13px; }

.locationForm-item-location-link-pin {
  position: absolute;
  top: -2px;
  left: -2px;
  font-size: 15px; }

.locationForm-item-hgroup {
  display: table;
  width: 100%; }

.locationForm-item-col-insetLeft {
  padding-left: 10px; }

.locationForm-item-col-insetRight {
  padding-right: 10px; }

.locationForm-item-col-insetRightSm {
  padding-right: 3px; }

.locationForm-item-hgroup > * {
  display: table-cell;
  vertical-align: middle; }

.locationForm-item-hgroup > * + * {
  padding-left: 6px; }

.locationForm-item-hgroup-text {
  font-size: 12px; }

.locationForm-footer-fieldset {
  min-height: 107px; }

/*doc
---
title: Select
name: select
category: forms
---

Classed for

```html_example
    <select class="select">
        <option>option 1</option>
        <option>option 2</option>
        <option>option 3</option>
        <option>option 4</option>
    </select>
```

*/
.select {
  width: 100%; }

.selectNearFull {
  width: 80%; }

.footer {
  position: relative;
  margin-top: -58px;
  height: 58px;
  clear: both; }

.footer-section {
  overflow: hidden; }

.footer-section_hd {
  padding: 4px 0;
  background: #ebeaea; }

.footer-section_ft {
  padding: 15px 0 114px 27px;
  font-size: 11px;
  color: #ffffff; }

.footer-section_bd,
.footer-section_ft {
  background: #0093D0; }

.footer-section_bd {
  padding: 25px 0 11px 0;
  border: 1px solid #00b0f9; }

.footerList {
  overflow: hidden;
  margin-left: 180px; }

.footerList-item {
  float: left; }

.footerList-item + .footerList-item {
  margin-left: 70px; }

.footerList-item-link {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding: 0;
  background: transparent;
  font-size: 13px;
  color: #000000; }

.footerList-sub.isActive {
  display: block; }

.footerList-sub-item-link {
  display: block;
  margin-top: 7px;
  padding: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
  cursor: pointer; }

.footer .itemlist-wrapper {
  margin-top: 20px; }

.footer .copyright-wrapper {
  font-size: 11px;
  margin-top: 2px; }

.mainContent {
  position: relative;
  overflow: auto;
  padding: 20px 0 62px;
  z-index: 0;
  min-height: 550px; }

.mainContent_dropped {
  padding-top: 60px; }

.content {
  min-height: 100%; }

.icon, .ui-datepicker-prev, .ui-datepicker-next {
  font-family: "dtn_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

/**
 * Icon CSS below is generated and as a result will not follow the standard formatting
 * rules found throughout the rest of the scss.
 */
.icon_arrow-left:before {
  content: "\e001"; }

.icon_arrow-long-right:before {
  content: "\e002"; }

.icon_arrow-right:before, .icon_arrowCircle:before {
  content: "\e003"; }

.icon_arrow-up:before, .icon_arrowCircle_up:before {
  content: "\e004"; }

.icon_audio:before {
  content: "\e005"; }

.icon_calendar:before {
  content: "\e006"; }

.icon_caret-down:before {
  content: "\e007"; }

.icon_caret-left:before, .ui-datepicker-prev:before {
  content: "\e008"; }

.icon_caret-right:before, .ui-datepicker-next:before {
  content: "\e009"; }

.icon_caret-up:before {
  content: "\e00a"; }

.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  content: "\e00b"; }

.icon_circle-full-arrow-down:before {
  content: "\e00c"; }

.icon_circle-full-arrow-left:before {
  content: "\e00d"; }

.icon_circle-full-arrow-right:before {
  content: "\e00e"; }

.icon_circle-full-arrow-up:before {
  content: "\e00f"; }

.icon_circle-full-caret-down:before {
  content: "\e010"; }

.icon_circle-full-caret-left:before {
  content: "\e011"; }

.icon_circle-full-caret-right:before {
  content: "\e012"; }

.icon_circle-full-caret-up:before {
  content: "\e013"; }

.icon_circle-full-check:before {
  content: "\e014"; }

.icon_circle-full-plus:before {
  content: "\e015"; }

.icon_circle-plus:before {
  content: "\e016"; }

.icon_close:before, .icon_closeCircle:before {
  content: "\e017"; }

.icon_comment:before {
  content: "\e018"; }

.icon_flag:before {
  content: "\e019"; }

.icon_home:before {
  content: "\e01a"; }

.icon_list:before, .jumpTo-link:after {
  content: "\e01b"; }

.icon_mail:before {
  content: "\e01c"; }

.icon_print:before {
  content: "\e01e"; }

.icon_search:before {
  content: "\e01f"; }

.icon_star:before {
  content: "\e022"; }

.icon_thumbsup:before {
  content: "\e023"; }

.icon_video:before {
  content: "\e024"; }

.icon_weather-pcrain:before {
  content: "\e025"; }

.icon_weather-rain:before {
  content: "\e026"; }

.icon_weather-windgust:before {
  content: "\e027"; }

.icon_plus:before {
  content: "\e01d"; }

.icon_arrow-down:before, .icon_arrowCircle_down:before, .jumpTo-link_locations:after {
  content: "\e000"; }

.icon_circle-caret-up:before, .jumpTo-list-item-link_currentLocation:after {
  content: "\e021"; }

.icon_check:before, .jumpTo-list-item-link.isCurrentLocation:after {
  content: "\e028"; }

.icon_minimize:before {
  content: "\e029"; }

.icon_slideout:before {
  content: "\e020"; }

.icon_settings:before {
  content: "\e02a"; }

.icon_refresh:before {
  content: "\e02b"; }

.icon_clock:before {
  content: "\e02c"; }

.icon_sun:before {
  content: "\e02d"; }

.icon_bell:before {
  content: "\e02e"; }

.icon_pencil:before {
  content: "\e02f"; }

.icon_arrow-thick-left:before {
  content: "\e030"; }

.icon_day:before {
  content: "\e031"; }

.icon_page-remove:before {
  content: "\e032"; }

.icon_page-add:before {
  content: "\e033"; }

.icon_warning:before {
  content: "\e034"; }

.icon_arrow-thick-right:before {
  content: "\e035"; }

.icon_pin:before {
  content: "\e036"; }

/**
 * All css below this line is not generated, make sure not to wipe out this section
 * when copying over new icon classes
 */
.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  line-height: 1.1;
  vertical-align: bottom; }

.icon_arrowCircle {
  position: relative; }

.icon_arrowCircle:before {
  position: absolute;
  top: 1em;
  left: 0.75em;
  font-size: 0.35em;
  color: #ffffff; }

.icon_arrowCircle_down {
  position: relative; }

.icon_arrowCircle_down:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_up {
  position: relative; }

.icon_arrowCircle_up:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_collapsible {
  padding-right: 4px;
  color: #cccccc;
  font-size: 1.1em; }

.noTouch .icon_arrowCircle_collapsible:hover {
  color: #999999;
  cursor: pointer; }

.icon_closeCircle {
  position: relative; }

.icon_closeCircle:before {
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 6px;
  color: #ffffff; }

.icon_inBtn {
  position: relative;
  top: .1em;
  left: -.25em; }

.iconGroup {
  position: relative; }

.iconGroup_mailAdd {
  font-size: 1.2em; }

.iconGroup_mailAdd .icon_mail {
  color: #cccccc;
  padding: 0 0.8em 0 0; }

.iconGroup_mailAdd .icon_circle-full {
  color: #ffffff;
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em; }

.iconGroup_mailAdd .icon_circle-full-plus {
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em;
  color: #999999; }

.icon_textHidden {
  text-indent: -9999px; }

.icon_middle {
  vertical-align: middle; }

.mix-icon_veryLarge {
  font-size: 1.6em; }

.mix-icon_small {
  font-size: 0.8em; }

.mix-icon_verySmall {
  font-size: 0.4em; }

.mix-icon_light {
  color: #999999; }

.mix-icon_lighter {
  color: #cccccc; }

.header {
  position: relative;
  overflow: visible;
  width: 100%;
  z-index: 1; }

.header-spacer {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px; }

.header-spacer:after {
  -webkit-border-radius: 350px / 30px;
  /* 1 */
  -moz-border-radius: 350px / 30px;
  /* 1 */
  border-radius: 350px / 30px;
  /* 1 */
  /* 1 */
  -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  bottom: 7px;
  left: 1%;
  display: block;
  min-height: 40px;
  width: 98%;
  height: 100%;
  content: " "; }

.header-spacer-small {
  position: relative;
  height: 5px;
  background: #ffffff; }

.header-nav {
  background-color: #f8f6f6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f8f6f6 0, #ebeaea 94%);
  background-image: -webkit-linear-gradient(top, #f8f6f6 0, #ebeaea 94%);
  background-image: -ms-linear-gradient(top, #f8f6f6 0, #ebeaea 94%);
  background-image: -o-linear-gradient(top, #f8f6f6 0, #ebeaea 94%);
  background-image: linear-gradient(top, #f8f6f6 0, #ebeaea 94%);
  height: 84px;
  border-bottom: 1px solid #cccccc;
  z-index: 2;
  position: relative; }

.header-utility {
  background-color: #0093D0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0093D0 6%, #00a5ea 100%);
  background-image: -webkit-linear-gradient(top, #0093D0 6%, #00a5ea 100%);
  background-image: -ms-linear-gradient(top, #0093D0 6%, #00a5ea 100%);
  background-image: -o-linear-gradient(top, #0093D0 6%, #00a5ea 100%);
  background-image: linear-gradient(top, #0093D0 6%, #00a5ea 100%);
  display: block;
  height: 40px; }

.navToolbar {
  background-color: #ebeaea;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: -webkit-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: -ms-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: -o-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  position: relative;
  z-index: 10000;
  height: 44px;
  border: 1px solid #cccccc; }

.navToolbar-button {
  display: table;
  float: right;
  width: 110px;
  height: 44px;
  text-align: center; }

.navToolbar-button_bordered {
  border-width: 0 1px;
  border-style: solid;
  border-color: #ebeaea; }

.navToolbar-button_skinny {
  width: 54px; }

.navToolbar-button.isActive {
  background-color: #ebeaea;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebeaea 0%, #ffffff 90%);
  background-image: -webkit-linear-gradient(top, #ebeaea 0%, #ffffff 90%);
  background-image: -ms-linear-gradient(top, #ebeaea 0%, #ffffff 90%);
  background-image: -o-linear-gradient(top, #ebeaea 0%, #ffffff 90%);
  background-image: linear-gradient(top, #ebeaea 0%, #ffffff 90%);
  position: relative;
  z-index: 4;
  margin-bottom: -1px;
  height: 45px; }

.navToolbar-button-label,
.navToolbar-button-icon {
  display: table-cell;
  vertical-align: middle; }

.navToolbar-button-label {
  text-transform: uppercase;
  font-size: 15px;
  color: #666666; }

.navToolbar-button.isActive .navToolbar-button-label {
  color: #0093D0; }

.navMenu {
  position: relative;
  display: table; }

.navMenu.isActive {
  display: block; }

.navMenu-item {
  display: table-cell;
  border-top: 2px solid #fcfcfc;
  border-right: 1px solid #cccccc;
  border-bottom: none;
  vertical-align: middle;
  white-space: nowrap; }
  .navMenu-item.dtn-logo {
    border-right: none; }

.dtn-logo {
  display: none !important; }

.navMenu-item.isActive {
  background-color: #ebeaea;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: linear-gradient(top, #ebeaea 0, #ffffff 100%); }

.navMenu-item-inner {
  position: relative; }

.navMenu-item-link {
  background-color: #f8f6f6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -webkit-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -ms-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -o-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  position: relative;
  display: table-cell;
  height: 81px;
  padding: 0 37px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  color: #666666; }

.navMenu-item.isActive {
  background-color: #ebeaea;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: -webkit-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: -o-linear-gradient(top, #ebeaea 0, #ffffff 100%);
  background-image: linear-gradient(top, #ebeaea 0, #ffffff 100%); }

.navMenu-item.isActive .navMenu-item-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 83px;
  padding-top: 4px;
  border-bottom: 4px solid #0093D0;
  background-color: transparent;
  background-image: url(../../../images/sprite-menu-nav-shadow-left.png), url(../../../images/sprite-menu-nav-shadow-right.png);
  background-position: left center, right center;
  background-repeat: no-repeat;
  color: #0093D0; }

.navMenu-item.isActive .navMenu-item-link:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #0093D0;
  border-left: 10px solid transparent;
  content: " "; }

.navMenu-item:hover .navMenu-subList {
  left: 50%; }

.navMenu-subList {
  position: absolute;
  left: -9999px;
  height: 0;
  -webkit-box-shadow: 0 2px 5px 1px #cccccc;
  -moz-box-shadow: 0 2px 5px 1px #cccccc;
  box-shadow: 0 2px 5px 1px #cccccc;
  z-index: 50;
  margin-left: -93px;
  width: 186px;
  height: auto;
  border: 1px solid #cccccc;
  background: #ffffff;
  white-space: normal; }

.navMenu-subList:before {
  position: relative;
  top: 0;
  left: 43%;
  display: block;
  margin-top: -12px;
  margin-bottom: 5px;
  width: 25px;
  height: 12px;
  background: url(../../../images/sprite-icons.png) -89px -93px no-repeat;
  content: " "; }

.navMenu-subList.isOpen {
  position: static;
  height: auto;
  left: auto; }

.navMenu-subList {
  text-align: center; }

.navMenu-subList-item:first-of-type {
  border-top: none; }

.navMenu-subList-item {
  width: 100%;
  border-top: 1px solid #e6e6e6; }

.navMenu-subList-item-link {
  display: block;
  padding: 10px;
  background: #ffffff;
  color: #666666;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px; }

.navMenu-subList-item > .navMenu-subList-item-btn {
  margin: 10px; }

.noTouch .navMenu-subList-item-link:hover,
.navMenu-subList-item-link:active {
  background: #0093D0;
  text-shadow: 0 1px 1px #666666; }

.noTouch .navMenu-subList-item-link:hover {
  color: #ffffff; }

.navMenu-subList.isOpen > .navMenu-subList-item {
  display: table-cell;
  width: auto;
  border: none;
  vertical-align: middle; }

.navMenu-subList.isOpen > .navMenu-subList-item:first-child {
  border: none; }

/**
 * 1. We give the navigation slightly less height than parent because the list items
 *    arent exactly vertically centered
 */
.utilityNavigation {
  display: table;
  float: right;
  height: 40px;
  /* 1 */
  font-size: 12px; }

.utilityNavigation > li {
  display: table-cell;
  vertical-align: middle; }

/**
 * 1. provide the spacing between list items
 */
.utilityNavigation > li + li {
  padding-left: 27px;
  /* 1 */ }

.utilityNavigation-link {
  font-size: 12px;
  color: #ffffff; }

.noTouch .utilityNavigation-link:hover {
  color: #faf9f1;
  text-shadow: 0 1px 1px #666666; }

.utilityNavigation-link-alert {
  position: relative;
  z-index: 0;
  top: -5px;
  left: -7px;
  font-size: 10px;
  color: #ffffff; }

.utilityNavigation-link-alert:after {
  font-family: "dtn_icons";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -3px;
  font-size: 18px;
  color: #f5911b; }

.navMenu-item-link_account {
  padding: 6px 10px 6px 10px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffffff 0, #ebeaea 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0, #ebeaea 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0, #ebeaea 100%);
  background-image: -o-linear-gradient(top, #ffffff 0, #ebeaea 100%);
  background-image: linear-gradient(top, #ffffff 0, #ebeaea 100%);
  -webkit-border-radius: 4px;
  /* 1 */
  -moz-border-radius: 4px;
  /* 1 */
  border-radius: 4px;
  /* 1 */
  text-align: left;
  font-size: 13px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  color: #000000; }
  .navMenu-item-link_account i {
    margin-left: 5px;
    color: #f5911b;
    vertical-align: middle;
    font-size: 8px; }

.navMenu-item-link_account:after {
  position: absolute;
  top: 9px;
  right: 8px;
  color: #000000;
  font-size: 9px;
  font-family: "dtn_icons"; }

/**
 * These will be used eventually, but are not currently needed.
 */
/*doc
---
title: Address List
name: addressList
category: objects
---

The addresList object is used to style an address horizontally.

```html_example
    <ul class="addressList">
        <li>
            <span class="fn org">DTN | The Progressive Farmer</span>
        </li>
        <li class="adr">
            <ul>
                <li>
                    <span class="street-address">9110 West Dodge Road</span>
                </li>
                <li>
                    <span class="locality">Omaha</span>, <span class="region">NE</span> <span class="postal-code">68114</span>
                </li>
            </ul>
        </li>
        <li class="isHidden_mobile">|</li>
        <li class="tel">1-800-485-4000</li>
    </ul>
```

*/
.addressList {
  overflow: hidden;
  padding-top: 6px;
  font-size: 11px; }

.addressList > li:first-child {
  margin-left: 0;
  text-transform: uppercase;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.addressList li {
  float: left;
  margin: 0 0 0 10px;
  font-size: 12px; }

.addressList ul {
  overflow: hidden; }

.addressList ul li:first-child {
  margin-left: 0; }

/*doc
---
title: Alternating List
name: alternatingList
category: objects
---

The alternatingList object is used to style a list with alternating full-width background colors.

```html_example
    <ul class="addressList">
        <li>
            One
        </li>
        <li>
            Two
        </li>
        <li>
            Three
        </li>
        <li>
            Four
        </li>
    </ul>
```

*/
.alternatingList {
  background: #ffffff; }

.alternatingList > * {
  padding: 7px 14px; }

.alternatingList > *:nth-child(odd) {
  background: #faf9f1; }

.alternatingList > * + * {
  border-top: 1px solid #cccccc; }

/*doc
---
title: Blocks
name: blocks
category: objects
---

The blocks object is used to layout containers in a two-up, three-up, four-up, etc... layout.

```html_example
    <div class="blocks blocks_3up">
        <div style="height: 100px; background: red;"></div>
        <div style="height: 100px; background: blue;"></div>
        <div style="height: 100px; background: green;"></div>
        <div style="height: 100px; background: yellow;"></div>
        <div style="height: 100px; background: orange;"></div>
        <div style="height: 100px; background: purple;"></div>
        <div style="height: 100px; background: pink;"></div>
    </div>
```

*/
.blocks {
  margin-left: -1.5%;
  overflow: hidden; }

.blocks > * {
  float: left;
  margin-left: 1.5%;
  margin-bottom: 1.5%; }

.blocks_2up > * {
  width: 48.5%; }

.blocks_3up > * {
  width: 31.8%; }

/*doc
---
title: Box
name: box
category: objects
---

The box object is used to provide a positioned container with some default spacing, and has mixins for common patterns such a curved box-shadow or borders.

```html_example
    <div class="box">
        <p>Positioned content goes here.</p>
    </div>
```

This box has an object member that is *extended* to have a border, as well as a mixin to add a box-shadow accent.

```html_example
    <div class="box box_tight mix-box_shadow">
        <div class="box-bd box-bd_bordered">
            <p>Content goes here.</p>
        </div>
    </div>
```

*/
.box {
  position: relative;
  z-index: 0;
  margin-bottom: 35px; }

.box_under {
  margin-bottom: 30px; }

.box_tight {
  margin-bottom: 20px; }

.box_veryTight {
  margin-bottom: 10px; }

.box_grounded {
  margin-bottom: 0; }

.box_bordered {
  border: 1px solid #cccccc; }

.box_bordered_clu {
  border: 1px solid #ebeaea;
  border-top: 0;
  padding-top: 20px; }

.box_header {
  margin-top: 65px; }

.box_header_sm {
  margin-top: 25px; }

.box_static {
  position: static; }

.box > * {
  background: #ffffff; }

.box-hd {
  padding-bottom: 4px; }

.box-hd_incExp {
  padding-bottom: 7px; }

.box-bd_bordered {
  border: 1px solid #cccccc; }

.box-bd_padded {
  padding: 10px; }

.box-bd_paddedSm {
  padding: 5px; }

.box-bd_paddedMed {
  padding: 15px; }

.box-bd_paddedVertical {
  height: 116px;
  padding: 10px 0; }

/**
 * 1. Using interpolation to fix the time when sass gets the / wrong and acts as division.
 */
.mix-box_shadow:after {
  -webkit-border-radius: 300px / 15px;
  /* 1 */
  -moz-border-radius: 300px / 15px;
  /* 1 */
  border-radius: 300px / 15px;
  /* 1 */
  /* 1 */
  -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 6px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  bottom: 6px;
  left: 1%;
  display: block;
  width: 98%;
  height: 100%;
  content: " "; }

.mix-box_shadedBg {
  background: #f8f6f6; }

.mix-box_shadedBg > * {
  background: #f8f6f6; }

.harvest-moves-box {
  padding: 10px; }

/*doc
---
title: Box Set
name: boxSet
category: objects
---

The boxSet object is used to provide some basic spacing and sizing to the box objects contained inside it. BoxSet is intended to wrap two or more box objects.

```html_example
    <div class="boxSet">
        <div class="boxSet-item boxSet-item_1of2">
            <div class="box box_tight box_half mix-box_shadow">
                <div class="box-bd box-bd_bordered">
                    <div class="feature feature_accent">
                        <div class="bookmark">
                            <a class="bookmark-tag" href="#">
                                <i class="icon icon_star"></i>
                            </a>
                            <div class="feature-hd feature-hd_padded">
                                <a class="hdg hdg_4 mix-hdg_dark mix-hdg_heavy" href="#">Top 10 Bill Murray Quotes</a>
                            </div>
                            <div class="feature-bd feature-bd_accent">
                                <div class="media">
                                    <div class="media-img media-img_thumbSm">
                                        <img src="http://fillmurray.com/200/250" alt="">
                                    </div>
                                    <div class="media-bd">
                                        <time datetime="2013-03-17T15:53" class="feature-timestamp">3/19/2013 | 3:53 PM</time>
                                        <p>Etiam porta sem malesuada magna mollis euismod. Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
                                    </div>
                                </div>
                                <div class="feature-more">
                                    <div class="moreContent">
                                        <a class="moreContent-link moreContent-link_arrow" href="#">Read More</a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="boxSet-item boxSet-item_1of2">
            <div class="box box_tight box_half mix-box_shadow">
                <div class="box-bd box-bd_bordered">
                    <div class="feature feature_accent">
                        <div class="bookmark">
                            <a class="bookmark-tag" href="#">
                                <i class="icon icon_star"></i>
                            </a>
                            <div class="feature-hd feature-hd_padded">
                                <a class="hdg hdg_4 mix-hdg_dark mix-hdg_heavy" href="#">Top 10 Bill Murray Movies</a>
                            </div>
                            <div class="feature-bd feature-bd_accent">
                                <div class="media">
                                    <div class="media-img media-img_thumbSm">
                                        <img src="http://fillmurray.com/200/250" alt="">
                                    </div>
                                    <div class="media-bd">
                                        <time datetime="2013-03-17T15:53" class="feature-timestamp">3/19/2013 | 3:53 PM</time>
                                        <p>Etiam porta sem malesuada magna mollis euismod. Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
                                    </div>
                                </div>
                                <div class="feature-more">
                                    <div class="moreContent">
                                        <a class="moreContent-link moreContent-link_arrow" href="#">Read More</a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
```

*/
.boxSet {
  overflow: hidden; }

.boxSet_veryTight {
  padding: 0 10px; }

.boxSet-item {
  float: left; }

.boxSet-item:first-child {
  margin-left: 0; }

.boxSet-item_1of2 {
  width: 48.5%;
  margin-left: 3%; }

/*doc
---
title: Breadcrumb
name: breadcrumb
category: objects
---

The breadcrump object is used to show the location in the website the visitor is at in relation to the home page.

```html_example
    <ol class="breadcrumbs">
        <li>
            <a href="#">News</a>
        </li>
        <li>
            <a href="#">Sub News</a>
        </li>
        <li>Category Name</li>
    </ol>
```

*/
.breadcrumbs {
  font-size: 12px;
  padding-bottom: 5px; }

.breadcrumbs > li {
  display: inline-block;
  text-transform: uppercase; }

.breadcrumbs > li a {
  color: #999999; }

.breadcrumbs > li + li:before {
  content: "\003E";
  color: #999999;
  margin: 0 4px; }

.breadcrumbs_wizard {
  font-size: 20px;
  padding-bottom: 5px; }
  .breadcrumbs_wizard li.currentStep {
    color: #00B259;
    font-size: 22px; }

.breadcrumbs_wizard > li {
  display: inline-block;
  text-transform: uppercase; }

/*
.breadcrumbs > li a {
    color: $GREY;
} */
.breadcrumbs_wizard > li + li:before {
  content: "\003E";
  color: #999999;
  margin: 0 4px; }

/*doc
---
title: Buttons
name: btn
category: objects
---

Button styles can be applied to any element. Typically you'll want to use either a `<button>` or an `<a>` element.

```html_example
  <button class="btn">Default button</button>
  <button class="btn btn_blue">Alternate button</button>
  <a class="btn btn_grey" href="#">Grey button extension</a>
```

If your button is actually a link to another page, please use the
`<a>` element, while if your button performs an action, such as
submitting a form or triggering some javascript event, then use a
`<button>` element.

*/
.btn {
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  background-color: #f8ad56;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f8ad56 0%, #f5911b 99%);
  background-image: -webkit-linear-gradient(top, #f8ad56 0%, #f5911b 99%);
  background-image: -ms-linear-gradient(top, #f8ad56 0%, #f5911b 99%);
  background-image: -o-linear-gradient(top, #f8ad56 0%, #f5911b 99%);
  background-image: linear-gradient(top, #f8ad56 0%, #f5911b 99%); }

.btn.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.noTouch .btn:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #f5911b;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f5911b 0%, #f8ad56 99%);
  background-image: -webkit-linear-gradient(top, #f5911b 0%, #f8ad56 99%);
  background-image: -ms-linear-gradient(top, #f5911b 0%, #f8ad56 99%);
  background-image: -o-linear-gradient(top, #f5911b 0%, #f8ad56 99%);
  background-image: linear-gradient(top, #f5911b 0%, #f8ad56 99%); }

.btn_block {
  display: block; }

.btn_small {
  padding: 5px 6px 2px; }

.btn_large {
  padding: 10px; }

.btn_grey {
  color: #000000;
  border: 1px solid #ebeaea;
  background-color: #f8f6f6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -webkit-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -ms-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -o-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: linear-gradient(top, #f8f6f6 0%, #ebeaea 94%); }

.btn_grey .btn-icon {
  color: #999999; }

.noTouch .btn_grey:hover {
  border-color: #cccccc;
  color: #000000;
  background-color: #ebeaea;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: -webkit-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: -ms-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: -o-linear-gradient(top, #ebeaea 0%, #f8f6f6 94%);
  background-image: linear-gradient(top, #ebeaea 0%, #f8f6f6 94%); }

.btn_blue {
  background-color: #0eb8ff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -webkit-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -ms-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -o-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: linear-gradient(top, #0eb8ff 0%, #0093D0 94%); }

.noTouch .btn_blue:hover {
  background-color: #0093D0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -webkit-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -ms-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -o-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: linear-gradient(top, #0093D0 0%, #0eb8ff 94%); }

.btn-icon {
  margin-right: 7px; }

.noTouch .btn:hover .btn-icon {
  color: #000000; }

.btn-icon_plus {
  position: relative;
  left: -.3em;
  top: .1em; }

.btn-icon_arrowRightThick {
  position: relative;
  left: -.3em;
  top: .1em; }

.btn_white {
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: linear-gradient(top, #ffffff 0%, #ffffff 0%);
  border-bottom: 1px solid #ffffff;
  padding: 2px 5px; }
  .btn_white .orange {
    color: #f5911b; }

.noTouch .btn_white:hover {
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 0%);
  background-image: linear-gradient(top, #ffffff 0%, #ffffff 0%);
  border-bottom: 1px solid #f5911b; }

.calendar_range .ui-datepicker {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none; }

.calendar-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #f8f6f6; }

.calendar_range .calendar-item {
  float: left;
  margin-right: 2%;
  width: 49%; }

.calendar-item + .calendar-item {
  margin-right: -2%; }

.calendar-actions {
  clear: both;
  padding: 10px 0 0;
  text-align: right; }

/*doc
---
title: Container
name: container
category: objects
---

```html_example
    <div class="container">
        <p style="float: left;">Direct children of the container will have their floats cleared or will appear as hidden if they flow outside the bounds of the container.</p>
    </div>
```

*/
.container {
  overflow: hidden; }

.container_yScroll {
  overflow-y: auto;
  max-height: 600px;
  -webkit-overflow-scrolling: touch; }

.container_fill {
  background: #ebeaea; }

/*doc
---
title: Coordinates
name: coord
category: objects
---

The coord object is used to display latitude and longitude coordinates.

```html_example
    <div class="coord">
        <div class="coord-title">Field Latitude / Longitude:</div>
        <div class="coord-inate">44.9800 N</div>
        <div class="coord-inate">93.2636 W</div>
    </div>
```

*/
.coord {
  padding-left: 12px;
  font-size: 1.1em; }

.coord-title {
  margin-bottom: 5px; }

.coord-inates {
  font-size: 1.2em;
  color: #666666; }

.coord-inates-lat,
.coord-inates-long {
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  color: #0093D0; }

.cropYear-hd {
  margin-bottom: 5px; }

.cropYear-hd-text {
  color: #333333;
  font-size: 17px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.cropYear-item {
  overflow: hidden;
  margin-bottom: 12px;
  padding: 9px;
  border: 1px solid #cccccc;
  background-color: #f8f6f6; }

.cropYear-item-list > * {
  float: left; }

.cropYear-item-list > * + * {
  margin-left: 20px; }

.cropYear-add-item {
  margin-bottom: 30px; }

.cropYear-add-item-link > .icon, .cropYear-add-item-link > .ui-datepicker-prev, .cropYear-add-item-link > .ui-datepicker-next {
  margin-right: 5px; }

.cropYear-item-list-label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px; }

.cropYear-item-list-select {
  margin: 0; }

.cropYear-item-list-input {
  margin: 0;
  width: 138px;
  border: 1px solid #cccccc; }

.cropYear-item-list-input_small {
  width: 92px; }

.icon, .ui-datepicker-prev, .ui-datepicker-next {
  font-family: "dtn_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

/**
 * Icon CSS below is generated and as a result will not follow the standard formatting
 * rules found throughout the rest of the scss.
 */
.icon_arrow-left:before {
  content: "\e001"; }

.icon_arrow-long-right:before {
  content: "\e002"; }

.icon_arrow-right:before, .icon_arrowCircle:before {
  content: "\e003"; }

.icon_arrow-up:before, .icon_arrowCircle_up:before {
  content: "\e004"; }

.icon_audio:before {
  content: "\e005"; }

.icon_calendar:before {
  content: "\e006"; }

.icon_caret-down:before {
  content: "\e007"; }

.icon_caret-left:before, .ui-datepicker-prev:before {
  content: "\e008"; }

.icon_caret-right:before, .ui-datepicker-next:before {
  content: "\e009"; }

.icon_caret-up:before {
  content: "\e00a"; }

.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  content: "\e00b"; }

.icon_circle-full-arrow-down:before {
  content: "\e00c"; }

.icon_circle-full-arrow-left:before {
  content: "\e00d"; }

.icon_circle-full-arrow-right:before {
  content: "\e00e"; }

.icon_circle-full-arrow-up:before {
  content: "\e00f"; }

.icon_circle-full-caret-down:before {
  content: "\e010"; }

.icon_circle-full-caret-left:before {
  content: "\e011"; }

.icon_circle-full-caret-right:before {
  content: "\e012"; }

.icon_circle-full-caret-up:before {
  content: "\e013"; }

.icon_circle-full-check:before {
  content: "\e014"; }

.icon_circle-full-plus:before {
  content: "\e015"; }

.icon_circle-plus:before {
  content: "\e016"; }

.icon_close:before, .icon_closeCircle:before {
  content: "\e017"; }

.icon_comment:before {
  content: "\e018"; }

.icon_flag:before {
  content: "\e019"; }

.icon_home:before {
  content: "\e01a"; }

.icon_list:before, .jumpTo-link:after {
  content: "\e01b"; }

.icon_mail:before {
  content: "\e01c"; }

.icon_print:before {
  content: "\e01e"; }

.icon_search:before {
  content: "\e01f"; }

.icon_star:before {
  content: "\e022"; }

.icon_thumbsup:before {
  content: "\e023"; }

.icon_video:before {
  content: "\e024"; }

.icon_weather-pcrain:before {
  content: "\e025"; }

.icon_weather-rain:before {
  content: "\e026"; }

.icon_weather-windgust:before {
  content: "\e027"; }

.icon_plus:before {
  content: "\e01d"; }

.icon_arrow-down:before, .icon_arrowCircle_down:before, .jumpTo-link_locations:after {
  content: "\e000"; }

.icon_circle-caret-up:before, .jumpTo-list-item-link_currentLocation:after {
  content: "\e021"; }

.icon_check:before, .jumpTo-list-item-link.isCurrentLocation:after {
  content: "\e028"; }

.icon_minimize:before {
  content: "\e029"; }

.icon_slideout:before {
  content: "\e020"; }

.icon_settings:before {
  content: "\e02a"; }

.icon_refresh:before {
  content: "\e02b"; }

.icon_clock:before {
  content: "\e02c"; }

.icon_sun:before {
  content: "\e02d"; }

.icon_bell:before {
  content: "\e02e"; }

.icon_pencil:before {
  content: "\e02f"; }

.icon_arrow-thick-left:before {
  content: "\e030"; }

.icon_day:before {
  content: "\e031"; }

.icon_page-remove:before {
  content: "\e032"; }

.icon_page-add:before {
  content: "\e033"; }

.icon_warning:before {
  content: "\e034"; }

.icon_arrow-thick-right:before {
  content: "\e035"; }

.icon_pin:before {
  content: "\e036"; }

/**
 * All css below this line is not generated, make sure not to wipe out this section
 * when copying over new icon classes
 */
.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  line-height: 1.1;
  vertical-align: bottom; }

.icon_arrowCircle {
  position: relative; }

.icon_arrowCircle:before {
  position: absolute;
  top: 1em;
  left: 0.75em;
  font-size: 0.35em;
  color: #ffffff; }

.icon_arrowCircle_down {
  position: relative; }

.icon_arrowCircle_down:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_up {
  position: relative; }

.icon_arrowCircle_up:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_collapsible {
  padding-right: 4px;
  color: #cccccc;
  font-size: 1.1em; }

.noTouch .icon_arrowCircle_collapsible:hover {
  color: #999999;
  cursor: pointer; }

.icon_closeCircle {
  position: relative; }

.icon_closeCircle:before {
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 6px;
  color: #ffffff; }

.icon_inBtn {
  position: relative;
  top: .1em;
  left: -.25em; }

.iconGroup {
  position: relative; }

.iconGroup_mailAdd {
  font-size: 1.2em; }

.iconGroup_mailAdd .icon_mail {
  color: #cccccc;
  padding: 0 0.8em 0 0; }

.iconGroup_mailAdd .icon_circle-full {
  color: #ffffff;
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em; }

.iconGroup_mailAdd .icon_circle-full-plus {
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em;
  color: #999999; }

.icon_textHidden {
  text-indent: -9999px; }

.icon_middle {
  vertical-align: middle; }

.mix-icon_veryLarge {
  font-size: 1.6em; }

.mix-icon_small {
  font-size: 0.8em; }

.mix-icon_verySmall {
  font-size: 0.4em; }

.mix-icon_light {
  color: #999999; }

.mix-icon_lighter {
  color: #cccccc; }

.datepicker {
  position: relative;
  overflow: hidden;
  margin: 15px 0 20px; }

.datepicker_inlineContainer {
  display: inline-block;
  position: static;
  padding: 10px;
  margin: 0;
  background: #ebeaea; }

.datepicker-item {
  float: left; }

.datepicker-item + .datepicker-item {
  margin-left: 16px; }

.datepicker-label {
  display: block;
  margin-bottom: 4px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #333333; }

.datepicker-input {
  width: 75px;
  margin: 0;
  display: inline-block;
  -webkit-appearance: none; }

.datepicker-input_mmyy {
  width: 65%; }

.datepicker-link {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 18px;
  color: #0093D0; }

/**
 * jQuery UI styles for datepicker element
 */
.ui-datepicker {
  color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 14px 10px; }

.ui-datepicker-group {
  float: left;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #f8f6f6; }

.ui-datepicker-title {
  padding: 0 9px;
  margin: 2px 0 10px; }

.ui-datepicker-title select {
  margin: 0 3px; }

.ui-datepicker-group + .ui-datepicker-group {
  margin-left: 10px; }

.ui-state-default {
  display: block;
  padding: 3px 0 1px;
  background-color: #ffffff;
  color: #0093D0; }

.ui-state-active {
  background: #666666;
  color: #cccccc; }

.ui-datepicker-header {
  position: relative; }

.hide-calendar .ui-datepicker-calendar {
  display: none; }

.ui-datepicker-calendar {
  margin: 0 10px; }

.ui-datepicker-month {
  width: 100px; }

.ui-datepicker-year {
  width: 62px; }

.ui-datepicker-calendar th {
  width: 24px;
  padding: 3px 0;
  border: 1px solid #4a4a4a;
  background-color: #666666; }

.ui-datepicker-calendar td {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  color: #0093D0; }

.noTouch .ui-state-default:hover {
  background-color: #4a4a4a;
  color: #ffffff; }

.ui-icon {
  font-size: 0; }

.ui-datepicker-prev {
  position: absolute;
  width: 8px;
  top: 3px;
  left: 0px;
  color: #0093D0; }
  .ui-datepicker-prev span {
    display: none; }

.ui-datepicker-next {
  position: absolute;
  width: 8px;
  top: 3px;
  right: 0px;
  color: #0093D0; }
  .ui-datepicker-next span {
    display: none; }

.ui-state-disabled .ui-state-default {
  color: #cccccc; }

.noTouch .ui-state-disabled .ui-state-default:hover {
  background: none; }

#ui-datepicker-div {
  display: none; }

.ui-datepicker-close {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  background-color: #0eb8ff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -webkit-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -ms-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -o-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: linear-gradient(top, #0eb8ff 0%, #0093D0 94%); }
  .ui-datepicker-close:hover {
    background-color: #0093D0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: -webkit-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: -ms-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: -o-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: linear-gradient(top, #0093D0 0%, #0eb8ff 94%); }

.ui-datepicker-current {
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  background-color: #0eb8ff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -webkit-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -ms-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -o-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: linear-gradient(top, #0eb8ff 0%, #0093D0 94%); }
  .ui-datepicker-current:hover {
    background-color: #0093D0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: -webkit-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: -ms-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: -o-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
    background-image: linear-gradient(top, #0093D0 0%, #0eb8ff 94%); }

.debugConsole {
  padding: 5px;
  font-size: 12px;
  color: #ffffff;
  background-color: #000000; }

.debugConsole > ul > li {
  margin-bottom: 5px; }

.debugConsole .debugConsole-errorLog {
  width: 90%;
  height: 80px;
  font-size: 11px; }

/*doc
---
title: Detail Table
name: detailTable
category: objects
---
	This will be used for all tables within the application. No classes should be needed on tr, th, or tds. Just add this class to the table element.
*/
.detailTable {
  width: 100%;
  background: transparent; }
  .detailTable .nowrap {
    white-space: nowrap; }
  .detailTable.cropMarginTable th, .detailTable.cropMarginTable td {
    width: 13%; }
  .detailTable.cropMarginTable th:nth-of-type(1), .detailTable.cropMarginTable td:nth-of-type(1) {
    width: 30%; }
  .detailTable.cropMarginTable th:nth-of-type(2), .detailTable.cropMarginTable td:nth-of-type(2) {
    width: 25%; }

.detailTable th {
  border-bottom: 1px solid #0093D0;
  color: #0093D0;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: bottom; }

.detailTable tr {
  border-bottom: 1px solid #999999; }
  .detailTable tr.lightSeperator {
    border-bottom: 1px solid #cccccc; }
  .detailTable tr.darkSeperator {
    border-bottom: 1px solid #666666; }
  .detailTable tr.matrixHighlight {
    background-color: #d0f1ff; }

.marginHeader {
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 3px; }

tr.seperator {
  border-bottom: 1px solid #ebeaea; }

.detailTable tr.pt_detail {
  display: none; }
  .detailTable tr.pt_detail td {
    padding-left: 50px; }

.detailTable th,
.detailTable td {
  text-align: left; }
  .detailTable th.name,
  .detailTable td.name {
    max-width: 250px; }
  .detailTable th.centered,
  .detailTable td.centered {
    text-align: center; }
  .detailTable th.right,
  .detailTable td.right {
    text-align: right; }

.detailTable td {
  padding: 7px 0 7px 5px; }
  .detailTable td.selected-col {
    background-color: #d0f1ff; }

.detailTable th:first-child {
  padding-left: 5px; }

.detailTable th + th {
  padding-left: 30px; }

.detailTable_pt th + th {
  padding-left: 20px; }

.cropMarginTable th + th {
  padding-left: 25px; }

.detailTable_pt_modal th + th {
  padding-left: 10px; }

.detailTable_harvestall th + th {
  padding-left: 15px; }

.detailTable_pt th:nth-child(2) {
  padding-left: 10px; }

.detailTable td:first-child {
  padding-left: 10px; }

.detailTable_pt_modal td:first-child {
  padding-left: 0; }

.detailTable td + td {
  padding-left: 32px; }

.detailTable.aim td + td {
  padding-left: 5px; }

.detailTable_pt td + td {
  padding-left: 22px; }

.detailTable_cm td + td {
  padding-left: 25px; }

.cropMarginTable td + td {
  padding-left: 27px; }

.detailTable_pt_modal td + td {
  padding-left: 10px; }

.detailTable_harvestall td + td {
  padding-left: 15px; }

.detailTable_pt td:nth-child(2) {
  padding-left: 12px; }

.detailTable td.number {
  padding-right: 5px;
  text-align: right; }

.detailTable th:last-child,
.detailTable td:last-child {
  padding-right: 10px; }

.detailTable_pt_modal td:last-child {
  padding-right: 3px;
  padding-left: 10px;
  text-align: left; }

.detailTable_pt_modal th:last-child {
  padding-right: 3px;
  padding-left: 10px;
  text-align: right; }

.detailTableHighlight {
  background: #faf9f1; }

.detailTable_pt_modal .fixed {
  width: 80px; }
.detailTable_pt_modal .smallHeader {
  font-size: 12px; }
.detailTable_pt_modal .pt_deliver .amt {
  width: 60px; }
.detailTable_pt_modal .pt_deliver th.qty,
.detailTable_pt_modal .pt_deliver input.qty {
  width: 70px; }
.detailTable_pt_modal .pt_deliver td.qty, .detailTable_pt_modal .pt_deliver td.amt, .detailTable_pt_modal .pt_total td.qty, .detailTable_pt_modal .pt_total td.amt {
  text-align: right; }
.detailTable_pt_modal .pt_total {
  border-bottom: 0; }
.detailTable_pt_modal td.movedTooltip {
  cursor: help; }

.detailTable_harvestall th.name {
  width: 100px; }
.detailTable_harvestall td.name {
  vertical-align: middle; }
.detailTable_harvestall .avgYield {
  width: 110px; }

.expenseTable .amt, .fieldOpsTable .amt, .grainExpenseTable .amt, .otherIncomeTable .amt, .commoditiesTable .amt {
  width: 65px; }
.expenseTable .amt_large, .fieldOpsTable .amt_large, .grainExpenseTable .amt_large, .otherIncomeTable .amt_large, .commoditiesTable .amt_large {
  width: 85px; }
.expenseTable .tableHeader, .fieldOpsTable .tableHeader, .grainExpenseTable .tableHeader, .otherIncomeTable .tableHeader, .commoditiesTable .tableHeader {
  height: 50px; }
.expenseTable td.quantityDisplay, .expenseTable td.currencyDisplay, .fieldOpsTable td.quantityDisplay, .fieldOpsTable td.currencyDisplay, .grainExpenseTable td.quantityDisplay, .grainExpenseTable td.currencyDisplay, .otherIncomeTable td.quantityDisplay, .otherIncomeTable td.currencyDisplay, .commoditiesTable td.quantityDisplay, .commoditiesTable td.currencyDisplay {
  text-align: right; }
.expenseTable td.subItem, .fieldOpsTable td.subItem, .grainExpenseTable td.subItem, .otherIncomeTable td.subItem, .commoditiesTable td.subItem {
  padding-left: 50px; }
.expenseTable th.header, .fieldOpsTable th.header, .grainExpenseTable th.header, .otherIncomeTable th.header, .commoditiesTable th.header {
  cursor: default; }
.expenseTable tr.noborder, .fieldOpsTable tr.noborder, .grainExpenseTable tr.noborder, .otherIncomeTable tr.noborder, .commoditiesTable tr.noborder {
  border: 0; }
.expenseTable .total, .fieldOpsTable .total, .grainExpenseTable .total, .otherIncomeTable .total, .commoditiesTable .total {
  border: 0;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }
  .expenseTable .total td:first-child, .fieldOpsTable .total td:first-child, .grainExpenseTable .total td:first-child, .otherIncomeTable .total td:first-child, .commoditiesTable .total td:first-child {
    text-align: right;
    text-transform: uppercase; }
  .expenseTable .total td.currencyDisplay, .fieldOpsTable .total td.currencyDisplay, .grainExpenseTable .total td.currencyDisplay, .otherIncomeTable .total td.currencyDisplay, .commoditiesTable .total td.currencyDisplay {
    padding-right: 6px; }
.expenseTable input.noinput, .fieldOpsTable input.noinput, .grainExpenseTable input.noinput, .otherIncomeTable input.noinput, .commoditiesTable input.noinput {
  border: 1px solid #ffffff; }
  .expenseTable input.noinput:disabled, .fieldOpsTable input.noinput:disabled, .grainExpenseTable input.noinput:disabled, .otherIncomeTable input.noinput:disabled, .commoditiesTable input.noinput:disabled {
    color: #333333;
    background-color: #ffffff;
    -webkit-appearance: none;
    -webkit-opacity: 1;
    -webkit-text-fill-color: #333333; }

.commoditiesTable .commodityDisplayName {
  display: inline-block;
  width: 100px;
  padding: 5px;
  white-space: normal; }

.otherIncomeTable .total td:last-child {
  padding-right: 16px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
  border: 1px solid #999999;
  background: #ffffff 50% 50% repeat-x;
  color: #000000; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
  border: 1px solid #ebeaea;
  background: #ebeaea 50% 50% repeat-x;
  color: #000000; }

.ui-dialog .ui-dialog-title {
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

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

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
  border-top: 1px solid #999999;
  background: #ffffff 50% 50% repeat-x;
  color: #000000; }

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

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

.ui-dialog .ui-button {
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  border: none;
  background-color: #0eb8ff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -webkit-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -ms-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -o-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: linear-gradient(top, #0eb8ff 0%, #0093D0 94%); }

.ui-dialog .ui-button:hover {
  background-color: #0093D0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -webkit-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -ms-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -o-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: linear-gradient(top, #0093D0 0%, #0eb8ff 94%); }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #999999 50% 50% repeat-x;
  opacity: .7;
  filter: Alpha(Opacity=70); }

.ui-front {
  z-index: 100; }

.drawer-contentContainer {
  overflow: hidden;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s; }

.drawer-contentContainer_isActive {
  height: 0px !important; }

.drawer-contentContainer_isActive .drawer-content {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.mix-box_shadow.drawer-contentContainer:after {
  bottom: 24px; }

.drawer-content {
  -webkit-transition: -webkit-transform 0.8s;
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.drawer-contentContainer_stopAnimation {
  -webkit-transition: none 0s;
  -moz-transition: none 0s;
  -o-transition: none 0s;
  transition: none 0s; }

.drawer-contentContainer_stopAnimation .drawer-content {
  -webkit-transition: none 0s;
  -moz-transition: none 0s;
  -o-transition: none 0s;
  transition: none 0s; }

.expenses {
  padding: 10px 8px 20px;
  border: 1px solid #cccccc; }

.expenses-item-hd {
  margin-bottom: 15px; }

.expenses-item-hd-text {
  font-size: 18px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.expenses-item-list > * {
  margin-bottom: 20px; }

.expenses-item-list-label {
  display: block;
  font-size: 14px; }

.expenses-item-list-amount {
  font-size: 14px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

input.expenses-item-list-amount {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 95%; }

.expenses-item-total {
  padding: 11px;
  background-color: #f8f6f6; }

.expenses-item-total-hd-text {
  font-size: 14px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  color: #0093D0; }

/*doc
---
title: Grid
name: grid
category: objects
---

The grid object is used to provide a structure to page layouts.

```html_example
    <div class="grid">
        <div class="grid-col grid-col_main">
            <p>Anything can get dropped into columns.</p>
        </div>
        <div class="grid-col grid-col_sub">
            <p>Sidebar content goes here.</p>
        </div>
    </div>
```

For layouts that have the sidebar to the left, simply swap the source order of the main column and the sub column.

```html_example
    <div class="grid">
        <div class="grid-col grid-col_sub">
            <p>Sidebar content goes here.</p>
        </div>
        <div class="grid-col grid-col_main">
            <p>Anything can get dropped into columns.</p>
        </div>
    </div>
```

*/
.grid:before,
.grid:after {
  content: " ";
  display: table; }

.grid:after {
  clear: both; }

.grid_rule {
  border-bottom: 1px solid #ebeaea; }

.grid-col {
  float: left; }

.grid-col-right {
  float: right; }

.grid-col + .grid-col {
  margin-left: 2%; }

.grid-col_main {
  width: 66%; }

.grid-col_sub {
  width: 32%; }

.grid-col_half {
  width: 49%; }

.grid-col_quart {
  width: 23.5%; }

.grid-col_oneThird {
  width: 32.5%; }

.grid-col_twoThird {
  width: 64%; }

.grid-col_full {
  width: 100%;
  clear: both; }

.grid-col_offerExp {
  width: 20%; }

.grid-col_quint {
  width: 18.4%; }

.grid-col_sext {
  width: 15%; }

.grid-col_sept {
  width: 12.57%; }

.grid-col_zip {
  float: left;
  margin-left: -5%; }

.grid-col_agbiz {
  width: 45%; }

.grid-col_insurance {
  width: 45%;
  padding: 0 10px; }

/*doc
---
title: Headings
name: hdg
category: objects
---

The heading object is used to provide heading styles to text, regardless of what element may be semantically appropriate.

```html_example
  <h1 class="hdg hdg_1 mix-hdg_dark">Heading 1</h1>
  <h1 class="hdg hdg_2">Heading 2</h1>
  <h1 class="hdg hdg_3 mix-hdg_brandAlt">Heading 3</h1>
  <h1 class="hdg hdg_4 mix-hdg_caps">Heading 4 All Caps</h1>
  <h1 class="hdg hdg_5">Heading 5</h1>
  <h1 class="hdg hdg_6 mix-hdg_brand">Heading 6 Color Branding</h1>
  <h1 class="hdg hdg_sub">Sub heading</h1>
```

*/
.hdg {
  display: block;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  color: #666666; }

.hdg_1 {
  font-size: 36px;
  line-height: 1.25; }

.hdg_2 {
  font-size: 24px; }

.hdg_3 {
  font-size: 18px; }

.hdg_4 {
  font-size: 16px;
  line-height: 1.25; }

.hdg_5 {
  font-size: 14px;
  line-height: 1.21; }

.hdg_6 {
  font-size: 13px; }

.hdg_sub {
  font-size: 12px; }

.hdg_subItalic {
  text-transform: none;
  font-family: "LatoItalic", Arial, Helvetica, sans-serif; }

.hdg_subBold {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.hdg_inline {
  display: inline-block; }

.mix-hdg_tall {
  line-height: 2; }

.mix-hdg_caps {
  text-transform: uppercase; }

.mix-hdg_reg {
  font-family: "LatoRegular", Arial, Helvetica, sans-serif; }

.mix-hdg_heavy {
  font-family: "LatoBlack", Arial, Helvetica, sans-serif; }

.mix-hdg_brand {
  color: #0093D0; }

.mix-hdg_brandAlt {
  color: #f5911b; }

.mix-hdg_light {
  color: #999999; }

.mix-hdg_dark {
  color: #333333; }

.mix-hdg_lightGrey {
  color: #cccccc; }

.mix-hdg_white {
  color: #ffffff; }

.mix-hdg_alert {
  color: #f6a01a; }

.mix-hdg_green {
  color: #4bc73a; }

.mix-hdg_red {
  color: #ed1c24; }

.mix-hdg_orange {
  color: #f6a01a; }

.mix-hdg_underline {
  padding-left: 5px;
  border-bottom: 1px solid #0093d0; }

/*doc
---
title: Headline
name: headline
category: objects
---

The headline object is used to display a headline block, with some default
padding and background colors.

```html_example
    <div class="headline">
        <h2 class="hdg hdg_3 mix-hdg_dark mix-hdg_caps">Category Name</h2>
    </div>
    <div class="headline mix-headline_dividedBottom">
        <h2 class="hdg hdg_3 mix-hdg_dark mix-hdg_caps">Category Name</h2>
    </div>
```

*/
.headline {
  padding: 10px; }

.headline_light {
  background: #f8f6f6; }

.headline-timestamp {
  font-family: "LatoRegular", Arial, Helvetica, sans-serif;
  font-size: 12px; }

.mix-headline_dividedBottom {
  border-bottom: 1px solid #cccccc; }

/*doc
---
title: Horizontal List
name: hList
category: objects
---

The hList object provides a way to style lists horizontally.

```html_example
    <ul class="hList">
        <li>List item</li>
        <li>List item</li>
        <li>List item</li>
        <li>List item</li>
    </ul>
```

```html_example
    <ol class="hList hList_spaced">
        <li>List item</li>
        <li>List item</li>
        <li>List item</li>
        <li>List item</li>
    </ol>
```

*/
.hList {
  overflow: hidden; }

.hList > * {
  float: left; }

.hList_spaced > * {
  margin-right: 30px; }

.hList_spacedSm > * {
  margin-right: 10px; }

.hList_flip > * {
  float: left; }

/*doc
---
title: Inline List
name: iList
category: objects
---

List that displays it's contents inline, useful for those times when you need to vertically align horizontal list items.

```html_example
    <ul class="iList iList_spacedSm">
        <li>
            <h4 class="hdg hdg_4 hdg_inline mix-hdg_heavy">Example Headline</h4>
        </li>
        <li>
            <a href="">3 comments</a>
        </li>
    </ul>
```

*/
.iList > * {
  display: inline-block; }

.iList_spacedSm > * {
  margin-right: 4px; }

.iList_padded > * {
  padding: 0 20px; }

.iList_centered {
  text-align: center; }

/*doc
---
title: Inputs
name: input
category: objects
---

An object ot handle non-object specific input fields.

```html_example
    <div class="grid">
        <div class="grid-col grid-col_quart">
            <label for="quant1" class="inputLabel inputLabel_stacked">Quantity</label>
            <input type="text" class="inputField" id="quant1">
            <select class="inputField inputSelect">
                <option>BU</option>
                <option>AN</option>
                <option>AU</option>
            </select>
        </div>
        <div class="grid-col grid-col_quart">
            <label for="distance1" class="inputLabel">Distance</label>
            <input type="text" class="inputField" id="distance1">
            <span class="inputNote inputNote_adj">[UNIT]</span>
        </div>
        <div class="grid-col grid-col_quart">
            <label for="transCost1" class="inputLabel inputLabel_stacked">Transportation Cost</label>
            <input type="text" class="inputField inputFull" id="transCost1">
        </div>
        <div class="grid-col grid-col_quart">
            <label for="scaleId1" class="inputLabel inputLabel_stacked">Scale Ticket / ID</label>
            <input type="text" class="inputField inputShort" id="scaleId1">
        </div>
    </div>
```

*/
.inputField {
  padding: 6px 4px;
  border: 1px solid #cccccc;
  overflow: visible; }
  .inputField:disabled {
    color: #666666;
    background-color: #ebeaea; }

.inputTextarea {
  min-height: 5em; }

.inputShort {
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.inputExtraShort {
  width: 35%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.inputExtraShort_fixed {
  width: 60px; }

.inputNearFull {
  width: 80%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.inputFull {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.inputLabel {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.inputLabel_stacked {
  margin-bottom: 4px;
  display: block; }
  .inputLabel_stacked.extraBottomMargin {
    margin-bottom: 10px; }

.inputNote {
  font-size: .9em;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.inputFieldText {
  padding: 5px;
  display: block;
  font-size: 1.1em; }

.inputNote_adj {
  padding-left: 5px; }

.input_adj {
  margin-left: 5px; }

.inputText_error {
  color: #ed1c24; }

.inputField_error {
  border-color: #ed1c24; }

.inputError {
  padding: 0 2px;
  margin-top: 8px;
  font-size: .9em;
  display: table !important;
  position: relative; }

.inputError:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #ed1c24;
  position: absolute;
  top: -5px;
  left: 6px; }

.inputError:before,
.inputError:after {
  display: table; }

td .inputError::before {
  display: block; }

.inputError:after {
  clear: both; }

.inputError-icon,
.inputError-msg {
  display: table-cell; }

.inputError-icon {
  padding: 5px 5px 3px 4px;
  vertical-align: middle;
  background: #ed1c24;
  color: #ffffff; }

.inputError-msg {
  padding: 4px 5px 2px;
  border: 1px solid #cccccc;
  border-left: none;
  color: #414031;
  background: #f8f6f6;
  box-shadow: inset 0px 0px 2px #ebeaea; }

select.fieldList {
  max-width: 350px; }

select.fieldList_pt {
  width: 195px;
  max-width: 195px; }

input.quantityInput, input.currencyInput {
  text-align: right; }

input.quantityInput.fourDigits {
  width: 35px; }
input.quantityInput.fiveDigits {
  width: 45px; }
input.quantityInput.eightDigits {
  width: 75px; }

input.currencyInput.fourDigits {
  width: 45px; }
input.currencyInput.sixDigits {
  width: 75px; }
input.currencyInput.eightDigits {
  width: 90px; }
input.currencyInput.nineDigits {
  width: 100px; }

input.placeholder {
  color: #aaa; }

.inventory-list {
  overflow: hidden; }

.inventory-list + .inventory-list {
  margin-top: 20px; }

.inventory-list > * {
  float: left; }

.inventory-list > * + * {
  margin-left: 20px; }

.inventory-list-label {
  display: block;
  font-size: 14px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.inventory-list-text {
  display: block;
  margin-top: 8px;
  font-size: 14px; }

.inventory-list-measure {
  font-size: 12px; }

.inventory-list-input {
  padding: 5px 5px 3px;
  width: 56px;
  border: 1px solid #cccccc; }

.inventory-list-input_large {
  width: 212px; }

.icon, .ui-datepicker-prev, .ui-datepicker-next {
  font-family: "dtn_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

/**
 * Icon CSS below is generated and as a result will not follow the standard formatting
 * rules found throughout the rest of the scss.
 */
.icon_arrow-left:before {
  content: "\e001"; }

.icon_arrow-long-right:before {
  content: "\e002"; }

.icon_arrow-right:before, .icon_arrowCircle:before {
  content: "\e003"; }

.icon_arrow-up:before, .icon_arrowCircle_up:before {
  content: "\e004"; }

.icon_audio:before {
  content: "\e005"; }

.icon_calendar:before {
  content: "\e006"; }

.icon_caret-down:before {
  content: "\e007"; }

.icon_caret-left:before, .ui-datepicker-prev:before {
  content: "\e008"; }

.icon_caret-right:before, .ui-datepicker-next:before {
  content: "\e009"; }

.icon_caret-up:before {
  content: "\e00a"; }

.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  content: "\e00b"; }

.icon_circle-full-arrow-down:before {
  content: "\e00c"; }

.icon_circle-full-arrow-left:before {
  content: "\e00d"; }

.icon_circle-full-arrow-right:before {
  content: "\e00e"; }

.icon_circle-full-arrow-up:before {
  content: "\e00f"; }

.icon_circle-full-caret-down:before {
  content: "\e010"; }

.icon_circle-full-caret-left:before {
  content: "\e011"; }

.icon_circle-full-caret-right:before {
  content: "\e012"; }

.icon_circle-full-caret-up:before {
  content: "\e013"; }

.icon_circle-full-check:before {
  content: "\e014"; }

.icon_circle-full-plus:before {
  content: "\e015"; }

.icon_circle-plus:before {
  content: "\e016"; }

.icon_close:before, .icon_closeCircle:before {
  content: "\e017"; }

.icon_comment:before {
  content: "\e018"; }

.icon_flag:before {
  content: "\e019"; }

.icon_home:before {
  content: "\e01a"; }

.icon_list:before, .jumpTo-link:after {
  content: "\e01b"; }

.icon_mail:before {
  content: "\e01c"; }

.icon_print:before {
  content: "\e01e"; }

.icon_search:before {
  content: "\e01f"; }

.icon_star:before {
  content: "\e022"; }

.icon_thumbsup:before {
  content: "\e023"; }

.icon_video:before {
  content: "\e024"; }

.icon_weather-pcrain:before {
  content: "\e025"; }

.icon_weather-rain:before {
  content: "\e026"; }

.icon_weather-windgust:before {
  content: "\e027"; }

.icon_plus:before {
  content: "\e01d"; }

.icon_arrow-down:before, .icon_arrowCircle_down:before, .jumpTo-link_locations:after {
  content: "\e000"; }

.icon_circle-caret-up:before, .jumpTo-list-item-link_currentLocation:after {
  content: "\e021"; }

.icon_check:before, .jumpTo-list-item-link.isCurrentLocation:after {
  content: "\e028"; }

.icon_minimize:before {
  content: "\e029"; }

.icon_slideout:before {
  content: "\e020"; }

.icon_settings:before {
  content: "\e02a"; }

.icon_refresh:before {
  content: "\e02b"; }

.icon_clock:before {
  content: "\e02c"; }

.icon_sun:before {
  content: "\e02d"; }

.icon_bell:before {
  content: "\e02e"; }

.icon_pencil:before {
  content: "\e02f"; }

.icon_arrow-thick-left:before {
  content: "\e030"; }

.icon_day:before {
  content: "\e031"; }

.icon_page-remove:before {
  content: "\e032"; }

.icon_page-add:before {
  content: "\e033"; }

.icon_warning:before {
  content: "\e034"; }

.icon_arrow-thick-right:before {
  content: "\e035"; }

.icon_pin:before {
  content: "\e036"; }

/**
 * All css below this line is not generated, make sure not to wipe out this section
 * when copying over new icon classes
 */
.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  line-height: 1.1;
  vertical-align: bottom; }

.icon_arrowCircle {
  position: relative; }

.icon_arrowCircle:before {
  position: absolute;
  top: 1em;
  left: 0.75em;
  font-size: 0.35em;
  color: #ffffff; }

.icon_arrowCircle_down {
  position: relative; }

.icon_arrowCircle_down:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_up {
  position: relative; }

.icon_arrowCircle_up:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_collapsible {
  padding-right: 4px;
  color: #cccccc;
  font-size: 1.1em; }

.noTouch .icon_arrowCircle_collapsible:hover {
  color: #999999;
  cursor: pointer; }

.icon_closeCircle {
  position: relative; }

.icon_closeCircle:before {
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 6px;
  color: #ffffff; }

.icon_inBtn {
  position: relative;
  top: .1em;
  left: -.25em; }

.iconGroup {
  position: relative; }

.iconGroup_mailAdd {
  font-size: 1.2em; }

.iconGroup_mailAdd .icon_mail {
  color: #cccccc;
  padding: 0 0.8em 0 0; }

.iconGroup_mailAdd .icon_circle-full {
  color: #ffffff;
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em; }

.iconGroup_mailAdd .icon_circle-full-plus {
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em;
  color: #999999; }

.icon_textHidden {
  text-indent: -9999px; }

.icon_middle {
  vertical-align: middle; }

.mix-icon_veryLarge {
  font-size: 1.6em; }

.mix-icon_small {
  font-size: 0.8em; }

.mix-icon_verySmall {
  font-size: 0.4em; }

.mix-icon_light {
  color: #999999; }

.mix-icon_lighter {
  color: #cccccc; }

.jumpTo {
  position: relative;
  margin-bottom: 20px; }

.jumpTo_locations {
  margin-bottom: 10px; }

.jumpTo-link {
  position: relative;
  display: block;
  padding: 8px 10px;
  background: #0093D0;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase; }

.noTouch .jumpTo-link:hover {
  color: #ffffff; }

.jumpTo-link:after {
  position: absolute;
  top: 7px;
  right: 10px;
  font-family: "dtn_icons";
  font-size: 16px; }

.jumpTo-link_locations {
  display: inline-block;
  text-transform: none;
  font-size: 13px;
  background: none;
  color: #f6a01a;
  padding: 4px 25px 0 0; }

.noTouch .jumpTo-link_locations:hover {
  color: #0093D0; }

.jumpTo-link_locations:after {
  position: absolute;
  top: 9px;
  right: 12px;
  font-family: "dtn_icons";
  font-size: 6px; }

.jumpTo-link_locations.isActive {
  background: #0093D0;
  color: #ffffff;
  padding-left: 10px; }

.jumpTo-panel {
  display: none;
  right: 0;
  padding: 10px;
  background: #f8f6f6; }

.jumpTo-panel_locations {
  width: 220px;
  left: 0; }

.jumpTo-panel_locations {
  width: inherit;
  left: 0; }

.jumpTo-panel-inner {
  border: 1px solid #999999; }

.jumpTo-list {
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #ffffff;
  font-size: 12px; }

.jumpTo-panel-hdg {
  padding: 8px 0; }

.jumpTo-panel-hdg:first-child {
  padding: 0 0 10px 0; }

.jumpTo-list-item:first-child .jumpTo-list-item-link {
  border-top: none; }

.jumpTo-list-item-link {
  padding: 8px;
  border-top: 1px solid #cccccc;
  display: block;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  color: #000000; }

.jumpTo-list-item-link_system {
  background: #f8f6f6; }

.jumpTo-list-item-link_currentLocation {
  color: #0093D0; }

.jumpTo-list-item-link.isCurrentLocation:after {
  float: right;
  font-family: "dtn_icons";
  font-size: 10px;
  color: #666666; }

.jumpTo-list-item-link_currentLocation:after {
  position: relative;
  top: 2px;
  right: -4px;
  font-family: "dtn_icons";
  font-size: 14px;
  line-height: 1;
  color: #ebeaea; }

/**
 * TODO: Look into breaking this object up
 */
.jumpTo-list-item-link-sub {
  display: inline-block;
  color: #0093D0;
  font-weight: normal;
  padding-left: 4px; }

.logo {
  float: left;
  margin: 2px 5px; }

.logo_header > * {
  display: block;
  width: 137px;
  height: 76px;
  margin-right: 5px;
  background: transparent url(../images/ag-essential-pf-logo.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }

.logo_header_secondary > * {
  display: block;
  padding-bottom: 6px;
  width: 137px;
  height: 67px;
  margin-right: 15px;
  background: transparent url(../../../editions/dtn/images/ag-essential-pf-logo.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }

.logo_header_report > * {
  display: block;
  padding-bottom: 6px;
  width: 147px;
  height: 67px;
  margin-right: 10px;
  background: transparent url(../images/ag-essential-logo-report.png) 0 0 no-repeat;
  text-indent: -9999px; }

.login {
  float: none;
  margin: 0 auto;
  padding-top: 6px; }

.logo_footer {
  padding: 0 11px 0 8px; }

.logo_footer > * {
  display: block;
  width: 150px;
  height: 50px;
  background: transparent url(../../../images/footer.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%; }

.chartSpinner {
  background: transparent url(../../../images/tbl-loader.gif) 0 0 no-repeat;
  width: 220px;
  height: 19px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto; }

/*doc
---
title: Media
name: media
category: objects
---

The media object is used to style a block of text associated with an image, but keeping the text all left aligned to the same edge, rather than wrapping around the image.

```html_example
    <div class="media">
        <div class="media-img">
            <img src="http://www.fillmurray.com/200/100" alt="Bill murray!">
        </div>
        <div class="media-bd">
            <p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Nullam id dolor id nibh ultricies vehicula ut id elit. Cras mattis consectetur purus sit amet fermentum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
            <p>Maecenas faucibus mollis interdum. Sed posuere consectetur est at lobortis. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
            <p>Cras mattis consectetur purus sit amet fermentum. Curabitur blandit tempus porttitor. Etiam porta sem malesuada magna mollis euismod. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
        </div>
    </div>
```

*/
.media {
  overflow: hidden; }

.media_inverse .media-img {
  float: right;
  margin: 0 0 0 10px; }

.media-img {
  float: left;
  margin: 0 10px 0 0; }

.media-img > img {
  display: block;
  max-width: 100%;
  max-height: auto; }

.media-img_small {
  margin: 0 4px 0 0; }

.media-img_full {
  margin: 0 0 10px 0; }

.media-img_thumbSmall {
  width: 82px; }

.media-img_thumbMedium {
  width: 120px; }

.media-hd {
  margin-top: 5px; }

.media-bd {
  overflow: hidden; }

.media-meta {
  font-style: italic;
  font-size: 12px; }

.media-ft {
  display: block;
  margin-top: 8px;
  text-align: right; }

/**
 * 1. Setting the width as a variable allows us to do the left: 50%/ negative margin trick
 *    to center the modal easily.
 */
.modal {
  margin-bottom: 30px;
  /* 1 */
  background: #ffffff;
  position: fixed;
  z-index: 3;
  top: 20%;
  left: -100%;
  margin-left: -383.5px;
  /* 1 */
  width: 767px;
  /* 1 */
  opacity: 1;
  border: 1px solid #cccccc;
  -webkit-transition: opacity 0.25s linear 0;
  -moz-transition: opacity 0.25s linear 0;
  -o-transition: opacity 0.25s linear 0;
  transition: opacity 0.25s linear 0;
  display: none; }

.modal_isActive .modal {
  left: 50%;
  opacity: 1; }

.backdrop {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear 0;
  -moz-transition: opacity 0.25s linear 0;
  -o-transition: opacity 0.25s linear 0;
  transition: opacity 0.25s linear 0; }

.modal_isActive .backdrop {
  opacity: 0.5;
  top: 0; }

@media print {
  body * {
    visibility: hidden; }
  body .modal, body .modal * {
    visibility: visible; }
  body .modal {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    overflow: visible; }
  body .modal-bd_isScrollable {
    overflow: visible; }

  body:not(.modal_isActive) * {
    visibility: visible; }
  body:not(.modal_isActive) .modal, body:not(.modal_isActive) .modal * {
    visibility: hidden; } }
.modal-hd {
  padding: 10px 20px;
  background-color: #f8f6f6;
  border-bottom: 2px solid #cccccc; }

.modal-hd-text {
  max-width: 430px; }

.modal-message {
  padding: 10px 20px;
  background: #f8f6f6;
  -moz-box-shadow: 0 0 4px #cccccc;
  box-shadow: 0 0 4px #cccccc;
  display: none;
  border: 1px solid #00B259; }

.modal-error {
  padding: 10px 20px;
  background: #fbd2d3;
  -moz-box-shadow: 0 0 4px #cccccc;
  box-shadow: 0 0 4px #cccccc;
  display: none; }
  .modal-error p > span.mix-errorHighlight {
    padding-right: 5px; }

.modal-hd-text {
  max-width: 430px; }

.modal-flag {
  padding: 5px 20px;
  margin: 10px 0;
  display: inline-block;
  background: #f8f6f6; }

.modal-flag-bd {
  font-size: 1.3em;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.modal-bd {
  padding: 20px; }

.modal-bd_isScrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.modal-hd-list > * {
  display: inline-block; }

.modal-hd-list > * + * {
  margin-left: 15px; }

.modal-hd-list-link {
  color: #0093D0; }

.modal-hd-list-removeField {
  padding-right: 15px;
  border-right: 1px solid #cccccc;
  font-size: 12px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.modal-hd-list-removeField-icon {
  font-size: 15px;
  color: #999999;
  margin-right: 5px; }

.icon_closeCircle.modal-hd-list-removeField-icon-circle:before {
  top: 6px;
  left: 4px;
  font-size: 7px; }

.js-modal-hd h1 {
  max-width: 600px; }

/*doc
---
title: More Content
name: moreContent
category: objects
---

The moreContent object is used to provide a visual cue to the user that a link leads to an expanded/additonal/related article/content.

```html_example
    <div class="moreContent">
        <a class="moreContent-link" href="#">More like this</a>
        <a class="moreContent-link moreContent-link_arrow" href="#">Read more</a>
    </div>
```

*/
.moreContent {
  text-align: right; }

.moreContent-link + .moreContent-link:before {
  margin-right: 4px;
  content: '\007C'; }

.moreContent-link_arrow:after {
  padding-left: 4px;
  content: '\2192'; }

.welcome-message, .welcome-message span:hover {
  color: white;
  font-size: 17px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.welcome-message i {
  margin-left: 5px;
  color: #f5911b;
  vertical-align: middle;
  font-size: 8px; }

.myFarm {
  overflow: hidden;
  padding: 5px 0 3px;
  background-color: #333333; }

.myFarm-breadcrumbs {
  float: left; }

.myFarm-breadcrumbs-list {
  overflow: hidden;
  margin: 8px 0; }

.myFarm-breadcrumbs-list > * {
  float: left; }

.myFarm-breadcrumbs-list > * + * {
  margin-left: 20px;
  padding-left: 17px;
  height: 20px;
  border-left: 1px solid #666666; }

.myFarm-breadcrumbs-list-currentFarm {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  font-family: "LatoBlack", Arial, Helvetica, sans-serif; }

.myFarm-breadcrumbs-list-currentFarm-back {
  margin-right: 7px;
  font-size: 16px; }

.myFarm-breadcrumbs-list-currentField {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.myFarm-breadcrumbs-list-currentField-changeField {
  margin-left: 5px;
  color: #f5911b;
  vertical-align: middle;
  font-size: 8px; }

.myFarm-info {
  float: right; }

.myFarm-info-value {
  float: left; }

.myFarm-info-addField {
  float: left;
  margin: 5px 25px 0 0; }

.myFarm-info-addField-text {
  color: #ffffff; }

.myFarm-info-value-text {
  color: #ffffff;
  font-size: 17px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.myFarm-info-value-amount {
  color: #0093D0;
  font-size: 24px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.myFarm-info-addField-icon {
  position: relative;
  margin-right: 10px;
  color: #cccccc;
  font-size: 20px; }

.myFarm-info-addField-icon-fullCircle {
  position: relative; }

.myFarm-info-addField-icon-plus {
  position: absolute;
  top: 7px;
  left: 2px;
  color: white;
  font-size: 16px; }

.myFarm-agBizLocation {
  font-size: 11px;
  display: block;
  padding-top: 3px; }

.myFarm-products-header {
  background: #ffffff;
  text-align: center;
  color: #0093D0;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.myFarm-small-text {
  font-size: 11px; }

.note-hd {
  margin-bottom: 5px; }

.note-hd-text {
  color: #333333;
  font-size: 17px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.note-label-text {
  color: #333333;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.note-item {
  padding: 10px 10px 20px;
  border: 1px solid #cccccc; }

.note-item + .note-item {
  margin-top: 20px; }

.note-item-textarea {
  box-sizing: border-box;
  width: 100%;
  border: none;
  resize: none; }

/*doc
---
title: Note List
name: noteList
category: objects
---

The noteList object is used to display a list of user-entered notes and formatted meta data (username, date, time).

```html_example
    <ol class="noteList">
        <li>
            <span class="mix-textBold">11/12/12 13:15 - Username:</span>
            North 1/2 Flooded Check back on tuesday, text breaking to next line.
        </li>
        <li>
            <span class="mix-textBold">10/12/12 12:15 - Name of User:</span>
            North 1/2 Flooded Check back on tuesday, text breaking to next line.
        </li>
        <li>
            <span class="mix-textBold">09/12/12 11:15 - Someone Else:</span>
            North 1/2 Flooded Check back on tuesday, text breaking to next line.
        </li>   
    </ol>
```

*/
.noteList > * {
  padding: 5px;
  border: 1px solid #cccccc;
  background: #ffffff; }

.noteList_highlighted > * {
  background: #faf9f1; }

.noteList_extraPadded > * {
  padding: 15px 10px; }

.noteList > * + * {
  margin-top: 5px; }

.noteList_spaced > * + * {
  margin-top: 10px; }

.pageTitle {
  position: relative; }

.pageTitle-title {
  padding-bottom: 6px; }

.pageTitle-location {
  font-size: 17px;
  line-height: 1;
  font-family: "LatoRegular", Arial, Helvetica, sans-serif; }

.pageTitle-locationSelect {
  margin: 2px 0 10px 0; }

/*doc
---
title: Pagination
name: pagination
category: objects
---

The pagination object is used to give the user the ability to jump between pages in an article or piece of content.

```html_example
    <div class="pagination">
        <ol class="pagination-list">
            <li class="pagination-list-item"><a href="" class="pagination-link">Previous</a></li>
            <li class="pagination-list-item"><a href="" class="pagination-link isActive">1</a></li>
            <li class="pagination-list-item"><a href="" class="pagination-link">2</a></li>
            <li class="pagination-list-item"><a href="" class="pagination-link">3</a></li>
            <li class="pagination-list-item"><a href="" class="pagination-link">Next</a></li>
        </ol>
    </div>
```

*/
/**
 *  1. Sets font size to zero to prevent font spacing on children with inline block
 */
.pagination {
  background: #f8f6f6;
  text-align: center;
  padding: 6px;
  font-size: 0;
  /* 1 */ }

.pagination-list {
  overflow: hidden;
  display: inline-block;
  font-size: 14px; }

.pagination-list-item {
  float: left; }

.pagination-link {
  padding: 4px 8px;
  display: inline-block; }

.pagination-link.isActive {
  background: #0093D0;
  color: #ffffff; }

/*doc
---
title: Pipe List
name: pipeList
category: objects
---

An object that is used for a horizontal list with pseudo straight braces between each item

```html_example
    <ul class="pipeList">
        <li class="pipeList-item">2/21/2013</li>
        <li class="pipeList-item">9:47 AM</li>
    </ul>
```

```html_example
    <ul class="pipeList pipeList_wide">
        <li class="pipeList-item pipeList-item_strong">Username</li>
        <li class="pipeList-item">Example City</li>
    </ul>
```

*/
.pipeList {
  overflow: hidden; }

.pipeList > li {
  float: left; }

.pipeList > li + li:before {
  content: "\007C";
  margin: 0 4px; }

.pipeList_wide > li + li:before {
  margin: 0 8px; }

.pipeList-item_strong {
  font-weight: bold; }

.icon, .ui-datepicker-prev, .ui-datepicker-next {
  font-family: "dtn_icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }

/**
 * Icon CSS below is generated and as a result will not follow the standard formatting
 * rules found throughout the rest of the scss.
 */
.icon_arrow-left:before {
  content: "\e001"; }

.icon_arrow-long-right:before {
  content: "\e002"; }

.icon_arrow-right:before, .icon_arrowCircle:before {
  content: "\e003"; }

.icon_arrow-up:before, .icon_arrowCircle_up:before {
  content: "\e004"; }

.icon_audio:before {
  content: "\e005"; }

.icon_calendar:before {
  content: "\e006"; }

.icon_caret-down:before {
  content: "\e007"; }

.icon_caret-left:before, .ui-datepicker-prev:before {
  content: "\e008"; }

.icon_caret-right:before, .ui-datepicker-next:before {
  content: "\e009"; }

.icon_caret-up:before {
  content: "\e00a"; }

.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  content: "\e00b"; }

.icon_circle-full-arrow-down:before {
  content: "\e00c"; }

.icon_circle-full-arrow-left:before {
  content: "\e00d"; }

.icon_circle-full-arrow-right:before {
  content: "\e00e"; }

.icon_circle-full-arrow-up:before {
  content: "\e00f"; }

.icon_circle-full-caret-down:before {
  content: "\e010"; }

.icon_circle-full-caret-left:before {
  content: "\e011"; }

.icon_circle-full-caret-right:before {
  content: "\e012"; }

.icon_circle-full-caret-up:before {
  content: "\e013"; }

.icon_circle-full-check:before {
  content: "\e014"; }

.icon_circle-full-plus:before {
  content: "\e015"; }

.icon_circle-plus:before {
  content: "\e016"; }

.icon_close:before, .icon_closeCircle:before {
  content: "\e017"; }

.icon_comment:before {
  content: "\e018"; }

.icon_flag:before {
  content: "\e019"; }

.icon_home:before {
  content: "\e01a"; }

.icon_list:before, .jumpTo-link:after {
  content: "\e01b"; }

.icon_mail:before {
  content: "\e01c"; }

.icon_print:before {
  content: "\e01e"; }

.icon_search:before {
  content: "\e01f"; }

.icon_star:before {
  content: "\e022"; }

.icon_thumbsup:before {
  content: "\e023"; }

.icon_video:before {
  content: "\e024"; }

.icon_weather-pcrain:before {
  content: "\e025"; }

.icon_weather-rain:before {
  content: "\e026"; }

.icon_weather-windgust:before {
  content: "\e027"; }

.icon_plus:before {
  content: "\e01d"; }

.icon_arrow-down:before, .icon_arrowCircle_down:before, .jumpTo-link_locations:after {
  content: "\e000"; }

.icon_circle-caret-up:before, .jumpTo-list-item-link_currentLocation:after {
  content: "\e021"; }

.icon_check:before, .jumpTo-list-item-link.isCurrentLocation:after {
  content: "\e028"; }

.icon_minimize:before {
  content: "\e029"; }

.icon_slideout:before {
  content: "\e020"; }

.icon_settings:before {
  content: "\e02a"; }

.icon_refresh:before {
  content: "\e02b"; }

.icon_clock:before {
  content: "\e02c"; }

.icon_sun:before {
  content: "\e02d"; }

.icon_bell:before {
  content: "\e02e"; }

.icon_pencil:before {
  content: "\e02f"; }

.icon_arrow-thick-left:before {
  content: "\e030"; }

.icon_day:before {
  content: "\e031"; }

.icon_page-remove:before {
  content: "\e032"; }

.icon_page-add:before {
  content: "\e033"; }

.icon_warning:before {
  content: "\e034"; }

.icon_arrow-thick-right:before {
  content: "\e035"; }

.icon_pin:before {
  content: "\e036"; }

/**
 * All css below this line is not generated, make sure not to wipe out this section
 * when copying over new icon classes
 */
.icon_circle-full:before, .utilityNavigation-link-alert:after, .icon_arrowCircle:after, .icon_arrowCircle_down:after, .icon_arrowCircle_up:after, .icon_closeCircle:after {
  line-height: 1.1;
  vertical-align: bottom; }

.icon_arrowCircle {
  position: relative; }

.icon_arrowCircle:before {
  position: absolute;
  top: 1em;
  left: 0.75em;
  font-size: 0.35em;
  color: #ffffff; }

.icon_arrowCircle_down {
  position: relative; }

.icon_arrowCircle_down:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_up {
  position: relative; }

.icon_arrowCircle_up:before {
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 7px;
  color: #ffffff; }

.icon_arrowCircle_collapsible {
  padding-right: 4px;
  color: #cccccc;
  font-size: 1.1em; }

.noTouch .icon_arrowCircle_collapsible:hover {
  color: #999999;
  cursor: pointer; }

.icon_closeCircle {
  position: relative; }

.icon_closeCircle:before {
  position: absolute;
  top: 6px;
  left: 4px;
  font-size: 6px;
  color: #ffffff; }

.icon_inBtn {
  position: relative;
  top: .1em;
  left: -.25em; }

.iconGroup {
  position: relative; }

.iconGroup_mailAdd {
  font-size: 1.2em; }

.iconGroup_mailAdd .icon_mail {
  color: #cccccc;
  padding: 0 0.8em 0 0; }

.iconGroup_mailAdd .icon_circle-full {
  color: #ffffff;
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em; }

.iconGroup_mailAdd .icon_circle-full-plus {
  position: absolute;
  top: -0.65em;
  left: 1.2em;
  font-size: 0.9em;
  color: #999999; }

.icon_textHidden {
  text-indent: -9999px; }

.icon_middle {
  vertical-align: middle; }

.mix-icon_veryLarge {
  font-size: 1.6em; }

.mix-icon_small {
  font-size: 0.8em; }

.mix-icon_verySmall {
  font-size: 0.4em; }

.mix-icon_light {
  color: #999999; }

.mix-icon_lighter {
  color: #cccccc; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

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

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/* 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; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #ebeaea 50% 50% repeat-x;
  font-weight: normal;
  color: #666666; }

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff 50% 50% repeat-x;
  font-weight: normal;
  color: #0093D0; }

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

.ui-button {
  display: inline-block;
  position: relative;
  padding: 5px;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }
.ui-button-text-only.toggle .ui-button-text {
  padding: .1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-button-text-larger {
  font-size: 14px; }

.searchBox {
  margin-bottom: 6px; }

.searchBox-input {
  width: 220px; }

.searchBox-submit {
  height: 22px;
  border: none;
  background: #fb662d;
  background: -moz-linear-gradient(top, #fb662d 0%, #ea551c 150%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb662d), color-stop(150%, #ea551c));
  background: -webkit-linear-gradient(top, #fb662d 0%, #ea551c 150%);
  background: -o-linear-gradient(top, #fb662d 0%, #ea551c 150%);
  background: -ms-linear-gradient(top, #fb662d 0%, #ea551c 150%);
  background: linear-gradient(to bottom, #fb662d 0%, #ea551c 150%);
  text-transform: uppercase;
  font-family: 'LatoBold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff; }

.setting {
  text-align: center; }

.setting-detached {
  margin-top: 14px;
  border: 1px solid #cccccc; }

.setting-link {
  display: block;
  padding: 10px 0; }

.setting-action-bar {
  margin-bottom: 30px; }

.setting-container .setting-content {
  padding: 10px; }
.setting-container .setting-content_insurance {
  padding: 30px 10px 10px 10px; }
  .setting-container .setting-content_insurance input.noinput {
    border: 1px solid #ffffff; }
    .setting-container .setting-content_insurance input.noinput:disabled {
      color: #333333;
      background-color: #ffffff;
      -webkit-appearance: none;
      -webkit-opacity: 1;
      -webkit-text-fill-color: #333333; }

.setting-disabled {
  color: #cccccc !important; }

.sortBy {
  margin-bottom: 10px; }

.sortBy-bd {
  padding: 8px 0;
  color: #999999;
  border-bottom: 1px solid #cccccc; }

.sortBy-link {
  color: #999999; }

.sortBy-link:hover {
  text-decoration: underline;
  color: #999999; }

.sortBy-link.isActive {
  text-decoration: underline;
  color: #000000; }

/*doc
---
title: Split
name: split
category: objects
---

An object that is split content into equal chunks horizontally, regardless of
the number of siblings, as well as vertically centering its content.

```html_example
    <div class="split">
        <div class="split-chunk">Content</div>
        <div class="split-chunk">Content</div>
    </div>
```

```html_example
    <div class="split split_equalWidths">
        <div class="split-chunk">Content</div>
        <div class="split-chunk">Content</div>
        <span class="split-chunk split-chunk_right">Content</span>
        <div class="split-chunk">Content</div>
        <span class="split-chunk">Content</span>
        <div class="split-chunk">Content</div>
        <div class="split-chunk split-chunk_right">Content</div>
    </div>
```

*/
.split {
  display: table;
  width: 100%; }

.split_equalWidths {
  table-layout: fixed;
  text-align: center; }

.split-chunk {
  display: table-cell;
  vertical-align: middle; }
  .split-chunk select {
    background-color: #ffffff; }

.split-chunk.sub-item {
  padding-left: 50px; }

.split-chunk_action {
  width: 20px;
  padding: 5px;
  border-left: 1px solid #cccccc;
  text-align: center;
  background-color: #ffffff; }

.split-action_remove {
  font-size: 1.15em;
  color: #ed1c24; }
  .noTouch .split-action_remove:hover {
    color: #f5911b; }

.split-chunk_full {
  width: 100%; }

.split-chunk_right {
  text-align: right; }

.split-chunk_float-right {
  float: right; }

.split-chunk_left {
  text-align: left; }

.split-chunk_below {
  position: absolute;
  bottom: -19px;
  left: 0; }

@media (max-width: 767px) {
  .split_stackThenSplit .split-chunk {
    display: block; } }
.submit {
  overflow: hidden;
  background-color: auto; }

.submit > * {
  float: right; }

.submit_left > * {
  float: left; }

/*doc
---
title: Index Table
name: indexTable
category: objects
---

This object provides the single-line summary table.

```html_example
      <div class="box mix-box_shadow">
          <div class="box-bd box-bd_bordered">
              <div class="summaryTable">
                  <table class="summaryTable-table">
                      <thead>
                          <th>Total Acres:</th>
                          <th>Tillable Acres:</th>
                          <th>Est. Yield:</th>
                          <th>Est. Production:</th>
                          <th>County:</th>
                          <th>Section:</th>
                          <th>Township:</th>
                          <th>Range:</th>
                      </thead>
                      <tbody>
                          <tr>
                              <td>502</td>
                              <td>502</td>
                              <td>180 Bu/A</td>
                              <td>14.1410</td>
                              <td>Hennipen</td>
                              <td>East &frac12 of the Southwest &frac34 of Section 14</td>
                              <td>73 North</td>
                              <td>05 West</td>
                          </tr>
                      </tbody>
                  </table>
              </div>
          </div>
      </div>
```

*/
.summaryTable {
  padding: 14px 14px 9px; }

.summaryTable_tight {
  padding: 0; }

.summaryTable_inlineHeaders thead {
  display: none; }

.summaryTable_inlineHeaders td {
  padding: 8px 13px; }

.summaryTable_alternatingRows table {
  width: 100%; }

.summaryTable_alternatingRows tr:nth-child(even) {
  background: #faf9f1; }

.summaryTable_alternatingRows tr + tr {
  border-top: 1px solid #cccccc; }

.summaryTable-table th {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.summaryTable-table th,
.summaryTable-table td {
  max-width: 150px;
  text-align: left; }
  .summaryTable-table th.right,
  .summaryTable-table td.right {
    text-align: right; }

.summaryTable-title {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.summaryTable-table_saf-fix th, .summaryTable-table_saf-fix td {
  min-width: 200px;
  text-align: center;
  max-width: 250px; }

.summaryTable-table_stor th, .summaryTable-table_stor td {
  min-width: 100px;
  text-align: left;
  max-width: none;
  padding: 3px 0 3px 5px; }

.summaryTable-table th + th,
.summaryTable-table td + td {
  padding-left: 20px; }

.summaryTable-table_margin th + th,
.summaryTable-table_margin td + td {
  padding-left: 18px; }

.summaryTable-table_margin th,
.summaryTable-table_margin th + th {
  font-size: 12px; }

/*doc
---
title: Tabs
name: tabs
category: objects
---

An object that is used to markup tab layouts.

```html_example

```

*/
.tabs-nav {
  display: table;
  width: 100%;
  text-transform: uppercase;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.tabs-nav-item {
  background-color: #f8f6f6;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -webkit-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -ms-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: -o-linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  background-image: linear-gradient(top, #f8f6f6 0%, #ebeaea 94%);
  position: relative;
  z-index: 1;
  display: block;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

.tabs-nav-item-link {
  display: block;
  padding: 9px 10px 6px 10px;
  vertical-align: middle;
  color: #666666; }

.tabs-nav-item-link_large {
  padding: 24px 22px 21px; }

.isActive.tabs-nav-item-link {
  border-color: #0093D0;
  background: #0093D0;
  color: #ffffff; }

.tabs-nav-item-link.isActive:after {
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  margin-left: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 8px solid transparent;
  content: " "; }

.tabs-nav_dark .tabs-nav-item-link.isActive:after {
  border-bottom-color: #666666;
  margin-bottom: -8px; }

.tabs-nav_horizontal .tabs-nav-item-link.isActive:after {
  bottom: -23px;
  border-bottom-color: #666666; }

.tabs-panels {
  clear: both;
  border: 1px solid #cccccc; }

.tabs-panels_horizontal {
  border: 0; }

.tabs-panels-item {
  display: none; }

.tabs-panels-item.isActive {
  display: block; }

/*doc
---
title: Total
name: total
category: objects
---

An object that is used to visually display various totals.

```html_example
    <div class="box">
        <span class="total">
            <span class="total-label">
                Current Cash Price: 
            </span>
            <span class="total-price">
                $3XX0.12
            </span> 
        </span>
    </div>
    
    <div class="box">
        <span class="total total_stacked">
            <span class="total-label">
                Current Cash Price: 
            </span>
            <span class="total-price">
                $3XX0.12
            </span> 
        </span>
    </div>
```

*/
.total {
  font-size: .9em; }

.total-label {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.total_priceStrong .total-label {
  font-family: "LatoRegular", Arial, Helvetica, sans-serif; }

.total_priceStrong .total-price {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.total_stacked > * {
  display: block;
  font-size: 11px; }

.total-price > input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 95%; }

.units-list {
  overflow: hidden;
  margin-bottom: 20px; }

.units-list > * {
  float: left; }

.units-list > * + * {
  margin-left: 20px; }

.units-list-text-amount {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.units-table {
  width: 100%;
  margin-bottom: 10px; }

.units-table caption {
  text-align: left; }

.units-table_wordWrap th {
  vertical-align: bottom; }

.units-table th {
  padding: 0 5px 5px 5px;
  text-align: left;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.units-table thead {
  margin-bottom: 10px; }
  .units-table thead th.oneline {
    white-space: nowrap; }

.units-table tbody tr {
  border: 1px solid #cccccc;
  background-color: #f8f6f6; }

.units-table_wordWrap td {
  vertical-align: middle; }

.units-table-inner {
  padding: 0 10px; }

.units-table-inner_paf {
  padding: 0 5px; }

.units-table-inner_action {
  border-left: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 12px 3px 13px 3px; }

.units-table-item-list-input {
  width: 66px; }

.units-table-item-list-label {
  margin-left: 5px; }

.units-table-remove {
  display: block;
  color: #ed1c24;
  font-size: 15px;
  text-align: center; }

.units-table-remove .icon_closeCircle:before {
  top: 7px;
  left: 4px;
  font-size: 7px; }

.units-table-inner-datepicker {
  padding: 7px 5px; }

.units-table-inner_action {
  padding: 12px 3px 13px 7px; }

div.js-datePicker {
  white-space: nowrap; }

.units-link {
  display: inline-block; }

.units-link-icon {
  margin-right: 5px; }

.viewCustom {
  display: inline-block; }

.viewCustom-arrow {
  margin-right: 5px;
  color: #cccccc;
  font-size: 14px; }
  .viewCustom-arrow:hover {
    cursor: pointer; }

.units-table-wrap-newLine {
  display: block; }

.units-table-percentTillable {
  text-align: center; }

.units-table-percentTillable > *:first-child {
  display: block; }

.units-table-addNote {
  font-size: 24px;
  color: #cccccc; }

.units-table-addNote[disabled] {
  color: #dddddd; }

.units-table-fieldNote {
  padding: 8px 14px 15px;
  display: none; }

.units-table-fieldNote-textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 12px;
  width: 100%;
  border: 1px solid #cccccc; }

.harvest-table {
  margin-top: 10px; }
  .harvest-table tr.harvest-move-item td .action-col {
    padding: 12px 7px; }
  .harvest-table div.units-table-inner {
    padding: 0 5px; }
  .harvest-table div.js-datePicker {
    white-space: nowrap; }

/* Position Tracker Add/Edit/Deliver model */
.deliverDetailsTable tbody tr, .deliverDetailsTable thead tr {
  border: 0; }
.deliverDetailsTable th {
  padding: 0 5px 5px 0; }

tr.deliverDetails {
  display: none;
  border-top: 0; }

tr.deliverDetailsDelivery td {
  padding: 5px; }
  tr.deliverDetailsDelivery td span.availableQty {
    display: inline;
    border: 0px;
    cursor: help; }

th.pt-group-header {
  vertical-align: bottom;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0px; }

td.availableQty {
  text-align: right;
  padding-right: 4px; }

.cluTable .units-row {
  border: 0;
  background-color: #ffffff; }
.cluTable .units-table-inner_action {
  border: 0; }
.cluTable .units-table-inner {
  padding: 0 2px; }
.cluTable th {
  padding: 0 2px 5px 2px; }

/*doc
---
title: Vertical List
name: vList
category: objects
---

List that displays it's contents stacked vertically. Like the standard list, sans bullets, numbering, etc.

```html_example
    <ul class="vList">
        <li>vList item</li>
        <li>vList item</li>
        <li>vList item</li>
        <li>vList item</li>
        <li>vList item</li>
        <li>vList item</li>
    </ul>
```

*/
.vList input.noinput {
  border: 1px solid #ffffff; }
  .vList input.noinput:disabled {
    color: #333333;
    background-color: #ffffff; }

.vList > * {
  display: block; }

.vList > * {
  padding: 7px 14px; }

.vList_separated > * + * {
  border-top: 1px solid #cccccc; }

.vList_spread > * {
  margin-bottom: 10px; }

.vList_spacedSm > * {
  margin-bottom: 5px; }

.vList_insurance > li:last-child {
  border-bottom: 1px solid #cccccc; }

.wrapper {
  margin: 0 auto;
  width: 1000px;
  padding: 0 12px; }

.map-placeholder img {
  max-width: none; }

.map-big {
  width: 480px;
  height: 244px; }

.map-small {
  width: 346px;
  height: 220px; }

.column-select .list-group-container {
  border: 1px solid #ddd; }
.column-select .list-group {
  margin-bottom: 0px;
  overflow-y: scroll;
  height: 200px; }
.column-select .lr-arrow-bg {
  height: 200px;
  background: transparent url("../../../images/switch.png") no-repeat 50% 50%; }
.column-select .list-group-item {
  border-radius: 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: none;
  border-left: none;
  padding: 5px 10px;
  cursor: pointer; }
  .column-select .list-group-item:first-child {
    border-top: none; }
  .column-select .list-group-item:hover {
    color: #fff;
    background-color: #0093D0; }
    .column-select .list-group-item:hover .mix-hdg_dark {
      color: #fff; }

/*gpm custom style*/
.farmTable td {
  text-align: center; }

.farmTable th {
  height: 40px;
  vertical-align: middle;
  background-color: #999999; }

.farmTable-cent th {
  text-align: center; }

.what-if-table-wrapper {
  width: 730px;
  overflow-x: scroll;
  margin-left: 240px;
  overflow-y: visible; }
  .what-if-table-wrapper .detailTable {
    width: auto; }
    .what-if-table-wrapper .detailTable thead tr {
      border-bottom: none; }
      .what-if-table-wrapper .detailTable thead tr th {
        border-bottom: none; }
  .what-if-table-wrapper tbody tr:first-child td {
    border-top: 1px solid black; }
  .what-if-table-wrapper .inputField {
    padding: 4px; }
  .what-if-table-wrapper th {
    vertical-align: middle; }
  .what-if-table-wrapper th, .what-if-table-wrapper td {
    height: 31px; }
  .what-if-table-wrapper th:first-child {
    padding-left: 10px; }
  .what-if-table-wrapper th + th {
    padding-left: inherit;
    cursor: pointer; }
  .what-if-table-wrapper td {
    vertical-align: middle; }
  .what-if-table-wrapper td + td {
    padding-left: 5px;
    padding-right: 5px; }
  .what-if-table-wrapper .scenario-col {
    width: 100px;
    text-align: center;
    padding: 0px 10px; }
  .what-if-table-wrapper .add-scenario-col {
    padding-left: 15px;
    padding-right: 15px; }
    .what-if-table-wrapper .add-scenario-col div {
      width: 40px; }
  .what-if-table-wrapper .headcol {
    position: absolute;
    width: 225px;
    max-width: 225px;
    line-height: 31px;
    left: 15px;
    top: auto;
    border-bottom: 1px solid #999999; }
  .what-if-table-wrapper th.headcol {
    border-bottom: 1px solid #0093D0; }
  .what-if-table-wrapper .selected-col {
    background-color: #d0f1ff; }
  .what-if-table-wrapper .scenario-small-text {
    font-size: 11px;
    color: #333333;
    text-transform: none;
    font-family: "LatoRegular", Arial, Helvetica, sans-serif;
    vertical-align: bottom; }
  .what-if-table-wrapper .leftUomLabel {
    display: inherit; }
  .what-if-table-wrapper .individualUomLabel {
    display: none; }
  .what-if-table-wrapper.inconsistentUom .scenario-col {
    width: 150px;
    text-align: left; }
    .what-if-table-wrapper.inconsistentUom .scenario-col.right {
      text-align: right; }
  .what-if-table-wrapper.inconsistentUom th.scenario-col {
    text-align: center; }
  .what-if-table-wrapper.inconsistentUom .leftUomLabel {
    display: none; }
  .what-if-table-wrapper.inconsistentUom .individualUomLabel {
    display: inline-block; }
  .what-if-table-wrapper.inconsistentUom .inputWrapper {
    display: inline-block; }

.what-if-table-print-wrapper {
  width: 100%;
  overflow-y: visible; }
  .what-if-table-print-wrapper .detailTable {
    width: auto; }
    .what-if-table-print-wrapper .detailTable thead tr {
      border-bottom: none; }
      .what-if-table-print-wrapper .detailTable thead tr th {
        border-bottom: none; }
  .what-if-table-print-wrapper tbody tr:first-child td {
    border-top: 1px solid black; }
  .what-if-table-print-wrapper .inputField {
    padding: 4px; }
  .what-if-table-print-wrapper th {
    vertical-align: middle; }
  .what-if-table-print-wrapper th, .what-if-table-print-wrapper td {
    height: 31px; }
  .what-if-table-print-wrapper th:first-child {
    padding-left: 10px; }
  .what-if-table-print-wrapper th + th {
    padding-left: inherit;
    cursor: pointer; }
  .what-if-table-print-wrapper td {
    vertical-align: middle; }
  .what-if-table-print-wrapper td + td {
    padding-left: 5px;
    padding-right: 5px; }
  .what-if-table-print-wrapper .scenario-col {
    width: 100px;
    text-align: center;
    padding: 0px 10px; }
  .what-if-table-print-wrapper .add-scenario-col {
    padding-left: 15px;
    padding-right: 15px; }
    .what-if-table-print-wrapper .add-scenario-col div {
      width: 40px; }
  .what-if-table-print-wrapper .headcol {
    width: 225px;
    max-width: 225px;
    line-height: 31px;
    left: 15px;
    top: auto;
    border-bottom: 1px solid #999999; }
  .what-if-table-print-wrapper th.headcol {
    border-bottom: 1px solid #0093D0; }
  .what-if-table-print-wrapper .selected-col {
    background-color: #d0f1ff; }
  .what-if-table-print-wrapper .scenario-small-text {
    font-size: 11px;
    color: #333333;
    text-transform: none;
    font-family: "LatoRegular", Arial, Helvetica, sans-serif;
    vertical-align: bottom; }
  .what-if-table-print-wrapper .leftUomLabel {
    display: inherit; }
  .what-if-table-print-wrapper .individualUomLabel {
    display: none; }
  .what-if-table-print-wrapper.inconsistentUom .scenario-col {
    width: 150px;
    text-align: left; }
    .what-if-table-print-wrapper.inconsistentUom .scenario-col.right {
      text-align: right; }
  .what-if-table-print-wrapper.inconsistentUom th.scenario-col {
    text-align: center; }
  .what-if-table-print-wrapper.inconsistentUom .leftUomLabel {
    display: none; }
  .what-if-table-print-wrapper.inconsistentUom .individualUomLabel {
    display: inline-block; }
  .what-if-table-print-wrapper.inconsistentUom .inputWrapper {
    display: inline-block; }

.matrixTable {
  width: 0; }
  .matrixTable th.matrixHeadCol {
    padding-left: 15px;
    padding-right: 10px;
    min-width: 45px;
    max-width: 45px;
    text-align: right; }
  .matrixTable td.matrixDataCol {
    padding-left: 15px;
    padding-right: 10px;
    min-width: 45px;
    max-width: 45px;
    text-align: right; }
  .matrixTable th.matrixHeadCol:first-child, .matrixTable td.matrixDataCol:first-child {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 25px;
    max-width: 25px; }
  .matrixTable div.matrixData {
    min-width: 45px;
    max-width: 45px; }

.matrixHeader {
  margin-left: auto;
  margin-right: auto;
  width: 970px;
  padding-top: 10px;
  text-align: center; }

.grid-col_sub_field {
  width: 40%; }

.grid-col_main_field {
  width: 58%; }

.grid-col_marg_btn {
  margin-top: 31px; }

.farmTabs, .blockTabs {
  float: left;
  color: #0093D0;
  background-color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  width: 15%;
  height: 50px;
  text-align: center;
  border: 1px solid #ebeaea;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }
  .farmTabs.costOfProduction-tabs, .blockTabs.costOfProduction-tabs {
    width: 124px; }

.tabActive {
  color: #ffffff;
  background-color: #0093D0;
  border: 1px solid #0093D0;
  border-bottom: 1px solid #f8f6f6; }

.tabActive:before {
  position: absolute;
  bottom: -2px;
  margin-left: -10px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f8f6f6;
  border-left: 10px solid transparent;
  content: " "; }

.ie9 .farmTabs.tabActive:before,
.ie10 .farmTabs.tabActive:before {
  margin-left: 65px; }
.ie9 .costOfProduction-tabs.tabActive:before,
.ie10 .costOfProduction-tabs.tabActive:before {
  margin-left: 52px; }

.farmTabs-detail, .blockTabs-detail {
  margin-top: -34px;
  border: 1px solid #ebeaea;
  margin-bottom: 30px; }

.gray_dg {
  background-color: #f8f6f6;
  border-bottom: 1px solid #cccccc;
  height: 25px; }

.farmTabs-div, .blockTabs-div {
  height: 50px; }

.farmTabs-small, .blockTabs-small {
  width: 25%;
  height: 50px;
  text-align: center; }

.farmTabs-small.tabActive, .blockTabs-small.tabActive {
  border: 0; }

.farmTabs-six-small, .blockTabs-six-small {
  width: 16.66%; }

.farmTabs-six-small.tabActive, .blockTabs-six-small.tabActive {
  border: 0; }

.farmTabs-span, .blockTabs-span {
  margin-top: 15px;
  display: block; }

/* OVERRIDING summaryTable classes for farm page */
.summaryTable_inlineHeaders.farmTable td {
  padding: 8px 4px; }

.summaryTable-table .farmTable th + th {
  padding-left: 0; }

div.grid-col_fieldStorage {
  width: 67%; }

div.grid-col_fieldStorage + div.grid-col_marg_btn {
  margin-top: 0px; }

div.grid-col_fieldStorage + div.grid-col_main_field {
  width: 31%; }

table.fieldStorageTable th + th, table.fieldStorageTable td + td {
  padding-left: 20px; }
table.fieldStorageTable td:first-child {
  text-align: right;
  padding-top: 5px; }

.drop-list {
  position: absolute;
  -webkit-box-shadow: 0 2px 5px 1px #cccccc;
  -moz-box-shadow: 0 2px 5px 1px #cccccc;
  box-shadow: 0 2px 5px 1px #cccccc;
  z-index: 50;
  width: 186px;
  height: auto;
  border: 1px solid #cccccc;
  background: #ffffff;
  white-space: normal;
  margin-top: 10px; }

.drop-list:before {
  position: relative;
  top: 0;
  left: 43%;
  display: block;
  margin-top: -12px;
  margin-bottom: 5px;
  width: 25px;
  height: 12px;
  background: url(../../../images/sprite-icons.png) -89px -93px no-repeat;
  content: ""; }

.drop-list li {
  width: 100%;
  border-top: 1px solid #ebeaea; }

.drop-list li:first-of-type {
  border-top: none; }

.drop-list li a {
  display: block;
  padding: 10px;
  background: #ffffff;
  color: #666666;
  text-align: left;
  text-transform: uppercase;
  font-size: 13px; }

.drop-list li a:hover {
  background: #0093D0;
  text-shadow: 0 1px 1px #666666;
  color: #ffffff; }

.drop-list-add-btn {
  text-align: center; }
  .drop-list-add-btn .btn {
    margin: 10px; }

.drop-sm {
  top: 40px;
  left: 65px;
  margin: 0; }
  .drop-sm li {
    font-size: 14px; }
    .drop-sm li .btn-alert-arrow {
      width: 16px;
      height: 16px;
      padding: 2px 0 0 0; }

.hide {
  display: none; }

.holder {
  width: 35%;
  padding: 4px;
  border-radius: 2px;
  border: 1px solid #999999;
  overflow: visible; }

.holder:last-child {
  margin-left: 45px; }

.swith_r {
  position: absolute;
  top: 50px;
  left: 120px; }

.swith_l {
  position: absolute;
  top: 25px; }

.filter-agbiz-input {
  width: 80%;
  margin-left: 10px; }

.search-zip {
  margin-top: -7px; }

.search-zip-input {
  width: 25%;
  margin-left: 10px; }

.search-radius {
  padding-left: 3px; }

.grid-col-zip {
  width: 28%; }

.grid-col-harv {
  width: 21.5%; }

.grid-no-marg .grid-col + .grid-col {
  margin-left: 0; }

.grid-min-marg .grid-col + .grid-col {
  margin-left: 1%; }

.zipTable-col-sm {
  width: 5%;
  padding: 1px; }

.zipTable-col-md {
  width: 25%; }

.zipTable-col-lr {
  width: 65%; }

.zip-scrol-table {
  height: 258px;
  overflow: auto; }
  .zip-scrol-table td {
    vertical-align: middle; }

.zip-head th {
  height: 40px;
  border-bottom: 1px solid #0093D0;
  color: #0093D0;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: bottom; }

.zip-mrg {
  margin-top: 10px; }

.box-mrg-top {
  margin-top: 20px; }

.btn-add-farm {
  margin-top: 20px;
  margin-left: 30px; }

.btn-search-zip {
  float: right;
  display: block;
  margin-top: -4px; }

.fo-rel-pos {
  position: relative; }

.empty-field-corn {
  min-height: 250px;
  min-width: 300px; }

.btn_empty-field-corn {
  margin-left: 50%;
  margin-top: 40%; }

.type-wrap_agribus {
  display: none; }

.datepicker-input_large {
  width: 125px; }

.inputSpan {
  margin: 4px 0;
  padding: 6px 4px;
  display: block;
  width: 100%; }

.inputSpan.noTopPad {
  padding: 0 4px 6px 4px; }

.inputSpan.noBottomPad {
  padding: 6px 4px 0 4px; }

.inputSpanInline {
  margin: 4px 0;
  padding: 6px 4px;
  display: inline;
  width: 100%; }
  .inputSpanInline.field {
    display: inline-block;
    width: auto; }

.info {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  margin-bottom: 15px;
  color: #f5911b; }

.adjust-table {
  width: 100%; }
  .adjust-table td, .adjust-table th {
    max-width: 200px;
    text-align: center; }
  .adjust-table th + th, .adjust-table td + td {
    padding-left: 8px; }

.inputIncExp .total-price > input {
  width: 80%; }

.incomeLabel {
  height: 35px; }

.btn-alert-arrow {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  margin: 7px 10px;
  padding: 3px 0 0 0; }
  .btn-alert-arrow span {
    margin-right: 0; }

.alerts {
  height: 40px;
  overflow: hidden; }

.alert-types {
  height: 40px;
  background-color: #cccccc;
  font-weight: bold; }

.alert-message {
  padding-left: 20px; }
  .alert-message .inputSpan {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 0; }

.markets-div {
  min-height: 350px; }
  .markets-div .box-bd {
    padding-top: 25px; }
  .markets-div .summaryTable_tight {
    padding: 1px; }

.markets-close i {
  font-size: 1.2em;
  padding-top: 2px;
  cursor: pointer;
  color: #999999; }

.markets-quick-add {
  margin: 10px 0; }
  .markets-quick-add .markets-close {
    margin: 0 8px; }

.markets-icon {
  font-size: 2em;
  margin-right: 10px; }

.mark-icon-color {
  color: #333333; }

.mark-icon-color:hover {
  color: #f5911b; }

.weather-flag {
  margin: 10px 0 10px 40px; }

.weather-link {
  margin-top: 4px; }

.wether-main-icon {
  font-size: 7em; }

.wether-sub-icon {
  font-size: 1.5em; }

.weather-table {
  width: 100%;
  margin: 10px 0; }
  .weather-table td {
    min-width: 40px;
    vertical-align: middle; }

.wether-slide-table {
  background: -webkit-linear-gradient(left, #ebeaea, #ffffff, #ffffff, #ebeaea);
  background: -moz-linear-gradient(left, #ebeaea, #ffffff, #ffffff, #ebeaea);
  background: -o-linear-gradient(left, #ebeaea, #ffffff, #ffffff, #ebeaea);
  background: -ms-linear-gradient(left, #ebeaea, #ffffff, #ffffff, #ebeaea);
  background: linear-gradient(left, #ebeaea, #ffffff, #ffffff, #ebeaea);
  overflow: auto;
  width: 68%;
  height: 368px;
  text-align: center; }
  .wether-slide-table tr {
    height: 35px; }
  .wether-slide-table tr:first-child {
    height: 33px; }
  .wether-slide-table td {
    border-left: 1px solid #cccccc;
    min-width: 80px;
    padding-bottom: 12px;
    vertical-align: middle; }
    .wether-slide-table td .icon, .wether-slide-table td .ui-datepicker-prev, .wether-slide-table td .ui-datepicker-next {
      font-size: 2em; }

.weather-bottom-days .grid-col {
  border-top: 0;
  background-color: #ebeaea;
  height: 110px; }
.weather-bottom-days .grid-col_quint {
  width: 18.18%; }
.weather-bottom-days .active-day {
  background-color: #ffffff; }

.delivery-plan {
  border-collapse: inherit; }
  .delivery-plan th {
    padding-bottom: 5px; }

.stepTabs {
  height: 35px; }
  .stepTabs .step {
    float: left;
    color: #cccccc;
    font-size: 15px;
    width: 15%;
    height: 30px;
    text-align: center;
    margin-left: 2%; }
    .stepTabs .step .drawer {
      display: none; }
    .stepTabs .step .create-step {
      margin-top: 25px;
      font-size: 14px; }
  .stepTabs span {
    margin-top: 5px;
    display: block; }
  .stepTabs .currentStep {
    color: #0093D0;
    font-size: 17px; }
    .stepTabs .currentStep .drawer {
      display: block; }

.next {
  float: right; }

#formFinish {
  position: absolute;
  right: 0;
  bottom: 10px; }
  #formFinish a {
    margin-right: 10px; }

.bord_no {
  border: 0; }

.no-td-marg td + td, .no-td-marg th + th {
  padding-left: 20px; }

.addit-head {
  display: table-caption; }

.sm-pad {
  padding: 0 5px; }

.sumTablePadd {
  padding: 14px 4px 9px; }

.rep-placehold {
  height: 500px; }

.hold-text {
  margin-left: 40%;
  padding-top: 25%;
  display: block;
  font-size: 2em;
  font-weight: bold; }

.left-pad {
  padding-left: 10px; }

.ex-heig {
  height: 120px; }

.drw-collapsed {
  height: 0px; }

.medCell {
  width: 130px; }

.actAlerts table {
  width: 70%;
  margin: 0 auto; }

.control {
  margin: 13px 0 0 70px;
  float: left; }

.expModalCol {
  height: 95px; }

.cropYear td + td, .cropYear th + th {
  padding-left: 10px; }

.farmWhite th {
  background-color: #ffffff; }

.income .grid-col_sub {
  width: 47%; }
.income .empty-col {
  height: 1px; }
.income .grid-col {
  text-align: center; }

.cust-layout-nav {
  height: 56px; }
  .cust-layout-nav li .navMenu-item-link {
    height: 54px !important; }
  .cust-layout-nav .logo_header > * {
    width: 90px;
    height: 40px;
    background: transparent url(../images/dtn-logo.png) 0 1px no-repeat;
    background-size: 90%; }

.cust-layout .myFarm-breadcrumbs-list {
  margin: 8px 0 1px; }
.cust-layout .myFarm {
  padding: 0px 0 3px; }
.cust-layout .header-utility {
  display: none; }
.cust-layout .utilityMeta-account-info {
  padding: 0 10px; }
.cust-layout .grid-col-test {
  width: 24.1%; }
.cust-layout .markets-div {
  min-height: 290px; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 450px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  background-color: white; }

body .ui-tooltip {
  border-width: 2px; }

.chart_half {
  width: 488px;
  height: 400px; }
  .chart_half img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    display: block; }

.position-noQty {
  margin-top: 20px;
  display: block; }

.area_label::first-letter {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.noChartData {
  height: 400px;
  width: 488px;
  text-align: center;
  vertical-align: middle;
  display: table-cell; }

.nowrap {
  white-space: nowrap; }

th.header {
  cursor: pointer; }

th.headerSortUp:before {
  position: relative;
  top: 0;
  left: 99%;
  display: block;
  margin-bottom: -15px;
  width: 15px;
  height: 15px;
  background: url(../../../images/sprite-icons.png) -230px 0 no-repeat;
  content: " "; }

th.headerSortDown:before {
  position: relative;
  top: 0;
  left: 99%;
  display: block;
  margin-bottom: -15px;
  width: 15px;
  height: 15px;
  background: url(../../../images/sprite-icons.png) -245px 0 no-repeat;
  content: " "; }

.success-message {
  color: #00B259; }

.chart-title {
  white-space: nowrap; }

.chart-title-truncate {
  display: inline-block;
  ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 0px;
  float: left; }

label.required:after, th.required:after {
  content: "*"; }

span.link {
  cursor: pointer;
  color: #f5911b; }

.centered {
  text-align: center; }

.right {
  text-align: right; }

.middle {
  vertical-align: middle; }

.inlineBlock {
  display: inline-block; }

.paf_commodity {
  width: 100px; }

.paf_cropYr {
  width: 65px; }

.paf_area {
  width: 45px; }

select.uom_sm {
  width: 55px; }

.clu_extraShort {
  width: 27px; }

.overflow_auto {
  overflow: auto; }

.overflow-x_scroll {
  overflow-x: scroll; }

.overflow-y_scroll {
  overflow-y: scroll; }

.overflow-x_auto {
  overflow-x: auto; }

.expenseType {
  margin-right: 200px; }

.uppercase {
  text-transform: uppercase; }

.insuranceCol {
  width: 40px;
  display: inline-block;
  text-align: left; }

.insurance_header {
  color: #0093D0;
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: bottom; }

.insurance_total {
  border-bottom: 1px solid #000000; }

.commodity-selector {
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }
  .commodity-selector + .drop-list:before {
    left: 10%; }

.pointer:hover {
  cursor: pointer; }

.report {
  background-color: white; }
  .report .logo_header_secondary {
    float: right; }
  .report .reportInfo {
    padding-top: 5px;
    margin-bottom: 25px; }
  .report .detailTable {
    width: 100%; }
    .report .detailTable tr.boldRow {
      font-family: "LatoBold", Arial, Helvetica, sans-serif; }
    .report .detailTable tr.headerRow {
      color: #0093D0;
      text-transform: uppercase;
      vertical-align: bottom; }
    .report .detailTable tr.totalsRow, .report .detailTable tr.empty, .report .detailTable tr.noUnderline {
      border-bottom: 0; }
    .report .detailTable tr.totalsRow .right {
      border-top: 1px solid #000000;
      font-family: "LatoBold", Arial, Helvetica, sans-serif; }
    .report .detailTable tr.lightUnderline {
      border-bottom: 1px solid #dddddd; }
    .report .detailTable tr.lightUnderline_last {
      border-bottom: 1px solid #000000; }
    .report .detailTable tr th.empty {
      border-bottom: 0; }
    .report .detailTable tr td.bold {
      font-family: "LatoBold", Arial, Helvetica, sans-serif; }
    .report .detailTable tr td.agBizHeading {
      padding-bottom: 0; }
    .report .detailTable tr td.left-pad_sm {
      padding-left: 5px; }
    .report .detailTable tr .underline {
      border-bottom: 1px solid #cccccc; }
    .report .detailTable tr .heading {
      font-size: 1.2rem; }
    .report .detailTable .reportsTopHeader {
      font-family: "LatoBold", Arial, Helvetica, sans-serif;
      text-align: center;
      border-bottom: 0; }
    .report .detailTable .rowHighlight {
      background-color: #ebeaea; }
    .report .detailTable .newLine {
      display: block; }
    .report .detailTable .wrap {
      white-space: normal; }
  .report .topBorder {
    border-top: 1px solid #000000; }

.reportLoading {
  background: transparent url(../../../images/tbl-loader.gif) no-repeat center center; }

.report-footer {
  width: 100%;
  margin-top: 50px; }
  .report-footer tr {
    border-top: 1px solid #000; }
  .report-footer td {
    padding-top: 10px; }
  .report-footer .left {
    text-align: left; }
  .report-footer .center {
    text-align: center; }
  .report-footer .right {
    text-align: right; }

.box.report {
  min-height: 300px; }

#wizardForm {
  position: relative; }

.wizard-scroll {
  height: 240px;
  overflow: auto; }

.wizard-table {
  width: 100%;
  margin-bottom: 10px; }
  .wizard-table .nowrap {
    white-space: nowrap; }
  .wizard-table thead {
    margin-bottom: 10px; }
  .wizard-table th {
    font-family: "LatoBold", Arial, Helvetica, sans-serif;
    vertical-align: bottom;
    text-align: left; }
  .wizard-table th, .wizard-table td {
    padding: 5px 0; }
  .wizard-table tr th + th,
  .wizard-table tr td + td {
    padding-left: 30px; }
  .wizard-table th:last-child,
  .wizard-table td:last-child {
    padding-left: 5px; }
  .wizard-table td.fieldName {
    width: 170px; }
  .wizard-table td.cropYr {
    width: 70px; }
  .wizard-table select.larger {
    width: 110px; }
  .wizard-table select.commodity {
    max-width: 205px; }

.wizardField tr th + th,
.wizardField tr td + td {
  padding-left: 14px; }
.wizardField .inputNote_adj {
  padding-left: 2px; }

.wizard-storage tr th + th,
.wizard-storage tr td + td {
  padding-left: 6px; }
.wizard-storage th:last-child,
.wizard-storage td:last-child {
  padding-left: 2px; }
.wizard-storage td.qty {
  width: 110px; }
  .wizard-storage td.qty input.inputNearFull {
    width: 70%; }
.wizard-storage th.groupHeader {
  border-bottom: 1px solid black;
  padding-bottom: 0;
  text-align: center;
  text-transform: uppercase; }

.zip-scrol-table_wizard {
  height: 225px;
  overflow: auto; }
  .zip-scrol-table_wizard th {
    height: 25px; }
  .zip-scrol-table_wizard td {
    vertical-align: middle; }

.agbiz_wizard_section {
  width: 52%;
  margin-left: -20px; }

.steps-indicator {
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none; }

.steps-indicator:before {
  position: absolute;
  height: 1px;
  background-color: #e6e6e6;
  content: ''; }

.steps-indicator.steps-2:before {
  right: calc(25%);
  left: calc(25%); }

.steps-indicator.steps-3:before {
  right: calc(16.666666666666668%);
  left: calc(16.666666666666668%); }

.steps-indicator.steps-4:before {
  right: calc(12.5%);
  left: calc(12.5%); }

.steps-indicator.steps-5:before {
  right: calc(10%);
  left: calc(10%); }

.steps-indicator.steps-6:before {
  right: calc(8.333333333333334%);
  left: calc(8.333333333333334%); }

.steps-indicator.steps-7:before {
  right: calc(7.142857142857143%);
  left: calc(7.142857142857143%); }

.steps-indicator.steps-8:before {
  right: calc(6.25%);
  left: calc(6.25%); }

.steps-indicator.steps-9:before {
  right: calc(5.555555555555555%);
  left: calc(5.555555555555555%); }

.steps-indicator.steps-10:before {
  right: calc(5%);
  left: calc(5%); }

.steps-indicator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.steps-indicator li {
  position: relative;
  float: left;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  line-height: 15px;
  text-align: center; }

.steps-indicator li a {
  font-weight: bold;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s; }

.steps-indicator li a:before {
  position: absolute;
  top: -7px;
  left: calc(43%);
  width: 14px;
  height: 14px;
  background-color: #e6e6e6;
  border-radius: 100%;
  content: '';
  transition: 0.25s; }

.steps-indicator li a:hover {
  color: #4d4d4d; }

.steps-indicator.steps-2 li {
  width: calc(50%); }

.steps-indicator.steps-3 li {
  width: calc(33.333333333333336%); }

.steps-indicator.steps-4 li {
  width: calc(25%); }

.steps-indicator.steps-5 li {
  width: calc(20%); }

.steps-indicator.steps-6 li {
  width: calc(16.666666666666668%); }

.steps-indicator.steps-7 li {
  width: calc(14.285714285714286%); }

.steps-indicator.steps-8 li {
  width: calc(12.5%); }

.steps-indicator.steps-9 li {
  width: calc(11.11111111111111%); }

.steps-indicator.steps-10 li {
  width: calc(10%); }

.steps-indicator.steps-11 li {
  width: calc(9.090909090909092%); }

.steps-indicator li.default {
  pointer-events: none; }

.steps-indicator li.default a:hover {
  color: #808080; }

.steps-indicator li.current,
.steps-indicator li.editing {
  pointer-events: none; }

.steps-indicator li.current a:before {
  background-color: #f5911b; }

.steps-indicator li.done a:before {
  background-color: #0093D0; }

.steps-indicator li.editing a:before {
  background-color: #f5911b; }

.new-farm-wizard .progress-row-margin {
  margin-bottom: 20px; }
.new-farm-wizard .panel-body {
  padding: 10px 15px;
  background-color: rgba(0, 147, 208, 0.05); }
.new-farm-wizard .media-left.large-text {
  font-size: 38px; }
.new-farm-wizard .storage-header {
  font-family: "LatoBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid black; }
.new-farm-wizard .storage-header-margin {
  margin-bottom: 5px; }

.positionTrackerTable td {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  margin-left: 5px;
  width: 60px; }

.positionTrackerTable_sectionheader {
  background-color: #333333;
  text-align: left;
  width: 60px;
  color: #ffffff; }

.positionTrackerTable_sectionfooter {
  background-color: #cccccc;
  text-align: left;
  width: 60px; }

.positionTrackerTable_leadcolumn {
  text-align: left;
  margin-left: 5px;
  width: 60px; }

.field_link {
  text-color: #666666; }

a.positionTrackerTable_leadcolumn {
  text-color: #999999; }

.positionTrackerTable_leadcolumn a {
  text-color: green; }

.positionTrackerTable th {
  padding-left: 0px;
  padding-right: 0px;
  height: 40px;
  width: 20px;
  vertical-align: middle;
  background-color: #999999;
  text-align: center; }

.positionTrackerTable-cent th {
  text-align: center; }

.positionTracker-cp-header {
  background-color: #ffffff;
  width: 100%; }

.positionTracker-cp-margin {
  padding-top: 2px;
  padding-bottom: 2px; }

.positionTracker-cp-datarow {
  border-bottom: solid 1px #cccccc; }

/* Read positionTracker - Current Position (cp) - Float Right (fr) - 1 x size */
.positionTracker-cp-fr-1x {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 110px;
  xheight: 60px;
  float: right;
  overflow: clipped; }

.positionTracker-cp-fr-action-buttons {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 150px;
  xheight: 60px;
  float: right;
  overflow: clipped;
  xbackground-color: green; }

/* Read positionTracker - Current Position (cp) - Float Left (fl) - 1 x size */
.positionTracker-cp-fl-05x {
  padding-top: 5px;
  padding-bottom: 3px;
  text-align: center;
  width: 25px;
  xheight: 60px;
  float: left;
  overflow: clipped; }

.positionTracker-cp-fl-1x {
  padding-top: 5px;
  padding-bottom: 3px;
  width: 110px;
  xheight: 60px;
  float: left;
  overflow: clipped; }

.positionTracker-deliver-fl-detail {
  xpadding-top: 5px;
  xpadding-bottom: 3px;
  width: 125px;
  xheight: 60px;
  float: left;
  overflow: clipped;
  xbackground-color: cyan; }

.positionTracker-cp-fl-action-buttons {
  padding-top: 5px;
  padding-bottom: 3px;
  width: 170px;
  xheight: 60px;
  float: left;
  overflow: clipped; }

.positionTracker-cp-fl-2x {
  padding-top: 5px;
  padding-bottom: 3px;
  width: 160px;
  xheight: 60px;
  float: left;
  overflow: clipped; }

.positionTracker-cp-drawer {
  height: 60px;
  overflow: clipped;
  background-color: #faf9f1; }
  .positionTracker-cp-drawer.delivery-detail {
    padding-top: 5px;
    padding-left: 25px;
    background-color: #ebeaea; }

.positionTracker-deliver-drawer {
  height: 55px;
  overflow: clipped;
  background-color: #faf9f1;
  xbackground-color: #ebeaea;
  padding: 0;
  xmargin-left: 20px; }

.positionTracker-cp-drawer-dataTable tr, td, th {
  border: none; }

.positionTracker-cp-drawer-dataTable-oddRow {
  background-color: #faf9f1; }

.positionTracker-cp-drawer-dataTable {
  width: 100%; }

.positionTracker-cp-drawer-dataTable td {
  width: 100px; }

.positionTracker-cp-drawer-dataTable-label {
  width: 220px;
  font-weight: normal; }

.positionTracker-plainData {
  font-weight: normal; }

#positionType {
  width: 170px;
  margin-right: 10px;
  padding: 3px; }

.positionTracker-delivery-plan {
  xbackground-color: cyan; }

.positionTracker-deliver-drawer-liner {
  padding-left: 10px; }

.positionTracker-delivery-plan td {
  background-color: orange; }

.positionTracker-bottom-border {
  border-bottom: solid 1px gray; }

.pt_addEdit, .pt_applyClose {
  display: none; }

.positionTracker-bordered-box {
  border: 1px solid #dddddd;
  padding: 0 5px; }
  .positionTracker-bordered-box #salesStatusContainer {
    padding-right: 10px; }
  .positionTracker-bordered-box .split {
    margin: 5px 0;
    padding: 5px;
    width: 98%; }
    .positionTracker-bordered-box .split .split-chunk {
      padding: 0 5px;
      width: 90%; }
      .positionTracker-bordered-box .split .split-chunk #zeroRemaining_pt {
        display: none; }

.loginBox {
  padding: 10px;
  width: 50%;
  margin-left: 25%; }

.loginBox ul {
  width: 60%;
  margin-left: 20%; }

.loginBox li {
  margin-bottom: 10px; }

.loginBox .signInItem {
  text-align: right; }

.loginBox .error {
  margin: 2% 19.5%; }

.storage .oneThird {
  width: 32%;
  float: left; }
.storage .twoThirds {
  width: 65%;
  float: left; }
.storage .oneThird + .twoThirds {
  margin-left: 3%; }
.storage .twoThirds + .twoThirds {
  margin-left: 3%; }
.storage .oneThird + .oneThird {
  margin-left: 2%; }
.storage .twoThirds + .oneThird {
  margin-left: 2%; }
.storage .mapBtn {
  margin-top: 22px; }

.storageExpense {
  margin-left: 30px !important; }

h5.help {
  cursor: help; }

.bulkMoveContainer {
  padding-bottom: 35px;
  padding-top: 15px; }
  .bulkMoveContainer .right {
    text-align: right; }
  .bulkMoveContainer .bulkMoveRow {
    padding: 7px 3px 5px 5px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer; }
    .bulkMoveContainer .bulkMoveRow .agBizSummaryRow .bulkMoveCol_large,
    .bulkMoveContainer .bulkMoveRow .agBizSummaryRow .bulkMoveCol_medium {
      margin-top: 5px; }
    .bulkMoveContainer .bulkMoveRow .detailContainer {
      cursor: default;
      display: none;
      width: 95%;
      padding: 7px 0 7px 20px; }
      .bulkMoveContainer .bulkMoveRow .detailContainer .moveRowContainer .moveDetailRow {
        display: none;
        margin-left: 7%;
        padding-bottom: 10px; }
        .bulkMoveContainer .bulkMoveRow .detailContainer .moveRowContainer .moveDetailRow .inputLabel {
          margin-bottom: 0; }
        .bulkMoveContainer .bulkMoveRow .detailContainer .moveRowContainer .moveDetailRow .bulkNote {
          width: 94%; }
        .bulkMoveContainer .bulkMoveRow .detailContainer .moveRowContainer .moveDetailRow table {
          table-layout: fixed;
          width: 100%; }
          .bulkMoveContainer .bulkMoveRow .detailContainer .moveRowContainer .moveDetailRow table td {
            padding: 5px 21px 0 0; }
      .bulkMoveContainer .bulkMoveRow .detailContainer .empty {
        display: none; }
      .bulkMoveContainer .bulkMoveRow .detailContainer .selectBoxContainer {
        display: table;
        width: 100%; }
      .bulkMoveContainer .bulkMoveRow .detailContainer .selectBoxContainer > div {
        display: table-cell; }
        .bulkMoveContainer .bulkMoveRow .detailContainer .selectBoxContainer > div.saveBtns {
          text-align: right;
          vertical-align: middle; }
  .bulkMoveContainer .moveRow {
    padding: 3px 0; }
    .bulkMoveContainer .moveRow.moveRowHeader {
      font-family: "LatoBold", Arial, Helvetica, sans-serif;
      padding-bottom: 0; }
      .bulkMoveContainer .moveRow.moveRowHeader .moveRowHeaderCol {
        border-bottom: 1px solid #000000; }
    .bulkMoveContainer .moveRow.moveRowFooter {
      padding-bottom: 10px; }
      .bulkMoveContainer .moveRow.moveRowFooter .moveTotalContainer {
        border-top: 1px solid #000000;
        padding-top: 5px; }
    .bulkMoveContainer .moveRow.moveRowTitle {
      text-transform: uppercase;
      padding: 7px 0 0 0; }
      .bulkMoveContainer .moveRow.moveRowTitle .moveRowCol:nth-of-type(2) {
        cursor: pointer; }
      .bulkMoveContainer .moveRow.moveRowTitle .underline {
        border-bottom: 1px solid #000000; }
    .bulkMoveContainer .moveRow .moveRowCol {
      float: left; }
      .bulkMoveContainer .moveRow .moveRowCol.moveRowCol_expand {
        width: 15px;
        margin-top: 1px;
        padding-left: 5px; }
      .bulkMoveContainer .moveRow .moveRowCol.moveRowCol_small {
        width: 18%; }
      .bulkMoveContainer .moveRow .moveRowCol.moveRowCol_medium {
        width: 30%; }
      .bulkMoveContainer .moveRow .moveRowCol .moveCommodity {
        margin-left: 20px; }
      .bulkMoveContainer .moveRow .moveRowCol .icon:hover, .bulkMoveContainer .moveRow .moveRowCol .ui-datepicker-prev:hover, .bulkMoveContainer .moveRow .moveRowCol .ui-datepicker-next:hover {
        cursor: pointer; }
    .bulkMoveContainer .moveRow .moveRowCol + .moveRowCol {
      margin-left: 4%; }
    .bulkMoveContainer .moveRow .moveRowCol:nth-of-type(2) {
      margin-left: 5px; }
  .bulkMoveContainer .header {
    border-bottom: 1px solid #0093D0;
    color: #0093D0;
    font-family: "LatoBold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    vertical-align: bottom; }
  .bulkMoveContainer .summaryRow:before,
  .bulkMoveContainer .moveRow:before,
  .bulkMoveContainer .summaryRow:after,
  .bulkMoveContainer .moveRow:after {
    content: " ";
    display: table; }
  .bulkMoveContainer .summaryRow:after,
  .bulkMoveContainer .moveRow:after {
    clear: both; }
  .bulkMoveContainer .summaryRow {
    padding-left: 3px; }
    .bulkMoveContainer .summaryRow.highlightText {
      color: #00B259; }
    .bulkMoveContainer .summaryRow .italic {
      text-transform: lowercase;
      font-style: italic; }
    .bulkMoveContainer .summaryRow .hidden {
      display: none; }
  .bulkMoveContainer .bulkMoveCol .storageSort, .bulkMoveContainer .bulkMoveCol .commoditySort, .bulkMoveContainer .bulkMoveCol .currentInventorySort, .bulkMoveContainer .bulkMoveCol .capacitySort {
    cursor: pointer; }
  .bulkMoveContainer .bulkMoveCol .asc {
    margin-bottom: -15px;
    width: 15px;
    height: 15px;
    background: url(../../../images/sprite-icons.png) -230px 0 no-repeat;
    content: " ";
    float: right; }
  .bulkMoveContainer .bulkMoveCol .desc {
    margin-bottom: -15px;
    width: 15px;
    height: 15px;
    background: url(../../../images/sprite-icons.png) -245px 0 no-repeat;
    content: " ";
    float: right; }
  .bulkMoveContainer .bulkMoveCol + .bulkMoveCol {
    margin-left: 1%; }
  .bulkMoveContainer .bulkMoveCol_large {
    width: 32%;
    float: left; }
  .bulkMoveContainer .bulkMoveCol_medium {
    width: 21%;
    float: left; }
    .bulkMoveContainer .bulkMoveCol_medium.sortImg {
      width: 22%; }
  .bulkMoveContainer .bulkMoveCol_expand {
    width: 15px;
    float: left;
    margin-top: 7px;
    padding-left: 5px; }
  .bulkMoveContainer .loading {
    height: 35px;
    padding-top: 10px;
    width: 212px;
    margin: 0 auto; }

i.grey {
  color: #cccccc; }

.avgInputRow .name {
  width: 245px; }
.avgInputRow .expenseInput {
  vertical-align: top; }

.ui-progressbar {
  height: 10px;
  border: 1px solid #999999; }
  .ui-progressbar .ui-progressbar-value {
    background: #00B259;
    height: 20px; }
    .ui-progressbar .ui-progressbar-value.ui-widget-header {
      border: 1px solid #00B259; }

.pct_container {
  width: 180px;
  display: table-cell; }

.pct {
  width: 25%;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%; }

.bar {
  width: 70%;
  height: 12px;
  display: inline-block; }

.estCashPrice {
  margin-left: 5%; }

.wat-input-color-bubble span.bubble {
  position: absolute;
  padding-left: 6px;
  padding-top: 2px; }
.wat-input-color-bubble input {
  padding-left: 20px; }

.scenario-list-button-text {
  padding-left: 3px;
  padding-right: 5px;
  padding-bottom: 2px; }

span.bubble {
  font-size: 1.5rem; }
  span.bubble:before {
    content: "\25CF"; }

.farmHeader {
  width: 90px; }

.noSelect {
  cursor: default;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.display-block {
  display: block; }

.mix-layoutIsRight {
  text-align: right; }

.mix-linkAlt {
  color: #0093D0; }
  .noTouch .mix-linkAlt:hover {
    color: #f5911b; }

.mix-txtHighlight {
  color: #0093D0; }

.mix-txtHighlight {
  color: #0093D0; }

.color-primary {
  color: #0093D0; }

.color-secondary {
  color: #f5911b; }

.mix-errorHighlight {
  color: #ed1c24; }

.errorBorders {
  border-color: #ed1c24 !important;
  outline-color: #ed1c24 !important; }

.mix-txtMd {
  font-size: 12px; }

.mix-textBold {
  font-family: "LatoBold", Arial, Helvetica, sans-serif; }

.reset-text {
  font-family: "LatoRegular", Arial, Helvetica, sans-serif;
  text-transform: none; }

.mix-txtByLine {
  font-size: 12px;
  font-style: italic;
  color: #666666; }

.img {
  display: block;
  width: 100%;
  height: auto; }

.printOnly {
  display: none; }

.noPrint {
  display: inherit; }

@media print {
  .printOnly {
    display: inherit; }

  .noPrint {
    display: none; } }
.isHidden,
.isHidden_desktop {
  display: none; }

.isVisuallyHidden {
  margin: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important; }

.isVisuallyHidden_desktop {
  position: absolute;
  left: -9999px;
  height: 0; }

.color-tan {
  color: #e4decc; }

.color-lightish-red {
  color: #fbd2d3; }

.color-red {
  color: #ed1c24; }

.color-dark-red {
  color: #dd2020; }

.color-orange {
  color: #f6a01a; }

.color-dark-orange {
  color: #f5911b; }

.color-light-yellow {
  color: #faf9f1; }

.color-dark-yellow {
  color: #414031; }

.color-yellow {
  color: #fcc019; }

.color-green {
  color: #4bc73a; }

.color-dtn-green {
  color: #00B259; }

.color-sky-blue {
  color: #3399cc; }

.color-blue {
  color: #0093D0; }

.color-light-blue {
  color: #6dcff6; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

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

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

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em; }

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

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* 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: .2em;
  left: .2em; }

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

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

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

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

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

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

.ui-state-active .ui-icon {
  background-image: url("../../../images/ui-icons_454545_256x240.png"); }

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

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../../../images/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.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: -32px -112px; }

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

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

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

.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: -80px -128px; }

.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-position: -16px -144px; }

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

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

.ui-icon-check {
  background-position: -64px -144px; }

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

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

.ui-icon-radio-off {
  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: -64px -192px; }

.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-slider {
  position: relative;
  text-align: left;
  border: 1px solid #ebeaea;
  background: #f0fbff; }

.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; }

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

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

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.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: -.3em;
  margin-left: 0;
  margin-bottom: -.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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 735px; } }
  @media (min-width: 992px) {
    .container {
      width: 955px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1155px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }
  .container-fluid * {
    box-sizing: border-box; }

.row {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.bs3-col-xs-1, .bs3-col-sm-1, .bs3-col-md-1, .bs3-col-lg-1, .bs3-col-xs-2, .bs3-col-sm-2, .bs3-col-md-2, .bs3-col-lg-2, .bs3-col-xs-3, .bs3-col-sm-3, .bs3-col-md-3, .bs3-col-lg-3, .bs3-col-xs-4, .bs3-col-sm-4, .bs3-col-md-4, .bs3-col-lg-4, .bs3-col-xs-5, .bs3-col-sm-5, .bs3-col-md-5, .bs3-col-lg-5, .bs3-col-xs-6, .bs3-col-sm-6, .bs3-col-md-6, .bs3-col-lg-6, .bs3-col-xs-7, .bs3-col-sm-7, .bs3-col-md-7, .bs3-col-lg-7, .bs3-col-xs-8, .bs3-col-sm-8, .bs3-col-md-8, .bs3-col-lg-8, .bs3-col-xs-9, .bs3-col-sm-9, .bs3-col-md-9, .bs3-col-lg-9, .bs3-col-xs-10, .bs3-col-sm-10, .bs3-col-md-10, .bs3-col-lg-10, .bs3-col-xs-11, .bs3-col-sm-11, .bs3-col-md-11, .bs3-col-lg-11, .bs3-col-xs-12, .bs3-col-sm-12, .bs3-col-md-12, .bs3-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.bs3-col-xs-1, .bs3-col-xs-2, .bs3-col-xs-3, .bs3-col-xs-4, .bs3-col-xs-5, .bs3-col-xs-6, .bs3-col-xs-7, .bs3-col-xs-8, .bs3-col-xs-9, .bs3-col-xs-10, .bs3-col-xs-11, .bs3-col-xs-12 {
  float: left; }

.bs3-col-xs-1 {
  width: 8.33333%; }

.bs3-col-xs-2 {
  width: 16.66667%; }

.bs3-col-xs-3 {
  width: 25%; }

.bs3-col-xs-4 {
  width: 33.33333%; }

.bs3-col-xs-5 {
  width: 41.66667%; }

.bs3-col-xs-6 {
  width: 50%; }

.bs3-col-xs-7 {
  width: 58.33333%; }

.bs3-col-xs-8 {
  width: 66.66667%; }

.bs3-col-xs-9 {
  width: 75%; }

.bs3-col-xs-10 {
  width: 83.33333%; }

.bs3-col-xs-11 {
  width: 91.66667%; }

.bs3-col-xs-12 {
  width: 100%; }

.bs3-col-xs-pull-0 {
  right: auto; }

.bs3-col-xs-pull-1 {
  right: 8.33333%; }

.bs3-col-xs-pull-2 {
  right: 16.66667%; }

.bs3-col-xs-pull-3 {
  right: 25%; }

.bs3-col-xs-pull-4 {
  right: 33.33333%; }

.bs3-col-xs-pull-5 {
  right: 41.66667%; }

.bs3-col-xs-pull-6 {
  right: 50%; }

.bs3-col-xs-pull-7 {
  right: 58.33333%; }

.bs3-col-xs-pull-8 {
  right: 66.66667%; }

.bs3-col-xs-pull-9 {
  right: 75%; }

.bs3-col-xs-pull-10 {
  right: 83.33333%; }

.bs3-col-xs-pull-11 {
  right: 91.66667%; }

.bs3-col-xs-pull-12 {
  right: 100%; }

.bs3-col-xs-push-0 {
  left: auto; }

.bs3-col-xs-push-1 {
  left: 8.33333%; }

.bs3-col-xs-push-2 {
  left: 16.66667%; }

.bs3-col-xs-push-3 {
  left: 25%; }

.bs3-col-xs-push-4 {
  left: 33.33333%; }

.bs3-col-xs-push-5 {
  left: 41.66667%; }

.bs3-col-xs-push-6 {
  left: 50%; }

.bs3-col-xs-push-7 {
  left: 58.33333%; }

.bs3-col-xs-push-8 {
  left: 66.66667%; }

.bs3-col-xs-push-9 {
  left: 75%; }

.bs3-col-xs-push-10 {
  left: 83.33333%; }

.bs3-col-xs-push-11 {
  left: 91.66667%; }

.bs3-col-xs-push-12 {
  left: 100%; }

.bs3-col-xs-offset-0 {
  margin-left: 0%; }

.bs3-col-xs-offset-1 {
  margin-left: 8.33333%; }

.bs3-col-xs-offset-2 {
  margin-left: 16.66667%; }

.bs3-col-xs-offset-3 {
  margin-left: 25%; }

.bs3-col-xs-offset-4 {
  margin-left: 33.33333%; }

.bs3-col-xs-offset-5 {
  margin-left: 41.66667%; }

.bs3-col-xs-offset-6 {
  margin-left: 50%; }

.bs3-col-xs-offset-7 {
  margin-left: 58.33333%; }

.bs3-col-xs-offset-8 {
  margin-left: 66.66667%; }

.bs3-col-xs-offset-9 {
  margin-left: 75%; }

.bs3-col-xs-offset-10 {
  margin-left: 83.33333%; }

.bs3-col-xs-offset-11 {
  margin-left: 91.66667%; }

.bs3-col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .bs3-col-sm-1, .bs3-col-sm-2, .bs3-col-sm-3, .bs3-col-sm-4, .bs3-col-sm-5, .bs3-col-sm-6, .bs3-col-sm-7, .bs3-col-sm-8, .bs3-col-sm-9, .bs3-col-sm-10, .bs3-col-sm-11, .bs3-col-sm-12 {
    float: left; }

  .bs3-col-sm-1 {
    width: 8.33333%; }

  .bs3-col-sm-2 {
    width: 16.66667%; }

  .bs3-col-sm-3 {
    width: 25%; }

  .bs3-col-sm-4 {
    width: 33.33333%; }

  .bs3-col-sm-5 {
    width: 41.66667%; }

  .bs3-col-sm-6 {
    width: 50%; }

  .bs3-col-sm-7 {
    width: 58.33333%; }

  .bs3-col-sm-8 {
    width: 66.66667%; }

  .bs3-col-sm-9 {
    width: 75%; }

  .bs3-col-sm-10 {
    width: 83.33333%; }

  .bs3-col-sm-11 {
    width: 91.66667%; }

  .bs3-col-sm-12 {
    width: 100%; }

  .bs3-col-sm-pull-0 {
    right: auto; }

  .bs3-col-sm-pull-1 {
    right: 8.33333%; }

  .bs3-col-sm-pull-2 {
    right: 16.66667%; }

  .bs3-col-sm-pull-3 {
    right: 25%; }

  .bs3-col-sm-pull-4 {
    right: 33.33333%; }

  .bs3-col-sm-pull-5 {
    right: 41.66667%; }

  .bs3-col-sm-pull-6 {
    right: 50%; }

  .bs3-col-sm-pull-7 {
    right: 58.33333%; }

  .bs3-col-sm-pull-8 {
    right: 66.66667%; }

  .bs3-col-sm-pull-9 {
    right: 75%; }

  .bs3-col-sm-pull-10 {
    right: 83.33333%; }

  .bs3-col-sm-pull-11 {
    right: 91.66667%; }

  .bs3-col-sm-pull-12 {
    right: 100%; }

  .bs3-col-sm-push-0 {
    left: auto; }

  .bs3-col-sm-push-1 {
    left: 8.33333%; }

  .bs3-col-sm-push-2 {
    left: 16.66667%; }

  .bs3-col-sm-push-3 {
    left: 25%; }

  .bs3-col-sm-push-4 {
    left: 33.33333%; }

  .bs3-col-sm-push-5 {
    left: 41.66667%; }

  .bs3-col-sm-push-6 {
    left: 50%; }

  .bs3-col-sm-push-7 {
    left: 58.33333%; }

  .bs3-col-sm-push-8 {
    left: 66.66667%; }

  .bs3-col-sm-push-9 {
    left: 75%; }

  .bs3-col-sm-push-10 {
    left: 83.33333%; }

  .bs3-col-sm-push-11 {
    left: 91.66667%; }

  .bs3-col-sm-push-12 {
    left: 100%; }

  .bs3-col-sm-offset-0 {
    margin-left: 0%; }

  .bs3-col-sm-offset-1 {
    margin-left: 8.33333%; }

  .bs3-col-sm-offset-2 {
    margin-left: 16.66667%; }

  .bs3-col-sm-offset-3 {
    margin-left: 25%; }

  .bs3-col-sm-offset-4 {
    margin-left: 33.33333%; }

  .bs3-col-sm-offset-5 {
    margin-left: 41.66667%; }

  .bs3-col-sm-offset-6 {
    margin-left: 50%; }

  .bs3-col-sm-offset-7 {
    margin-left: 58.33333%; }

  .bs3-col-sm-offset-8 {
    margin-left: 66.66667%; }

  .bs3-col-sm-offset-9 {
    margin-left: 75%; }

  .bs3-col-sm-offset-10 {
    margin-left: 83.33333%; }

  .bs3-col-sm-offset-11 {
    margin-left: 91.66667%; }

  .bs3-col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .bs3-col-md-1, .bs3-col-md-2, .bs3-col-md-3, .bs3-col-md-4, .bs3-col-md-5, .bs3-col-md-6, .bs3-col-md-7, .bs3-col-md-8, .bs3-col-md-9, .bs3-col-md-10, .bs3-col-md-11, .bs3-col-md-12 {
    float: left; }

  .bs3-col-md-1 {
    width: 8.33333%; }

  .bs3-col-md-2 {
    width: 16.66667%; }

  .bs3-col-md-3 {
    width: 25%; }

  .bs3-col-md-4 {
    width: 33.33333%; }

  .bs3-col-md-5 {
    width: 41.66667%; }

  .bs3-col-md-6 {
    width: 50%; }

  .bs3-col-md-7 {
    width: 58.33333%; }

  .bs3-col-md-8 {
    width: 66.66667%; }

  .bs3-col-md-9 {
    width: 75%; }

  .bs3-col-md-10 {
    width: 83.33333%; }

  .bs3-col-md-11 {
    width: 91.66667%; }

  .bs3-col-md-12 {
    width: 100%; }

  .bs3-col-md-pull-0 {
    right: auto; }

  .bs3-col-md-pull-1 {
    right: 8.33333%; }

  .bs3-col-md-pull-2 {
    right: 16.66667%; }

  .bs3-col-md-pull-3 {
    right: 25%; }

  .bs3-col-md-pull-4 {
    right: 33.33333%; }

  .bs3-col-md-pull-5 {
    right: 41.66667%; }

  .bs3-col-md-pull-6 {
    right: 50%; }

  .bs3-col-md-pull-7 {
    right: 58.33333%; }

  .bs3-col-md-pull-8 {
    right: 66.66667%; }

  .bs3-col-md-pull-9 {
    right: 75%; }

  .bs3-col-md-pull-10 {
    right: 83.33333%; }

  .bs3-col-md-pull-11 {
    right: 91.66667%; }

  .bs3-col-md-pull-12 {
    right: 100%; }

  .bs3-col-md-push-0 {
    left: auto; }

  .bs3-col-md-push-1 {
    left: 8.33333%; }

  .bs3-col-md-push-2 {
    left: 16.66667%; }

  .bs3-col-md-push-3 {
    left: 25%; }

  .bs3-col-md-push-4 {
    left: 33.33333%; }

  .bs3-col-md-push-5 {
    left: 41.66667%; }

  .bs3-col-md-push-6 {
    left: 50%; }

  .bs3-col-md-push-7 {
    left: 58.33333%; }

  .bs3-col-md-push-8 {
    left: 66.66667%; }

  .bs3-col-md-push-9 {
    left: 75%; }

  .bs3-col-md-push-10 {
    left: 83.33333%; }

  .bs3-col-md-push-11 {
    left: 91.66667%; }

  .bs3-col-md-push-12 {
    left: 100%; }

  .bs3-col-md-offset-0 {
    margin-left: 0%; }

  .bs3-col-md-offset-1 {
    margin-left: 8.33333%; }

  .bs3-col-md-offset-2 {
    margin-left: 16.66667%; }

  .bs3-col-md-offset-3 {
    margin-left: 25%; }

  .bs3-col-md-offset-4 {
    margin-left: 33.33333%; }

  .bs3-col-md-offset-5 {
    margin-left: 41.66667%; }

  .bs3-col-md-offset-6 {
    margin-left: 50%; }

  .bs3-col-md-offset-7 {
    margin-left: 58.33333%; }

  .bs3-col-md-offset-8 {
    margin-left: 66.66667%; }

  .bs3-col-md-offset-9 {
    margin-left: 75%; }

  .bs3-col-md-offset-10 {
    margin-left: 83.33333%; }

  .bs3-col-md-offset-11 {
    margin-left: 91.66667%; }

  .bs3-col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .bs3-col-lg-1, .bs3-col-lg-2, .bs3-col-lg-3, .bs3-col-lg-4, .bs3-col-lg-5, .bs3-col-lg-6, .bs3-col-lg-7, .bs3-col-lg-8, .bs3-col-lg-9, .bs3-col-lg-10, .bs3-col-lg-11, .bs3-col-lg-12 {
    float: left; }

  .bs3-col-lg-1 {
    width: 8.33333%; }

  .bs3-col-lg-2 {
    width: 16.66667%; }

  .bs3-col-lg-3 {
    width: 25%; }

  .bs3-col-lg-4 {
    width: 33.33333%; }

  .bs3-col-lg-5 {
    width: 41.66667%; }

  .bs3-col-lg-6 {
    width: 50%; }

  .bs3-col-lg-7 {
    width: 58.33333%; }

  .bs3-col-lg-8 {
    width: 66.66667%; }

  .bs3-col-lg-9 {
    width: 75%; }

  .bs3-col-lg-10 {
    width: 83.33333%; }

  .bs3-col-lg-11 {
    width: 91.66667%; }

  .bs3-col-lg-12 {
    width: 100%; }

  .bs3-col-lg-pull-0 {
    right: auto; }

  .bs3-col-lg-pull-1 {
    right: 8.33333%; }

  .bs3-col-lg-pull-2 {
    right: 16.66667%; }

  .bs3-col-lg-pull-3 {
    right: 25%; }

  .bs3-col-lg-pull-4 {
    right: 33.33333%; }

  .bs3-col-lg-pull-5 {
    right: 41.66667%; }

  .bs3-col-lg-pull-6 {
    right: 50%; }

  .bs3-col-lg-pull-7 {
    right: 58.33333%; }

  .bs3-col-lg-pull-8 {
    right: 66.66667%; }

  .bs3-col-lg-pull-9 {
    right: 75%; }

  .bs3-col-lg-pull-10 {
    right: 83.33333%; }

  .bs3-col-lg-pull-11 {
    right: 91.66667%; }

  .bs3-col-lg-pull-12 {
    right: 100%; }

  .bs3-col-lg-push-0 {
    left: auto; }

  .bs3-col-lg-push-1 {
    left: 8.33333%; }

  .bs3-col-lg-push-2 {
    left: 16.66667%; }

  .bs3-col-lg-push-3 {
    left: 25%; }

  .bs3-col-lg-push-4 {
    left: 33.33333%; }

  .bs3-col-lg-push-5 {
    left: 41.66667%; }

  .bs3-col-lg-push-6 {
    left: 50%; }

  .bs3-col-lg-push-7 {
    left: 58.33333%; }

  .bs3-col-lg-push-8 {
    left: 66.66667%; }

  .bs3-col-lg-push-9 {
    left: 75%; }

  .bs3-col-lg-push-10 {
    left: 83.33333%; }

  .bs3-col-lg-push-11 {
    left: 91.66667%; }

  .bs3-col-lg-push-12 {
    left: 100%; }

  .bs3-col-lg-offset-0 {
    margin-left: 0%; }

  .bs3-col-lg-offset-1 {
    margin-left: 8.33333%; }

  .bs3-col-lg-offset-2 {
    margin-left: 16.66667%; }

  .bs3-col-lg-offset-3 {
    margin-left: 25%; }

  .bs3-col-lg-offset-4 {
    margin-left: 33.33333%; }

  .bs3-col-lg-offset-5 {
    margin-left: 41.66667%; }

  .bs3-col-lg-offset-6 {
    margin-left: 50%; }

  .bs3-col-lg-offset-7 {
    margin-left: 58.33333%; }

  .bs3-col-lg-offset-8 {
    margin-left: 66.66667%; }

  .bs3-col-lg-offset-9 {
    margin-left: 75%; }

  .bs3-col-lg-offset-10 {
    margin-left: 83.33333%; }

  .bs3-col-lg-offset-11 {
    margin-left: 91.66667%; }

  .bs3-col-lg-offset-12 {
    margin-left: 100%; } }
.row-margin {
  margin-bottom: 15px; }

.col-margin {
  margin-bottom: 15px; }

.panel {
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f8f6f6;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 16px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #dddddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #666666;
    background-color: #f8f6f6;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #dddddd; }
    .panel-default > .panel-heading .badge {
      color: #f8f6f6;
      background-color: #666666; }
  .panel-default.clickable > .panel-heading {
    background-color: white;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, white 0%, #f8f6f6 94%);
    background-image: -webkit-linear-gradient(top, white 0%, #f8f6f6 94%);
    background-image: -ms-linear-gradient(top, white 0%, #f8f6f6 94%);
    background-image: -o-linear-gradient(top, white 0%, #f8f6f6 94%);
    background-image: linear-gradient(top, white 0%, #f8f6f6 94%); }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #0093D0; }
  .panel-primary > .panel-heading {
    color: #666666;
    background-color: #0093D0;
    border-color: #0093D0; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #0093D0; }
    .panel-primary > .panel-heading .badge {
      color: #0093D0;
      background-color: #666666; }
  .panel-primary.clickable > .panel-heading {
    background-color: #0eb8ff;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
    background-image: -webkit-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
    background-image: -ms-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
    background-image: -o-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
    background-image: linear-gradient(top, #0eb8ff 0%, #0093D0 94%); }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0093D0; }
  .panel-primary .panel-footer {
    padding: 5px 10px;
    background-color: #ffffff; }
  .panel-primary.clickable:hover {
    border-color: #0eb8ff; }
    .panel-primary.clickable:hover .panel-heading {
      background-color: #0093D0;
      background-repeat: repeat-x;
      background-image: -moz-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
      background-image: -webkit-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
      background-image: -ms-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
      background-image: -o-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
      background-image: linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
      border-color: #0eb8ff;
      cursor: pointer; }
    .panel-primary.clickable:hover .panel-body, .panel-primary.clickable:hover .panel-footer {
      cursor: pointer; }
    .panel-primary.clickable:hover + .selectedPanel {
      border-color: #0eb8ff; }
      .panel-primary.clickable:hover + .selectedPanel:before {
        border-top-color: #0eb8ff; }
  .panel-primary.selected + .selectedPanel {
    border-bottom: 2px solid #0093D0;
    margin-top: -5px; }
    .panel-primary.selected + .selectedPanel:before {
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -10px;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 8px solid #0093D0;
      content: " "; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f8f6f6;
  color: #dddddd;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #dddddd; }
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0093D0;
  border-color: #0093D0; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #9de2ff; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 6px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../../../images/select2/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../../images/select2/select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../../../images/select2/select2.png") no-repeat 100% -22px;
  background: url("../../../images/select2/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../../../images/select2/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../images/select2/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../images/select2/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../../../images/select2/select2.png") no-repeat -37px -22px;
  background: url("../../../images/select2/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../../../images/select2/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../images/select2/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../images/select2/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("../../../images/select2/select2-spinner.gif") no-repeat 100%;
  background: url("../../../images/select2/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../../../images/select2/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../images/select2/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../../../images/select2/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("../../../images/select2/select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../../../images/select2/select2-spinner.gif") no-repeat 100% !important; }

[disabled] .select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../../../images/select2/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("../../../images/select2/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.11.2 - 2015-03-17T04:08:46.478Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.ui-select-bootstrap .ui-select-toggle {
  position: relative; }

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75; }

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0; }

.ui-select-multiple .ui-select-match-item {
  position: relative; }

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca; }

.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

.ms-container {
  background: transparent url("../../../images/switch.png") no-repeat 50% 50%;
  width: 285px; }

.ms-container:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  min-height: 0;
  visibility: hidden; }

.ms-container .ms-selectable, .ms-container .ms-selection {
  background: #fff;
  color: #555555;
  float: left;
  width: 45%; }

.ms-container .ms-selection {
  float: right; }

.ms-container .ms-list {
  /*   -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 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-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; */
  border: 1px solid #ccc;
  /*   -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; */
  position: relative;
  height: 200px;
  padding: 0;
  overflow-y: auto; }

.ms-container .ms-list.ms-focus {
  border-color: rgba(82, 168, 236, 0.8);
  -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);
  outline: 0;
  outline: thin dotted \9; }

.ms-container ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }

.ms-container .ms-optgroup-container {
  width: 100%; }

.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 5px 0px 0px 5px;
  cursor: pointer;
  color: #999; }

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  border-bottom: 1px #eee solid;
  padding: 2px 10px;
  color: #555;
  /*font-size: 14px; ORIGINAL VALUE*/
  font-size: 13px; }

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  background-color: #0093d0; }

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
  background-color: #eee;
  color: #aaa;
  cursor: text; }

/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.0.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2011 Steven Bower under dual MIT/GPL license.
 */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute; }

#jr_wrap {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0; }

#jr_inner {
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #4F4F4F;
  margin: 0 auto;
  height: auto;
  padding: 20px;
  position: relative; }

#jr_header {
  display: block;
  color: #333;
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  text-align: left;
  font-size: 1.3em;
  margin-bottom: 0.5em; }

#jr_inner p {
  text-align: left;
  padding: 5px;
  margin: 0; }

#jr_inner ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0; }

#jr_inner ul li {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 122px;
  margin: 0 10px 10px 10px;
  padding: 0;
  text-align: center; }

#jr_inner li a {
  color: #333;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0;
  margin: 0; }

#jr_inner li a:hover {
  text-decoration: underline; }

#jr_inner .jr_icon {
  width: 100px;
  height: 100px;
  margin: 1px auto;
  padding: 0;
  background: transparent no-repeat scroll left top;
  cursor: pointer; }

#jr_close {
  margin: 0 0 0 50px;
  clear: both;
  text-align: left;
  padding: 0;
  margin: 0; }

#jr_close a {
  color: #000;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline; }

#jr_close p {
  padding: 10px 0 0 0;
  margin: 0; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  -moz-box-shadow: 5px 5px 4px -4px #666666;
  -webkit-box-shadow: 2px 2px 2px #999999;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  -moz-text-shadow: 1px 1px 0 white;
  -webkit-text-shadow: 1px 1px 0 white;
  text-shadow: 1px 1px 0 white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  -moz-box-shadow: 0 0 2px #0a6aa1;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  -moz-text-shadow: 0 0 0 transparent;
  -webkit-text-shadow: 0 0 0 transparent;
  text-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../../../images/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 16px;
  height: 16px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -9px -71px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -39px -71px; }

.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -moz-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #beebff), color-stop(100%, #a8e4ff));
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -o-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: -ms-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@color1', endColorstr='@color2',GradientType=0 );*/ }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../../../images/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../../../images/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../../../images/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../../../images/32px.png") -260px -4px no-repeat; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../../../images/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../../../images/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../../../images/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../../../images/32px.png") -263px -7px no-repeat; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../../../images/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../../../images/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../../../images/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../../../images/32px.png") -256px 0px no-repeat; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }

  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }

  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../../../images/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }

  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../../../images/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }

  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
		.jstree-open > .jstree-ocl,
		.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
		*/ }

  .jstree-default-responsive .jstree-icon {
    background-image: url("../../../images/40px.png"); }

  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }

  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }

  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }

  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }

  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }

  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }

  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }

  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }

  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }

  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }

  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }

  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }

  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }

  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }

  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }

  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }

  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }

  .jstree-default-responsive > .jstree-striped {
    background: transparent; }

  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }

  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }

  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }

  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }

  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }

  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }

  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../../../images/40px.png");
    background-size: 120px 240px; }

  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }

  .jstree-default-responsive .jstree-last {
    background: transparent; }

  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }

  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }

  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }

  .jstree-default-responsive .jstree-file {
    background: url("../../../images/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }

  .jstree-default-responsive .jstree-folder {
    background: url("../../../images/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; } }
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.ng-invalid.ng-dirty {
  border-color: #ed1c24;
  outline-color: #ed1c24; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../../../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

th.tablesort-sortable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

table .tablesort-desc:before {
  position: relative;
  top: 0;
  left: 99%;
  display: block;
  margin-bottom: -15px;
  width: 15px;
  height: 15px;
  background: url(../../../images/sprite-icons.png) -230px 0 no-repeat;
  content: " "; }

table .tablesort-asc:before {
  position: relative;
  top: 0;
  left: 99%;
  display: block;
  margin-bottom: -15px;
  width: 15px;
  height: 15px;
  background: url(../../../images/sprite-icons.png) -245px 0 no-repeat;
  content: " "; }

table .tablesort-sortable:hover:after, table .tablesort-asc:after, table .tablesort-desc:after {
  visibility: visible; }

/*
 * Styling for the table row shown in empty tables
 */
/* The row is always added as the first row in a table
   Hide it by default */
.showIfLast {
  display: none; }

/* Only show it if it is also the last row of the table. */
.showIfLast:last-child {
  display: table-row; }

.showIfLast td {
  text-align: center; }

.showIfLast td:after {
  content: "No data"; }

/**! hopscotch - v0.2.3
*
* Copyright 2014 LinkedIn Corp. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
 * This fade animation is based on Dan Eden's animate.css (http://daneden.me/animate/), under the terms of the MIT license.
 *
 * Copyright 2013 Dan Eden.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fade-in-up {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

div.hopscotch-bubble .hopscotch-nav-button {
  display: inline-block;
  margin: 0;
  padding: 4px 15px;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  border: none; }

div.hopscotch-bubble .hopscotch-nav-button:hover {
  cursor: pointer; }

div.hopscotch-bubble .hopscotch-nav-button.next {
  background-color: #0eb8ff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -webkit-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -ms-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -o-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: linear-gradient(top, #0eb8ff 0%, #0093D0 94%); }

div.hopscotch-bubble .hopscotch-nav-button.next:hover {
  background-color: #0093D0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -webkit-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -ms-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -o-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: linear-gradient(top, #0093D0 0%, #0eb8ff 94%); }

div.hopscotch-bubble .hopscotch-nav-button.prev {
  background-color: #0eb8ff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -webkit-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -ms-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: -o-linear-gradient(top, #0eb8ff 0%, #0093D0 94%);
  background-image: linear-gradient(top, #0eb8ff 0%, #0093D0 94%); }

div.hopscotch-bubble .hopscotch-nav-button.prev:hover {
  background-color: #0093D0;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -webkit-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -ms-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: -o-linear-gradient(top, #0093D0 0%, #0eb8ff 94%);
  background-image: linear-gradient(top, #0093D0 0%, #0eb8ff 94%); }

div.hopscotch-bubble {
  background-color: #ffffff;
  border-radius: 5px;
  /* default */
  -webkit-box-shadow: 2px 2px 45px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 45px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 45px 0px rgba(0, 0, 0, 0.5);
  /* transparent, if supported */
  color: #333;
  font-family: Helvetica, Arial;
  font-size: 13px;
  position: absolute;
  z-index: 999999;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-background-clip: padding;
  /* for Mozilla browsers*/
  -webkit-background-clip: padding;
  /* Webkit */
  background-clip: padding-box;
  /*  browsers with full support */
  padding-bottom: 10px; }

div.hopscotch-bubble * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

div.hopscotch-bubble.animate {
  -moz-transition-property: top, left;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-property: top, left;
  -ms-transition-duration: 1s;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-property: top, left;
  -o-transition-duration: 1s;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-property: top, left;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-property: top, left;
  transition-duration: 1s;
  transition-timing-function: ease-in-out; }

div.hopscotch-bubble.invisible {
  opacity: 0; }

div.hopscotch-bubble.hide,
div.hopscotch-bubble .hide,
div.hopscotch-bubble .hide-all {
  display: none; }

div.hopscotch-bubble h3 {
  color: #000;
  font-family: Helvetica, Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: -1px 15px 0 0;
  padding: 0; }

div.hopscotch-bubble .hopscotch-bubble-container {
  padding: 15px;
  position: relative;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  /* to fix text flickering */ }

div.hopscotch-bubble .hopscotch-content {
  font-family: Helvetica, Arial;
  font-weight: normal;
  line-height: 17px;
  margin: -5px 0 11px;
  padding-top: 8px; }

div.hopscotch-bubble .hopscotch-bubble-content {
  margin: 0 0 0 40px; }

div.hopscotch-bubble.no-number .hopscotch-bubble-content {
  margin: 0; }

div.hopscotch-bubble .hopscotch-bubble-close {
  color: #000;
  background: transparent url(../../../images/hopscotch/sprite-green.png) -192px -92px no-repeat;
  display: block;
  padding: 8px;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  top: 0;
  right: 0; }

div.hopscotch-bubble .hopscotch-bubble-close.hide,
div.hopscotch-bubble .hopscotch-bubble-close.hide-all {
  display: none; }

div.hopscotch-bubble .hopscotch-bubble-number {
  background: transparent url(../../../images/hopscotch/sprite-green.png) 0 0 no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 10px 0 0;
  text-align: center;
  width: 30px;
  height: 30px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container {
  position: absolute;
  width: 34px;
  height: 34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow,
div.hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
  width: 0;
  height: 0; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up {
  top: -22px;
  left: 10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
  border-bottom: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid #fff; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down {
  bottom: -39px;
  left: 10px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
  border-top: 17px solid #ffffff;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: relative;
  top: -24px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
  border-top: 17px solid #fff; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left {
  top: 10px;
  left: -22px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-right: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: 7px;
  top: -34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right {
  top: 10px;
  right: -39px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow {
  border-bottom: 17px solid transparent;
  border-left: 17px solid #ffffff;
  border-top: 17px solid transparent;
  position: relative;
  left: -7px;
  top: -34px; }

div.hopscotch-bubble .hopscotch-bubble-arrow-container.right .hopscotch-bubble-arrow-border {
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent; }

div.hopscotch-bubble .hopscotch-actions {
  margin: 10px 0 0;
  text-align: right; }

/*# sourceMappingURL=screen.css.map */
