/* ---------------------------------------------------- Error Message */
  .error_msg {
    background-color: #EEBBBB;
    background-image: url(img/notice-error.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    border: 1px solid #996666;
    color: #330000;
    margin: 10px 5px;
    min-height: 28px;
    padding: 6px 5px 6px 45px;
    text-align: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

/* ---------------------------------------------------- Alert Message */
  .alert_msg {
    background-image: url(img/notice-alert.png);
    background-repeat: no-repeat;
    background-position: 5px;
    margin: 10px 5px 10px 5px;
    padding: 6px 5px 6px 45px;
    min-height: 28px;
    background-color: #D7ECB8;
    border: 1px solid #93C44A;
    color: #537225;
    text-align: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

/* ---------------------------------------------------- Alert Message */
  .notice_msg {
    background-color: #FCF9D2;
    background-image: url(img/notice-info.png);
    background-position: 5px 50%;
    background-repeat: no-repeat;
    border: 1px solid #F9D43E;
    color: #000000;
    margin: 10px 5px;
    min-height: 28px;
    padding: 6px 5px 6px 45px;
    text-align: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }

/* ---------------------------------------------------- Empty Message */
  .empty_msg {
    background-color: #F9F9F9;
    text-align:center;
  }
  tr.empty_msg > td {
    font-weight:bold;
    padding:6px;
  }

/* ---------------------------------------------------- */
  .fieldlabel .section-title {
    font-size:18px;
    padding:10px 0 10px 10px;
    text-align:left;
  }
  .fieldarea .section-desc {
    font-size:14px;
    padding:10px 0;
    text-align:left;
  }

/* ---------------------------------------------------- */
  .wbavatax_data {
    border-collapse: collapse;
  }
  .wbavatax_data tr th {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #aaa;
  }
  .wbavatax_data tr td {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
  }
  .wbavatax_data tr:nth-child(even) td {
    background-color: #efefef;
  }

/* ---------------------------------------------------- */
  .wbavatax_pagination .report {
    font-size: 12px;
    line-height: 32px;
  }
  .wbavatax_pagination .links {
    text-align: right;
    padding:5px 0;
  }
  .wbavatax_pagination .links a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #CCC;
    border-right: none;
  }
  .wbavatax_pagination .links a:first-child {
    border-radius: 4px 0 0 4px;
  }
  .wbavatax_pagination .links a:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #CCC;
  }
  .wbavatax_pagination .links a.active {
    font-weight: bold;
    background: #efefef;
  }

/* ---------------------------------------------------- */
  .wbavatax_footer {
    text-align: center;
  }

/* ---------------------------------------------------- */
  .wbavatax_tabs {
    position: relative;
  }
  .wbavatax_tabs #tabs {
  }
  .wbavatax_tabs #tabs ul {
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    height: auto;
    min-height: 30px;
    overflow: hidden; /* correct overflow causing content to wrap messy */
  }
  .wbavatax_tabs #tabs ul li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
  }
  .wbavatax_tabs #tabs ul li > a,
  .wbavatax_tabs #tabs ul li > a:visited,
  .wbavatax_tabs #tabs ul li > a:hover {
    box-sizing: border-box;
    display: block;
    margin-left: 5px;
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #efefef;
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    color: #202F60;
  }
  .wbavatax_tabs #tabs ul li > a.disabled {
    opacity: 0.4;
  }
  .wbavatax_tabs #tabs ul li.tabselected > a {
    font-weight: bold;
  }
  .wbavatax_tabs #tabs ul li.tool {
    float: right!important;
    position: relative;
    top: -2px;
    margin-left: 5px;
  }
  .wbavatax_tabs #tabs ul li.tool strong {
    font-size: 1.1em;
    margin: 0 5px 0 0;
    color: #2e6194;
  }
  .wbavatax_tabs #tabs ul li.tool input,
  .wbavatax_tabs #tabs ul li.tool select {
    border-radius: 1px;
    border: 1px solid #ddd;
    line-height: auto;
    padding: 2px 6px;
    margin: 0;
    box-shadow: inset 0px 2px 1px #eee;
  }
  .wbavatax_tabs #tabs ul li.tool select {
    color: #333;
    background-color: #FFFFCC;
  }

