/**
 * 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 sectionForm
 * @author     gueldner
 * @since      16.03.2016
 * @version    $Id$
 **/
/*  =========================================================
basic config
general structure
category collection
========================================================== */
/*  =========================================================
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 {
  section.sectionForm {
    background: #f3f3f3;
    padding: 8rem 0px 6rem 0px;
  }
  section.sectionForm [class*='ui-grid-col-'] {
    text-align: left;
  }
}
/*  =========================================================
category collection
========================================================= */
@media screen {
  .sectionForm__categoryCollection {
    position: relative;
    margin: 0px;
    padding: 5px 0px 0px 20px;
    list-style: none;
    font: 600 normal 1.5rem 'Open Sans', Arial, sans-serif;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
  }
  .sectionForm__categoryCollection:before {
    content: '\e901';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    font: 400 normal 3.5rem 'icomoon';
    color: #a7a7a7;
  }
  .sectionForm__categoryCollection > li {
    margin: 0px 0px 0px 2.5rem;
    display: inline-block;
  }
}
@media screen {
  .sectionForm__categoryCollection__remove {
    margin-left: 0.5rem;
    vertical-align: middle;
    font-size: 2rem;
    text-decoration: none;
    color: inherit;
  }
}
/*  =========================================================
 icon info
========================================================= */
@media screen {
  section.sectionForm .icon-circleInfo {
    float: right;
    font-size: 2.6rem;
    color: #666;
    text-align: right;
    margin-left: 10px;
    cursor: pointer;
  }
}
