/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright 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/?scope=&folderName=custom-theme&bgImgOpacityError=0&bgImgOpacityHighlight=0&bgImgOpacityActive=0&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=100&bgImgOpacityHeader=100&cornerRadiusShadow=4px&offsetLeftShadow=-4px&offsetTopShadow=-4px&thicknessShadow=10px&opacityShadow=10&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23626E74&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23d3d3d3&iconColorError=%23d97373&fcError=%23626E74&borderColorError=%23d97373&bgTextureError=flat&bgColorError=%23fef1ec&iconColorHighlight=%23367270&fcHighlight=%23626E74&borderColorHighlight=%23367270&bgTextureHighlight=flat&bgColorHighlight=%23E4F2EF&iconColorActive=%23626E74&fcActive=%23367270&borderColorActive=%23367270&bgTextureActive=flat&bgColorActive=%23E4F2EF&iconColorHover=%23626E74&fcHover=%23626E74&borderColorHover=%23367270&bgTextureHover=flat&bgColorHover=%23E4F2EF&iconColorDefault=%23626E74&fcDefault=%23626E74&borderColorDefault=%23E4F2EF&bgTextureDefault=flat&bgColorDefault=%23E4F2EF&iconColorContent=%23626E74&fcContent=%23626E74&borderColorContent=%23fff&bgTextureContent=inset_hard&bgColorContent=%23fff&iconColorHeader=%23626E74&fcHeader=%23626E74&borderColorHeader=%23367270&bgTextureHeader=gloss_wave&bgColorHeader=%23fff&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2C%20Helvetica%2C%20sans-serif
 */

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

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

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #E4F2EF;
}

.ui-widget-content {
  border: 1px solid #fff;
  background: #fff url("/einbandnachweis/javax.faces.resource/images/ui-bg_inset-hard_100_fff_1x100.png.xhtml?ln=primefaces-sbb-theme") 50% bottom repeat-x;
  color: #626E74;
}

.ui-widget-content a {
  color: #626E74;
}

.ui-widget-header {
  border: 1px solid #367270;
  background: #fff url("/einbandnachweis/javax.faces.resource/images/ui-bg_gloss-wave_100_fff_500x100.png.xhtml?ln=primefaces-sbb-theme") 50% 50% repeat-x;
  color: #626E74;
  font-weight: bold;
}

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
  /* We use html here because we need a greater specificity to make sure disabled
  works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #E4F2EF;
  background: #E4F2EF;
  font-weight: normal;
  color: #626E74;
}

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #367270;
  background: #E4F2EF;
  font-weight: normal;
  color: #626E74;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #626E74;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #367270;
  background: #E4F2EF;
  font-weight: normal;
  color: #367270;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #367270;
  background-color: #367270;
}

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #367270;
  background: #E4F2EF;
  color: #626E74;
}

.ui-state-checked {
  border: 1px solid #367270;
  background: #E4F2EF;
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #d97373;
  background: #fef1ec;
  color: #626E74;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #626E74;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #626E74;
}

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

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* Misc visuals
----------------------------------*/

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

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

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

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

/* Overlays */
.ui-widget-overlay {
  background: #d3d3d3;
  opacity: .3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -4px -4px 10px #626E74;
  box-shadow: -4px -4px 10px #626E74;
}