html,
body,
p {
  font-size: 1em;
  font-weight: normal;
  color: #111;
  line-height: 170%;
}

body {
  background-size: auto;
  padding-bottom: 30px;
}

h1,
h2,
h3, 
h4 {
  color: #111111;
  font-weight: normal;
  line-height: 170%;
}

h5,
h6 {
  color: #333333;
  font-weight: normal;
  line-height: 130%;
}


p a a:hover {
  font-weight: 300;
  color: #111111;
  text-decoration: none;
  margin-bottom:20px;
}
a,
a:hover {
  font-weight: 400;
  color: #00b3b2;
  text-decoration: none;
}

br{
	line-height:150%;
}

img{
	max-width:100%; 
	height:auto;
}

.module {
  background-color: #fff;
}

.navbar-toggler-icon {
  width: 0.8em !important;
}
.navbar-brand {
  font-size: 1.1rem !important;
}

.footer {
  position: fixed;
  height: 25px;
  background-color: #333;
  z-index: 99;
  bottom: 0;
  width: 100%;
}

.footertext {
  color: #999;
  font-size: 90%;
  margin-left: 25px;
}

.news {
  float: left;
  margin: 15px 15px 0px 0px;
  width: 130px;
  height: auto;
}

.newsmid {
  float: left;
  margin: 15px 15px 0px 0px;
  width: 180px;
  height: auto;
}

.newsbig {
  /* 	float: left; 
	margin: 23px 15px 0px 0px;
	width: 240px; */
  width: 100%;
  display: block;
  height: auto;
  margin-bottom:30px;
}

.ver_menuitem {
  margin-top: 15px;
  text-align: center;
  font-size: 110%;
}

.page-item.active .page-link {
  background-color: #00b3b2;
  border-color: #00b3b2;
}
.page-link {
  color: #00b3b2;
}

.dataTables_info {
  display: none;
}

/* Custom styles for the mega dropdown */
    .mega-dropdown {
      position: static;
    }

    .mega-dropdown-menu {
      position: absolute;
      width: 100%;
      left: 0;
      padding: 0.5rem;
      background-color: #f8f9fa;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .mega-dropdown-menu .col {
      padding: 20px 12px;
    }

    .mega-dropdown:hover .mega-dropdown-menu {
      display: block;
    }
	
/* Print-specific styles */
@media print {
    /* Hide Google Ads and ad containers */
    .ad-container, 
    .adsbygoogle, 
    ins.adsbygoogle, 
    iframe, 
    .ad-space, 
    .ad-banner, 
    .ad-wrapper,
    .ad-slot {
        display: none !important;
        height: 0 !important;
        width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        visibility: hidden !important;
    }
    
    /* Improve general print layout */
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: none;
        padding: 10px !important;
        margin: 0 !important;
    }
    
    /* Remove unnecessary elements for printing */
    header, footer, nav, .no-print {
        display: none !important;
    }
    
    /* Ensure content takes full width */
    .container, .main-content {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Improve table readability */
    table {
        page-break-inside: auto;
        width: 100%;
    }
    
    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }
    
    /* Prevent page breaks in important content blocks */
    .company-details, .company-info {
        page-break-inside: avoid;
    }
    
    /* Links should show their URLs */
    /*a[href]:after {
        content: " (" attr(href) ")";
        font-size: 75%;
    }*/
    
    /* Remove unnecessary backgrounds and colors */
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    /* Improve margins for printing */
    @page {
        margin: 1cm;
    }
}