/**
 * @brief AmadeusTCSStyle Theme parts styles
 * @details Plugin / Theme Styles
 * @author JB Lebrun <jb.lebrun@ideogram-design.fr>
 * @version 1.0
 * @date Creation: Oct 2018
 * @date Modification: Oct 2018
 * @copyright 2018 Ideogram Design
 */

/* button part */
a.amadeusButton {
  color: white;
  margin: 4px 0 0;
  display: inline-block;
  background: #005195;
  padding: 4px 16px;
  font-weight: bold;
  border:solid 1px white;
}

a.amadeusButton:hover {
  background:#00a9e0;
}


/* layered menu part */
div.amadeusLayeredMenuHeader{
  position:absolute;
  left: 200px;
  top: 200px;
  z-index:100;
  overflow: hidden;
  display:none;
  padding:0 0;
  background:#00A9E0;
  margin:1px 0;
  width:174px;
}

div.amadeusLayeredMenuSeparator{
  height:4px;
  font-size:1px;
}

div.amadeusLayeredMenuIcon{
  float:left;
  margin-right:4px;
}

a.amadeusLayeredMenuItem {
  display:block;
  clear:both;
  color:white;
  letter-spacing:1px;
  text-align:left;
  padding:5px 10px;
  background:none;
  font-size:11px;
}

a.amadeusLayeredMenuItem:hover{
  background: #6AD1E3;
  text-decoration:none;
}

div.amadeusLayeredMenuItem{
  padding:3px 20px 3px 4px;
  clear:both;
  color:#white;
  font-weight:bold;
  text-align:left;
  font-size:11px;
}
