@font-face {
  font-family: 'LorienTrust';
  src: url('../UncialATTRegular.woff2') format('woff2'),
       url('../UncialATTRegular.woff') format('woff'),
       url('../UncialATTRegular.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
#jsn-gotoplink,
.page-header,
.subheading-category,
.metismenu-item,
ul.menu-mainmenu > li > a span.jsn-menutitle,
.componentheading,
.contentheading {
  font-family:LorienTrust, sans-serif !important;
  text-transform: capitalize;
}

body{
    background: url(../images/bg-master.jpg);
}

.card-header {
      padding: var(--card-cap-padding-y) var(--card-cap-padding-x);
  color: var(--light);
  font-size: 1.5rem;
  background-color: var(--card-cap-bg);
  border-bottom: var(--card-border-width) solid var(--card-border-color);
  margin-bottom: 0;
  background: #141D24 url(../images/header-bg.jpg) center top no-repeat
}

    .footer {
  color: #fff;
  background: #141D24 url(../images/footer-bg.jpg);
  margin-top: 1em;
}

.footer .grid-child {
  justify-content: center;
  align-items: center;
  padding: 2.5rem .5em;
}

.container-header {
  z-index: 10;
  background: #141D24 url('../images/header-bg.jpg') center top no-repeat;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
}

.menu-sidemenu  .metismenu-item {
font-size: 0.9rem !important;
}

main {
  background-color: var(--white);
  border-radius: 2px;
  padding:15px;
}

.grid-table {
  display:grid;
  padding:10px;
}

.grid-table > div {
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.grid-table-4 {
  grid-template-columns: auto auto auto auto;
}

.grid-table-2 {
  grid-template-columns: auto auto;
}

.grid-table-top > div {
  justify-content: start;
}

.text-alert {
	border-top: 2px solid #FEABAB;
	border-bottom: 2px solid #FEABAB;
	background: #FFDFDF url(../images/icons/icon-text-alert.png) no-repeat;
}
.text-info {
	border-top: 2px solid #B7D2F2;
	border-bottom: 2px solid #B7D2F2;
	background: #DBE7F8 url(../images/icons/icon-text-info.png) no-repeat;
}
.text-download {
	border-top: 2px solid #DDEDBC;
	border-bottom: 2px solid #DDEDBC;
	background: #F2F9E5 url(../images/icons/icon-text-download.png) no-repeat;
}
.text-comment {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FEF8E1 url(../images/icons/icon-text-comment.png) no-repeat;
}
.text-tip {
	border-top: 2px solid #FEEBAB;
	border-bottom: 2px solid #FEEBAB;
	background: #FFFFD5 url(../images/icons/icon-text-tip.png) no-repeat;
}
.text-attachment {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f9f9f9 url(../images/icons/icon-text-attachment.png) no-repeat;
}
.text-video {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f9f9f9 url(../images/icons/icon-text-video.png) no-repeat;
}
.text-audio {
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	background: #f9f9f9 url(../images/icons/icon-text-audio.png) no-repeat;
}

.text-tip,
.text-info,
.text-alert,
.text-audio,
.text-video,
.text-comment,
.text-download,
.text-attachment {
	background-position: left center;
	padding: 0.8em 0.8em 0.8em 5em;
	min-height: 20px;
}

li.level-2:has(.MenuHide){
  display: none !important;
}

.MenuHide {
  	display: none !important;
	color: #404040;
	cursor: pointer;
	padding: 8px 0;
	text-decoration: none;
}

/* Tabs */
/**
 * @package   Tabs & Sliders
 * @contact   www.joomlashack.com, help@joomlashack.com
 * @copyright 2006-2015 JoomlaWorks Ltd. All rights reserved.
 * @copyright 2016-2026 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; */
  margin-top:20px !important;
  padding: 0 !important;
  list-style: none !important;
  background: none !important;
  line-height: normal !important;
  height: auto !important;
  text-align: left !important;
  overflow:visible !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: 10px;
  color: #222;
  border-radius: 5px;
  border: 1px solid #ddd;
  text-decoration: none;
  /* border-bottom: none; */
  /* background: #eee url(images/tab_bg.jpg) repeat-x 50%; */
}

ul.jwts_tabbernav li a:hover {
  border: 1px solid #ddd;
  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: #ddd;
  /* 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 #ddd;
  border-radius: 5px;
  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;
}
