/** 
 * Import Compass
 */
/* ==========================================================================
   Theme Configuration File
   ========================================================================== */
/**
 * Base Colors
 * 
 * Description:
 * Provides a base for the UI.
 * 
 * Usage:
 * General UI Background, Region Headers, Buttons
 */
/**
 * Highlight Colors
 * 
 * Description:
 * Used for providing emphasis or importance to UI components.
 * 
 * Usage:
 * Region Headers, Primary / Hot Buttons
 */
/**
 * Accent and Status Colors
 * 
 * Description:
 * Used for indicating state-based UI components, status, or accents.
 * 
 * Usage:
 * Warnings, Errors, Danger Text, Success, Focus
 */
/**
 * Application Based Colors
 * 
 * Description:
 * Used for applications within APEX development
 */
/*!
 * jQuery UI CSS Framework 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault='Helvetica%20Neue'%2C%20Helvetica%2C%20Arial%2C%20sans-serif&fwDefault=normal&fsDefault=14px&cornerRadius=2px&bgColorHeader=%23F8F8F8&bgTextureHeader=flat&bgImgOpacityHeader=0&borderColorHeader=%23E0E0E0&fcHeader=%23404040&iconColorHeader=%23404040&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23E0E0E0&fcContent=%23404040&iconColorContent=%23404040&bgColorDefault=%23F0F0F0&bgTextureDefault=flat&bgImgOpacityDefault=0&borderColorDefault=%23E0E0E0&fcDefault=%23404040&iconColorDefault=%23404040&bgColorHover=%232580D4&bgTextureHover=flat&bgImgOpacityHover=0&borderColorHover=%232580D4&fcHover=%23FFFFFF&iconColorHover=%23FFFFFF&bgColorActive=%23FFFFFF&bgTextureActive=flat&bgImgOpacityActive=0&borderColorActive=%23E0E0E0&fcActive=%23404040&iconColorActive=%23404040&bgColorHighlight=%23F1F7FD&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%23E0E0E0&fcHighlight=%23404040&iconColorHighlight=%232580D4&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23000000&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=15&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=2&offsetTopShadow=2&offsetLeftShadow=0&cornerRadiusShadow=0
 */
/* Component containers
----------------------------------*/
/* line 23, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 27, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget .ui-widget {
  font-size: 12px;
}

/* line 30, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
}

/* line 37, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget-content {
  border: 1px solid #E0E0E0;
  background: none #ffffff;
  color: #404040;
}

/* line 45, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget-header {
  border: 1px solid #E0E0E0;
  background: none #F8F8F8;
  color: #404040;
  font-weight: bold;
}

/* line 51, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget-header a {
  color: #404040;
}

/* Interaction states
----------------------------------*/
/* line 57, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  background: none #F9F9F9;
  font-weight: normal;
  color: #505050;
}

/* line 66, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited {
  color: #505050;
  text-decoration: none;
}

/* line 72, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  border: none;
  background: none #FFF;
  font-weight: normal;
  color: #505050;
}

/* line 81, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  outline: none;
  border: none;
  background: none #FFF;
  font-weight: normal;
  box-shadow: 0 0 0 1px #399bea inset, 0 0 0 1px #399bea, 0 0 2px 2px rgba(57, 155, 234, 0.5);
  color: #505050;
}

/* line 94, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-hover a,
body .ui-state-hover a:hover,
body .ui-state-hover a:link,
body .ui-state-hover a:visited,
body .ui-state-focus a,
body .ui-state-focus a:hover,
body .ui-state-focus a:link,
body .ui-state-focus a:visited {
  color: #505050;
  text-decoration: none;
}

/* line 105, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  border: none;
  background: none #F2F2F2;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05) inset, 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  font-weight: normal;
  color: #505050;
}

/* line 114, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-active a,
body .ui-state-active a:link,
body .ui-state-active a:visited {
  color: #505050;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 123, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  border: none;
  background: none #F1F7FD;
  color: #404040;
}

/* line 130, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-highlight a,
body .ui-widget-content .ui-state-highlight a,
body .ui-widget-header .ui-state-highlight a {
  color: #404040;
}

/* line 135, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-error,
body .ui-widget-content .ui-state-error,
body .ui-widget-header .ui-state-error {
  border: none;
  background: none #fef1ec;
  color: #cd0a0a;
}

/* line 142, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-error a,
body .ui-widget-content .ui-state-error a,
body .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 147, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-error-text,
body .ui-widget-content .ui-state-error-text,
body .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 152, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-priority-primary,
body .ui-widget-content .ui-priority-primary,
body .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 157, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-priority-secondary,
body .ui-widget-content .ui-priority-secondary,
body .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 164, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-disabled,
body .ui-widget-content .ui-state-disabled,
body .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 171, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 179, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-icon {
  width: 16px;
  height: 16px;
}

/* line 187, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-icon-circle-triangle-e,
body .ui-icon-circle-triangle-w,
body .ui-icon-closethick {
  display: inline-block;
  background-image: none !important;
  text-indent: 0;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
/* line 196, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-icon-circle-triangle-e:before,
body .ui-icon-circle-triangle-w:before,
body .ui-icon-closethick:before {
  font-family: "apex-5-icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

/* line 201, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-icon-circle-triangle-e:before {
  content: "\e004";
}

/* line 205, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-icon-closethick:before {
  content: "\e0a2";
}

/* line 209, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-icon-circle-triangle-w:before {
  content: "\e07f";
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 421, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
  border-top-left-radius: 2px;
}

/* line 427, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-corner-all,
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
  border-top-right-radius: 2px;
}

/* line 433, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-left,
body .ui-corner-bl {
  border-bottom-left-radius: 2px;
}

/* line 439, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-corner-all,
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
/* line 447, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget-overlay {
  background: none #000000;
  opacity: .15;
  filter: Alpha(Opacity=15);
}

/* line 452, ../../../scss/core/jQuery-UI/jquery.ui.theme.scss */
body .ui-widget-shadow {
  margin: 2 0 0 0;
  padding: 2;
  background: none #000000;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 0;
}
