/* 
    Created on : 27 avr. 2017
    Author     : Julien Crego
    Author Url : http://dev.juliencrego.com/
*/
#automatichxmenu {
  margin-right: 20px; }
  #automatichxmenu .button-primary {
    background-color: #159FC7;
    border-color: #159FC7;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none; }
  #automatichxmenu .button-primary:hover {
    background-color: #107a99;
    border-color: #107a99; }
  #automatichxmenu header {
    border: 1px solid #cccccc;
    border-width: 1px 1px 0 1px;
    position: relative;
    height: 80px;
    margin-top: 20px;
    padding-left: 90px;
    line-height: 50px;
    border-radius: 5px 5px 0px 0px;
    background: #159FC7 url("../img/logo_plugin.png") no-repeat 10px; }
    #automatichxmenu header h1 {
      color: #fff; }
    #automatichxmenu header #logo {
      position: absolute;
      right: 30px;
      top: -10px;
      display: block;
      width: 100px;
      height: 100px;
      background: url("../img/logo.png") no-repeat;
      -webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
              box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
      border-radius: 50px; }
  #automatichxmenu .ahxm-menu {
    width: 150px;
    float: left;
    margin: 0px;
    padding: 0px;
    z-index: 30; }
    #automatichxmenu .ahxm-menu ul, #automatichxmenu .ahxm-menu li {
      margin: 0px;
      padding: 0px; }
    #automatichxmenu .ahxm-menu .ahxm-nav {
      padding: 10px 7px;
      display: block;
      border: 1px solid #cccccc;
      border-width: 0px 1px 1px 1px;
      background-color: #e9f8fd;
      text-decoration: none;
      color: #000;
      font-weight: bold; }
    #automatichxmenu .ahxm-menu .ahxm-nav:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }
    #automatichxmenu .ahxm-menu li:first-of-type .ahxm-nav {
      border-width: 1px 1px 1px 1px; }
    #automatichxmenu .ahxm-menu .ahxm-nav:hover {
      background-color: #eee; }
    #automatichxmenu .ahxm-menu .ahxm-nav-active,
    #automatichxmenu .ahxm-menu .ahxm-nav-active:hover {
      background-color: #ffffff;
      border-right-color: #ffffff; }
    #automatichxmenu .ahxm-menu .ahxm-nav-active {
      color: #159FC7 !important; }
  #automatichxmenu .ahxm-donate {
    border: 1px solid #cccccc;
    margin: 30px 0 0 0;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff; }
  #automatichxmenu .ahxm-tab {
    margin-left: 149px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 10px;
    display: none; }
  #automatichxmenu .ahxm-tab-active {
    display: block;
    z-index: 30; }
  #automatichxmenu h2 {
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #159FC7;
    color: #159FC7; }
  #automatichxmenu .form-table {
    clear: none; }
  #automatichxmenu textarea {
    width: 100%;
    height: 300px; }
