/**
 * @package   Tabs & Sliders
 * @contact   www.joomlashack.com, help@joomlashack.com
 * @copyright 2006-2015 JoomlaWorks Ltd. All rights reserved.
 * @copyright 2016-2024 Joomlashack. All rights reserved
 * @license   https://www.gnu.org/licenses/gpl.html GNU/GPL
 *
 * This file is part of Tabs & Sliders.
 *
 * Tabs & Sliders is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * (at your option) any later version.
 *
 * Tabs & Sliders is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Tabs & Sliders.  If not, see <https://www.gnu.org/licenses/>.
 */

/* Generic
------------------------------------------ */
a:active,
a:focus {
  outline: 0;
}

.jwts_clr {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Tabs
------------------------------------------ */
.jwts_tabber {
  display: none;
}

.jwts_tabberlive {
  margin: 4px 0;
  padding: 0;
}

/* The tab navigation */
ul.jwts_tabbernav {
  margin: 0 0 0 8px !important;
  padding: 0 !important;
  list-style: none !important;
  background: none !important;
  line-height: normal !important;
  height: auto !important;
  text-align: left !important;
}

ul.jwts_tabbernav li {
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  list-style: none !important;
  background: none !important;
  display: inline !important;
}

ul.jwts_tabbernav li a {
  font-size: 14px;
  margin: 0 2px 0 0;
  padding: 4px 10px 2px;
  color: #222;
  border-radius: 2px 2px 0 0;
  border: 1px solid #bbb;
  border-bottom: none;
  background: #eee url(images/tab_bg.jpg) repeat-x 50%;
}

ul.jwts_tabbernav li a:hover {
  color: #c64934;
  border: 1px solid #aaa;
  border-bottom: none;
  background: #f2f2f2;
  text-decoration: none;
}

ul.jwts_tabbernav li a:active,
ul.jwts_tabbernav li a:focus {
  outline: 0;
}

ul.jwts_tabbernav li.jwts_tabberactive a {
  background: #fff;
  border-bottom: 1px solid #fff;
}

ul.jwts_tabbernav li.jwts_tabberactive a:hover {
  background: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

ul.jwts_tabbernav li.jwts_tabberactive,
ul.jwts_tabbernav li.jwts_tabberinactive {
  background: none;
  padding: 0;
  margin: 0;
}

/* The tab content */
.jwts_tabberlive .jwts_tabbertab {
  text-align: left;
  margin: 2px 0 0 !important;
  padding: 8px;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
}

.jwts_tabberlive .jwts_tabbertab h2.jwts_heading,
.jwts_tabberlive .jwts_tabbertabhide {
  display: none;
}

/* Sliders (accordion)
------------------------------------------ */
div.jwts_toggleControlContainer {
}

div.jwts_toggleControlContainer a.jwts_toggleControl {
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: url(images/tab_bg.jpg) repeat-x;
  background-position-y: 40%;
  padding: 4px;
  margin-bottom: 1px;
  line-height: normal;
}

div.jwts_toggleControlContainer a.jwts_toggleOn {
  color: #c64934;
  margin-bottom: 0;
  border-radius: 2px 2px 0 0;
}

div.jwts_toggleControlContainer a.jwts_toggleControl span.jwts_togglePlus,
div.jwts_toggleControlContainer a.jwts_toggleControl span.jwts_toggleMinus {
  display: none;
}

div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle {
  line-height: normal;
  background: url(images/arrows.png) no-repeat 0 -146px;
  padding-left: 20px;
}

div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
  line-height: normal;
  background: url(images/arrows.png) no-repeat 0 -1px;
  padding-left: 20px;
}

div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlNotice {
  color: #999;
  font-size: 10px;
  display: block;
  float: right;
  line-height: 14px;
  vertical-align: bottom;
}

div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlNotice {
  display: none;
}

div.jwts_toggleContent {
}

div.jwts_content {
  padding: 4px 8px;
  margin-bottom: 1px;
  border: 1px solid #ccc;
  border-radius: 0 0 2px 2px;
  border-top: 0;
}
