/**
 * 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     degener
 * @since      23.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-radiobutton {
    margin: 0px 0px 3rem 0px;
    width: 100%;
  }
  .ui-radiobutton > .ui-radiobutton-box {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
  }
  .ui-radiobutton > .ui-radiobutton-label {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    margin: 0px 0px 0px 10px;
    font: 400 normal 1.5rem 'Open Sans', Arial, sans-serif;
    cursor: pointer;
  }
  .ui-radiobutton > .ui-radiobutton-box.ui-state-error {
    border: 1px #e10019 solid;
  }
  .ui-radiobutton > .ui-radiobutton-box.ui-state-error + .ui-chkbox-label {
    color: #e10019;
  }
  .ui-radiobutton > .ui-radiobutton-box:not(.ui-state-error) {
    border: 1px #bebebe solid;
  }
  .ui-radiobutton > .ui-radiobutton-box:not(.ui-state-error) + .ui-chkbox-label {
    color: #333;
  }
}
