/**
 * 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-datepicker table {
    border-collapse: collapse;
    font-size: 1.6rem;
  }
  .ui-datepicker {
    width: 300px;
    padding: 5px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .ui-datepicker th {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.5em 0.3em 0.3em 0.3em;
    text-align: center;
  }
  .ui-datepicker .ui-datepicker-calendar .ui-state-default {
    background-color: #f3f3f3;
  }
  .ui-datepicker .ui-datepicker-calendar .ui-state-hover {
    color: #000;
    background-color: #bfd6e9;
  }
  .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
  .ui-datepicker .ui-datepicker-calendar .ui-state-active {
    color: #fff;
    background-color: #003063;
  }
  .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
  .ui-datepicker .ui-datepicker-calendar .ui-state-active {
    color: #fff;
    background-color: #405775;
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    padding: 0.2em 0.5em 0.2em 0.2em;
  }
}
