/**
 * 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 {
  label.ui-outputlabel {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.4em;
    font-weight: 400;
    color: #333;
    display: inline-block;
    vertical-align: top;
    margin: 14px 10px 0 0;
  }
}
@media screen {
  input.ui-inputfield {
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 1.6rem;
    margin: 0px 0px 2rem 0px;
    font: 400 normal 1.5rem 'Open Sans', Arial, sans-serif;
  }
  input.ui-inputfield.ui-state-error {
    border: 1px #e10019 solid !important;
    color: #e10019 !important;
  }
  input.ui-inputfield:not(.ui-state-error) {
    border: 1px #bebebe solid;
    color: #666;
  }
  input.ui-inputfield.hasDatepicker {
    background: #fff url('../../images/_vendor/hasDatepicker.svg');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
  }
  .ui-autocomplete {
    display: block;
  }
  .ui-calendar {
    display: block;
  }
}
