/**
 * 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      21.04.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-dialog {
    overflow: hidden;
    padding: 1rem;
    position: fixed;
    background-color: #fff;
  }
  .ui-shadow {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .ui-dialog .ui-dialog-title {
    float: left;
    font-size: 2.5rem;
    margin: 0.3em 16px 0.1em 0;
  }
  .ui-dialog .ui-dialog-buttonpane {
    padding: 0.3em 0 0.5em 0;
  }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em;
  }
  .ui-dialog-content .ui-icon-alert {
    background-image: none;
    float: left;
    height: 36px;
    width: 36px;
    position: relative;
  }
  .ui-dialog-content .ui-icon-alert::before {
    font-family: 'icomoon';
    content: "\e90c";
    font-size: 3.6rem;
    color: #003063;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
  }
}
@media screen {
  .ui-growl {
    width: 500px;
  }
  .ui-growl-item-container {
    opacity: 1;
    position: relative;
    background-color: #fff;
  }
  .ui-growl-item {
    padding: 2rem 1rem;
  }
  .ui-growl-item .ui-growl-image {
    background-image: none;
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .ui-growl-item .ui-growl-image::before {
    font-family: 'icomoon';
    content: '\e921';
    font-size: 3.6rem;
    color: #003063;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .ui-growl-item .ui-growl-message {
    width: 420px;
  }
  .ui-growl-item .ui-growl-message .ui-growl-title {
    display: block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1.66667em;
    font-weight: 600;
    text-align: center;
    margin: 0;
  }
  .ui-growl-item .ui-growl-message p {
    color: #666;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.66667em;
    font-weight: 400;
  }
}
