/**
 * Hamburg Convention Bureau - Eventlotse 2016
 *
 * LICENSE
 *
 * This software and its source code is protected by copyright law (Sec. 69a ff. UrhG).
 * It is not allowed to make any kinds of modifications, nor must it be copied,
 * or published without explicit permission. Misuse will lead to persecution.
 *
 * @copyright  2016 infomax websolutions GmbH
 * @link       http://www.infomax-it.de
 * @package    css
 * @subpackage primefaces theme
 * @author     gueldner
 * @since      17.03.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
========================================================== */
/*  =========================================================
basic config
========================================================= */
/* dimensions */
/* path variables */
/*corporate design*/
/*text*/
/*backgrounds*/
/*table colors*/
/*other colors*/
/*percentage dimensions*/
/*percentage margins*/
/*percentage paddings*/
/*vertical aligns*/
.verticalAlignHelper {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin: 0px;
}
/*  =========================================================
general structure
========================================================= */
@media screen {
  .ui-widget {
    font-family: "Open Sans", Arial, sans-serif;
  }
  .ui-helper-hidden {
    display: none;
  }
  /* form elements----------------------------------*/
  .ui-fieldset,
  .ui-fieldset .ui-fieldset-legend {
    border-style: none;
  }
  .ui-datatable .ui-selection-column .ui-chkbox-all {
    display: inline-block;
  }
  .ui-fileupload-simple input[type="file"] {
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .ui-button-text-icon-left .ui-button-text {
    padding: 0 2rem 0 0;
  }
  /* Interaction states----------------------------------*/
  .ui-widget:active {
    outline: none;
  }
  /* Interaction Cues----------------------------------*/
  .ui-state-error,
  .ui-widget-content .ui-state-error,
  .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a /*{borderColorError}*/;
    background: #fef1ec /*{bgColorError}*/ url("//imxdev2:8088/imxstyleguide//javax.faces.resource/primefaces-sam/images/ui-bg_glass_95_fef1ec_1x400.png.jsf") /*{bgImgUrlError}*/ 50% /*{bgErrorXPos}*/ 50% /*{bgErrorYPos}*/ repeat-x /*{bgErrorRepeat}*/;
    color: #cd0a0a /*{fcError}*/;
  }
  .ui-state-error a,
  .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
    color: #cd0a0a /*{fcError}*/;
  }
  .ui-state-error-text,
  .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
    color: #cd0a0a /*{fcError}*/;
  }
  /* Misc visuals----------------------------------*/
  /* Overlays */
  .ui-widget-overlay {
    background: #aaaaaa /*{bgColorOverlay}*/ url("//imxdev2:8088/imxstyleguide//javax.faces.resource/primefaces-sam/images/ui-bg_flat_0_aaaaaa_40x100.png.jsf") /*{bgImgUrlOverlay}*/ 50% /*{bgOverlayXPos}*/ 50% /*{bgOverlayYPos}*/ repeat-x /*{bgOverlayRepeat}*/;
    opacity: .3;
    filter: alpha(opacity=30) /*{opacityOverlay}*/;
  }
  .ui-widget-shadow {
    margin: -8px /*{offsetTopShadow}*/ 0 0 -8px /*{offsetLeftShadow}*/;
    padding: 8px /*{thicknessShadow}*/;
    background: #aaaaaa /*{bgColorShadow}*/ url("//imxdev2:8088/imxstyleguide//javax.faces.resource/primefaces-sam/images/ui-bg_flat_0_aaaaaa_40x100.png.jsf") /*{bgImgUrlShadow}*/ 50% /*{bgShadowXPos}*/ 50% /*{bgShadowYPos}*/ repeat-x /*{bgShadowRepeat}*/;
    opacity: .3;
    filter: alpha(opacity=30) /*{opacityShadow}*/;
    -webkit-border-radius: 8px /*{cornerRadiusShadow}*/;
    border-radius: 8px /*{cornerRadiusShadow}*/;
  }
}
