/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  .ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 3px 3px 3px 3px;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}
  .panel-body {
    padding: 1px;
}
  /*-------------------------------------------------------------------------*/
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
   .ibox-content {   
    padding: 5px 5px 5px 5px !important;   
}
  .panel-body {
    padding: 5px;
}
   div#xenno {
    bottom: 30px !important;
    right: 30px !important;
	
}
  
  .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }

 
 /*-------------------------------------------------------------------------*/ 
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
  
   .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }

  
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPad 3 (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPad 3 (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
  
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
 .search-content {
margin: 0 auto 0 auto;
/*max-width: 520px;*/
width: 100%;
box-sizing: border-box;
position: relative;
padding: 0 10px
} 
.navbar-light .navbar-nav .nav-link {
  color: #854000 !important;
}
  
  
  
/*-------------------------------------------------------------------------*/ 
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 4 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 4 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 5 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 5 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 6 (landscape) ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 6 (portrait) ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 6+ (landscape) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* iPhone 6+ (portrait) ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* Samsung Galaxy S3 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* Samsung Galaxy S3 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* Samsung Galaxy S4 (landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
     .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 
}

/* Samsung Galaxy S4 (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
   .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
/*-------------------------------------------------------------------------*/ 

}

/* Samsung Galaxy S5 (landscape) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
  .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  }
  
  
/*-------------------------------------------------------------------------*/   
}

/* Samsung Galaxy S5 (portrait) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
 .navbar-light .navbar-nav .nav-link {
	font-size:12px !important;
    text-transform: uppercase !important;
}
  .social-part {
	  font-size:14px !important;
	  text-align: center !important;	
	  letter-spacing: 10px !important;	  
  } 
  
  
  
/*-------------------------------------------------------------------------*/ 
}



.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color: #17a2b8;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}

.hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

h2 {
    font-size: 24px;
    font-weight: 100;
}




.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: black;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul {
   list-style: none;
    padding: 0;
    margin: 0;
}
ol {

    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
   /* content: "\f140";*/
   /* font: 400 21px/1 "Material Design Icons";*/
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.img-responsive {
    width: 100%;
}

div#xenno {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 30px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
div#error {
    position: sticky;
    width: auto;
    height: auto;
    bottom: 10px;
    right: auto;
	left: auto;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
div#allert {
    position: sticky;
    width: auto;
    height: auto;
    bottom: 10px;
    right: auto;
	left: auto;
    background-color: #E4924D;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.banner{
	text-align:center;
	margin: 0 auto;
}

/* unvisited link */
a:link {
  color: #fd7336;
}

/* visited link */
a:visited {
  color: green;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: black;
}

/*   table,th,td {
  border : 1px solid black;
  border-collapse: collapse;
}
th,td {
  padding: 5px;
}
*/
/*

.table {
 display: flex;
 flex-direction: column;
 width: 100%;
 }
.table-header, .table-row {
 display: flex;
 width: 100%;
 }
 .table-header {
 background-color: #f2f2f2;
 font-weight: bold;
 
 }
 .table-cell {
 flex: 1;
 padding: 10px;
 border: 1px solid #ddd;
 
 }
 .table-cell-no {
 flex: 1;
 padding: 10px;
 }
 .table-grey {
 flex: 1;
 padding: 10px;
 border: 1px solid #ddd;
 background-color: #f2f2f2;
 }
 @media (max-width: 600px) {
 .table-header, .table-row {
 flex-direction: column;
 }
 .table-cell {
 border: none;
 border-bottom: 1px solid #ddd;
 }
 }
 
 */
 
 
 
 


/* Responsive */
@media (max-width: 600px) {
  .table-header {
    display: none; /* ascundem antetul pe mobil */
  }
/*
  .table-row {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .table-cell {
    display: block;
    width: 100%;
    border: none;
    padding: 8px 0;
    position: relative;
	text-align:left;
  }



  .table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #555;
    margin-bottom: 4px;
  }
*/


 
  .pagination {
 font-size:0.7em !important;
 margin: 10px 0 !important;
 text-align: center;
}
.pagination a, .pagination span {
display: inline-block;
 padding: 4px 8px  !important; 
 margin: 0 2px;
border: 1px solid #ddd;
 text-decoration: none;
color: #000;
 }
.pagination a:hover {
 background-color: #ddd;
 }
.pagination .current {
 background-color: #4CAF50;
 color: white;
 border: 1px solid #4CAF50;
 }
 .pagination span {
 cursor: default;
}
}


.pagination {
 font-size:0.7em;
 margin: 20px 0;
 text-align: center;
}
.pagination a, .pagination span {
display: inline-block;
 padding: 8px 16px;
 margin: 0 4px;
border: 1px solid #ddd;
 text-decoration: none;
color: #000;
 }
.pagination a:hover {
 background-color: #ddd;
 }
.pagination .current {
 background-color: #4CAF50;
 color: white;
 border: 1px solid #4CAF50;
 }
 .pagination span {
 cursor: default;
}

 #register_form fieldset:not(:first-of-type) {
    display: none;
  }
  .modalBox {
    position:fixed;
    font-family: Arial, Helvetica,sans-serif;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.8);
    color:black;
    z-index:99999;
    opacity :0;
    -webkit-transition:opacity 400ms ease-in;
    -moz-transition:opacity 400ms ease-in;
    transition:opacity 400ms ease-in;
    pointer-events:none;
}
/*When the href are clicked*/
.modalBox:target {
    opacity: 1;
    pointer-events: auto;
}
/*Positioning of the child box*/
.modalBox>div {
    width:400px;
    position:relative;
    margin:10% auto;
    padding:5px 20px 13px 20px;
    border-radius:0px;
    background:white;
}
/*Positioning and style of the close button*/
.close {
    background:white;
    color:black;
    line-height:25px;
    position:absolute;
    right:1px;
    text-align:center;
    top:1px;
    width:35px;
    text-decoration:none;
    font-weight:bold;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    -moz-box-shadow:1px 1px 3px #000;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow:none;
    border:none;
}
/*Style when mouse hovers on the close button*/
.close:hover {
    background:black;
    color:white;
}
/*Default style of the open pop-up button*/
.button {
    background-color:green;
    border:none;
    color:white;
    padding:2px 10px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    font-size:16px;
    margin:4px 2px;
    cursor:pointer;
	color: orange !important;
} 

 @media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
  /*am anulat display:block pentru alinierea la dreapta a iconitelor social */
  .navbar-collapse.collapse{/*display:block!important;*/height:auto!important;padding-bottom:0;overflow:visible!important} 
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}

.frame {
  
  border: 3px solid red;
  background: red;
  /*margin: auto;
 
  */
   width: 110px;
  height: 110px;
  padding: 15px 10px;
  
}
/*
img {
 
	width: 100px;
	height: 100px;
}
*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px !important;}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  /*width: 80%;*/
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
  overflow: auto; /* Enable scroll if needed */
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@media (min-width: 768px){
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
    max-width: 20% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
    max-width: 20% !important;
flex:none !important;
  }
}


.textareaContainer {
	display: block;
	border: 2px solid #38c;
	padding: 10px;
  }
textarea { 
	border: 2px solid #38c;
  width: 100%; 
  margin: 0; 
  padding: 0; 
  border-width: 0; 
  }
  
 /* .button {
    display: inline-block;
    border: 1px solid;
    border-color: #012766;
    background: #012766;
    padding: 10px 16px;
    border-radius: 4px;
    color: #ffffff;
}*/
[id^=modal] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
[id^=modal]:target {
    display: block;
}

/* input[type=checkbox] {
    position: absolute;
    clip: rect(0 0 0 0);
} */
.popup {
    width: 100%;
    height: 100%;
    z-index: 99999;
	overflow: auto; /* Enable scroll if needed */
}
.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    
    background: #000000b3;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
  
}

.popup__wrapper {
    position: fixed;
    z-index: 9;
    width: 100%;
	height: 100%;
    max-width: 600px;
	max-height:500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 58px 32px 32px 32px;
    background: #fff;
	overflow: auto; /* Enable scroll if needed */
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 26px;
}
/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 350px;
    overflow-y: auto;
}

div#xenno {
    position: fixed;
    width: 20px;
    height: 20px;
    bottom: 90px;
    right: 30px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.search-container {
position: relative;
}
/*
.search-content {
margin: 0 auto 0 auto;
max-width: 520px;
width: 100%;
box-sizing: border-box;
position: relative;
padding: 0 10px
}
*/
input.search-input {
width: 100%;
box-sizing: border-box;
font-size: 16px;
height: 46px;
max-width: none;
padding: 0 91px 0 12px;
margin-bottom: 0;
border-color: var(--input-border-color-alt);
}
.search-half {
margin: 0 auto 0 auto;
max-width: 230px;
width: 100%;
box-sizing: border-box;
position: relative;
padding: 0 10px;
height: 45px;

}
.search-button {
/*background-image: url('../../images/search.svg');*/
background-position: center center;
background-repeat: no-repeat;
background-color: #00b16a;
background-size: 20px;
padding: 10px 8px;
border-radius: 0 3px 3px 0;
width: 45px;
height: 45px;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
}
.search-button:hover {
background-image: url('../../images/searchg.svg');
background-color: #fd7336;
width: 45px;
height: 45px;
}
.clear-button {
background: url('../../images/clear.svg') no-repeat center center;
background-size: 14px;
padding: 10px 8px;
width: 30px;
height: 46px;
cursor: pointer;
position: absolute;
right: 46px;
top: 0;
filter: var(--button-clear-invert);
}
.clear-button:hover {
filter: var(--button-clear-invert-h);
}
.background > .content-home .search-input {
box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.20);
transition: box-shadow 0.2s ease-out;
border: 0;
}
.background > .content-home .search-input:hover, .background > .content-home .search-input:active, .background > .content-home .search-input:focus {
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.30);
border: 0;
}
.search-content-s {
margin: 10px 0;
float: left;
max-width: 710px;
width: 100%;
padding: 0;
}
.search-content-s .search-input {
height: 36px;
padding-right: 79px;
padding-left: 9px;
background: var(--input-bg-color-alt);
}
.search-content-s .clear-button {
right: 40px;
}
.search-content-s .clear-button,
.search-content-s .search-button {
height: 22px;
padding: 7px 5px;
}

.content {
overflow: auto;
background: var(--background-color);
box-sizing: border-box;
}
.content-home {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.home-description {
margin: 30px auto 0 auto;
font-size: 16px;
padding: 0 10px;
display: table;
text-align: center;
}
.home-center {
width: 90%;
padding-bottom: 200px;
}
.home-center {
    padding-bottom: 100px;
    margin-top: 10px;
    }
    .background .home-center {
    margin-top: 0;
    }


/* Ascunde imaginea implicit (pe desktop) */
.mobil-only {
  display: none;
}

/* === Stiluri implicite pentru desktop === */
.table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-header, .table-row {
  display: flex;
  width: 100%;
}

.table-header {
  background-color: #f2f2f2;
  font-weight: bold;
}

.table-cell {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
 .table-cell-no {
 flex: 1;
 padding: 10px;
 }
.table-grey {
 flex: 1;
 padding: 10px;
 border: 1px solid #ddd;
 background-color: #f2f2f2;
 }
 .table-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}


/* Afișează imaginea doar pe ecrane mai mici de 768px (mobil/tabletă) */
@media (max-width: 768px) {
  .mobil-only {
    display: block ;
    width: 100%; /* opțional, pentru responsive */
    height: auto;
  }
  
  
.ascunde-pe-mobil {
    display: none !important;
  }

  /*
  .table-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .table-cell {
    flex: 1 1 100%;
    display: block;
    width: 100%;
    border: none;
    padding: 8px 0;
    position: relative;
    text-align: left;
  }

  .table-cell.mobil-only {
    flex: 0 0 auto;
    width: 200px; 
    padding: 0;
    align-self: flex-start;
    text-align: right;
  }

  .table-cell.mobil-only img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #555;
    margin-bottom: 4px;
  }



  .table-cell a {
    display: block;
    color: #fd7336;
    text-decoration: none;
  }
  
  */
 .table-header {
    display: none; /* ascundem antetul pe mobil */
  }
  .table-hide {
    display: none; /* ascundem antetul pe mobil */
  }
  .table-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .table-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .table-cell {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
    text-align: left;
  }

  .table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #555;
    margin-bottom: 4px;
  }

  .table-cell a {
    display: block;
    color: #fd7336;
    text-decoration: none;
  }

  .table-image {
    flex: 0 0 100px;
    text-align: right;
  }

  .table-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }



}


.ibox-content {
    background-color: #FFFFFF;
    color: inherit;
   /* padding: 15px 20px 20px 20px; */
    border-color: #E7EAEC;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
}

.search-form {
    margin-top: 10px;
}

.search-result h3 {
    margin-bottom: 0;
    color: #17a2b8;
}

.search-result .search-link {
    color: #006621;
}

.search-result p {
    font-size: 12px;
    margin-top: 5px;
}

.hr-line-dashed {
    border-top: 1px dashed #E7EAEC;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

h2 {
    font-size: 24px;
    font-weight: 100;
}




.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

.footer-classic a, .footer-classic a:focus, .footer-classic a:active {
    color: black;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul {
   list-style: none;
    padding: 0;
    margin: 0;
}
ol {

    padding: 0;
    margin: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-list li a:before {
   /* content: "\f140";*/
   /* font: 400 21px/1 "Material Design Icons";*/
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.img-responsive {
    width: 100%;
}

div#xenno {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 30px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
.banner{
	text-align:center;
	margin: 0 auto;
}

/* unvisited link */
a:link {
	color: #854000 ;
  /*color: #fd7336;*/
}

/* visited link */
a:visited {
  /*color: green;*/
  color: #00610B;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: black;
}

/*   table,th,td {
  border : 1px solid black;
  border-collapse: collapse;
}
th,td {
  padding: 5px;
}
*/
/*

.table {
 display: flex;
 flex-direction: column;
 width: 100%;
 }
.table-header, .table-row {
 display: flex;
 width: 100%;
 }
 .table-header {
 background-color: #f2f2f2;
 font-weight: bold;
 
 }
 .table-cell {
 flex: 1;
 padding: 10px;
 border: 1px solid #ddd;
 
 }
 .table-cell-no {
 flex: 1;
 padding: 10px;
 }
 .table-grey {
 flex: 1;
 padding: 10px;
 border: 1px solid #ddd;
 background-color: #f2f2f2;
 }
 @media (max-width: 600px) {
 .table-header, .table-row {
 flex-direction: column;
 }
 .table-cell {
 border: none;
 border-bottom: 1px solid #ddd;
 }
 }
 
 */
 
 
 
 


/* Responsive */
@media (max-width: 600px) {
  .table-header {
    display: none; /* ascundem antetul pe mobil */
  }
/*
  .table-row {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .table-cell {
    display: block;
    width: 100%;
    border: none;
    padding: 8px 0;
    position: relative;
	text-align:left;
  }



  .table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #555;
    margin-bottom: 4px;
  }
*/


 
  .pagination {
 font-size:0.7em !important;
 margin: 10px 0 !important;
 text-align: center;
}
.pagination a, .pagination span {
display: inline-block;
 padding: 4px 8px  !important; 
 margin: 0 2px;
border: 1px solid #ddd;
 text-decoration: none;
color: #000;
 }
.pagination a:hover {
 background-color: #ddd;
 }
.pagination .current {
 background-color: #4CAF50;
 color: white;
 border: 1px solid #4CAF50;
 }
 .pagination span {
 cursor: default;
}
}


.pagination {
 font-size:0.7em;
 margin: 20px 0;
 text-align: center;
}
.pagination a, .pagination span {
display: inline-block;
 padding: 8px 16px;
 margin: 0 4px;
border: 1px solid #ddd;
 text-decoration: none;
color: #000;
 }
.pagination a:hover {
 background-color: #ddd;
 }
.pagination .current {
 background-color: #4CAF50;
 color: white;
 border: 1px solid #4CAF50;
 }
 .pagination span {
 cursor: default;
}

 #register_form fieldset:not(:first-of-type) {
    display: none;
  }
  .modalBox {
    position:fixed;
    font-family: Arial, Helvetica,sans-serif;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.8);
    color:black;
    z-index:99999;
    opacity :0;
    -webkit-transition:opacity 400ms ease-in;
    -moz-transition:opacity 400ms ease-in;
    transition:opacity 400ms ease-in;
    pointer-events:none;
}
/*When the href are clicked*/
.modalBox:target {
    opacity: 1;
    pointer-events: auto;
}
/*Positioning of the child box*/
.modalBox>div {
    width:400px;
    position:relative;
    margin:10% auto;
    padding:5px 20px 13px 20px;
    border-radius:0px;
    background:white;
}
/*Positioning and style of the close button*/
.close {
    background:white;
    color:black;
    line-height:25px;
    position:absolute;
    right:1px;
    text-align:center;
    top:1px;
    width:35px;
    text-decoration:none;
    font-weight:bold;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    -moz-box-shadow:1px 1px 3px #000;
    -webkit-box-shadow:1px 1px 3px #000;
    box-shadow:none;
    border:none;
}
/*Style when mouse hovers on the close button*/
.close:hover {
    background:black;
    color:white;
}
/*Default style of the open pop-up button*/
.button {
    background-color:green;
    border:none;
    color:white;
    padding:2px 10px;
    text-align:center;
    text-decoration:none;
    display:inline-block;
    font-size:16px;
    margin:4px 2px;
    cursor:pointer;
	color: orange !important;
} 

 @media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}

.frame {
  
  border: 3px solid red;
  background: red;
  /*margin: auto;
 
  */
   width: 110px;
  height: 110px;
  padding: 15px 10px;
  
}
/*
img {
 
	width: 100px;
	height: 100px;
}
*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px !important;}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  /*width: 80%;*/
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
  overflow: auto; /* Enable scroll if needed */
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@media (min-width: 768px){
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
    max-width: 20% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    *width: 20%;
    max-width: 20% !important;
flex:none !important;
  }
}


.textareaContainer {
	display: block;
	border: 2px solid #38c;
	padding: 10px;
  }
textarea { 
	border: 2px solid #38c;
  width: 100%; 
  margin: 0; 
  padding: 0; 
  border-width: 0; 
  }
  
 /* .button {
    display: inline-block;
    border: 1px solid;
    border-color: #012766;
    background: #012766;
    padding: 10px 16px;
    border-radius: 4px;
    color: #ffffff;
}*/
[id^=modal] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
[id^=modal]:target {
    display: block;
}

/* input[type=checkbox] {
    position: absolute;
    clip: rect(0 0 0 0);
} */
.popup {
    width: 100%;
    height: 100%;
    z-index: 99999;
	overflow: auto; /* Enable scroll if needed */
}
.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    
    background: #000000b3;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
  
}

.popup__wrapper {
    position: fixed;
    z-index: 9;
    width: 100%;
	height: 100%;
    max-width: 600px;
	max-height:500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    padding: 58px 32px 32px 32px;
    background: #fff;
	overflow: auto; /* Enable scroll if needed */
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 26px;
}
/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    height: 350px;
    overflow-y: auto;
}

div#xenno {
    position: fixed;
    width: 20px;
    height: 20px;
    bottom: 90px;
    right: 30px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.search-container {
position: relative;
}
/*
.search-content {
margin: 0 auto 0 auto;
max-width: 520px;
width: 100%;
box-sizing: border-box;
position: relative;
padding: 0 10px
}
*/
input.search-input {
width: 100%;
box-sizing: border-box;
font-size: 16px;
height: 46px;
max-width: none;
padding: 0 91px 0 12px;
margin-bottom: 0;
border-color: var(--input-border-color-alt);
}
.search-half {
margin: 0 auto 0 auto;
max-width: 230px;
width: 100%;
box-sizing: border-box;
position: relative;
padding: 0 10px;
height: 45px;

}
.search-button {
/*background-image: url('../../images/search.svg');*/
background-position: center center;
background-repeat: no-repeat;
background-color: #00b16a;
background-size: 20px;
padding: 10px 8px;
border-radius: 0 3px 3px 0;
width: 45px;
height: 45px;
cursor: pointer;
position: absolute;
right: 0;
top: 0;
}
.search-button:hover {
background-image: url('../../images/searchg.svg');
background-color: #fd7336;
width: 45px;
height: 45px;
}
.clear-button {
background: url('../../images/clear.svg') no-repeat center center;
background-size: 14px;
padding: 10px 8px;
width: 30px;
height: 46px;
cursor: pointer;
position: absolute;
right: 46px;
top: 0;
filter: var(--button-clear-invert);
}
.clear-button:hover {
filter: var(--button-clear-invert-h);
}
.background > .content-home .search-input {
box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.20);
transition: box-shadow 0.2s ease-out;
border: 0;
}
.background > .content-home .search-input:hover, .background > .content-home .search-input:active, .background > .content-home .search-input:focus {
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.30);
border: 0;
}
.search-content-s {
margin: 10px 0;
float: left;
max-width: 710px;
width: 100%;
padding: 0;
}
.search-content-s .search-input {
height: 36px;
padding-right: 79px;
padding-left: 9px;
background: var(--input-bg-color-alt);
}
.search-content-s .clear-button {
right: 40px;
}
.search-content-s .clear-button,
.search-content-s .search-button {
height: 22px;
padding: 7px 5px;
}

.content {
overflow: auto;
background: var(--background-color);
box-sizing: border-box;
}
.content-home {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
.home-description {
margin: 30px auto 0 auto;
font-size: 16px;
padding: 0 10px;
display: table;
text-align: center;
}
.home-center {
width: 90%;
padding-bottom: 200px;
}
.home-center {
    padding-bottom: 100px;
    margin-top: 10px;
    }
    .background .home-center {
    margin-top: 0;
    }


/* Ascunde imaginea implicit (pe desktop) */
.mobil-only {
  display: none;
}

/* === Stiluri implicite pentru desktop === */
.table {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.table-header, .table-row {
  display: flex;
  width: 100%;
}

.table-header {
  background-color: #f2f2f2;
  font-weight: bold;
}

.table-cell {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
 .table-cell-no {
 flex: 1;
 padding: 10px;
 }
.table-grey {
 flex: 1;
 padding: 10px;
 border: 1px solid #ddd;
 background-color: #f2f2f2;
 }
 .table-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}


/* Afișează imaginea doar pe ecrane mai mici de 768px (mobil/tabletă) */
@media (max-width: 768px) {
  .mobil-only {
    display: block;
    width: 100%; /* opțional, pentru responsive */
    height: auto;
  }
  
  
.ascunde-pe-mobil {
    display: none !important;
  }

  /*
  .table-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .table-cell {
    flex: 1 1 100%;
    display: block;
    width: 100%;
    border: none;
    padding: 8px 0;
    position: relative;
    text-align: left;
  }

  .table-cell.mobil-only {
    flex: 0 0 auto;
    width: 200px; 
    padding: 0;
    align-self: flex-start;
    text-align: right;
  }

  .table-cell.mobil-only img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  .table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #555;
    margin-bottom: 4px;
  }



  .table-cell a {
    display: block;
    color: #fd7336;
    text-decoration: none;
  }
  
  */
 .table-header {
    display: none; /* ascundem antetul pe mobil */
  }
  .table-hide {
    display: none; /* ascundem antetul pe mobil */
  }
  .table-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }

  .table-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .table-cell {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    position: relative;
    text-align: left;
  }

  .table-cell::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    color: #555;
    margin-bottom: 4px;
  }

  .table-cell a {
    display: block;
    color: #fd7336;
    text-decoration: none;
  }

  .table-image {
    flex: 0 0 100px;
    text-align: right;
  }

  .table-image img {
    max-width: 100%;
    height: auto;
    display: block;
  }



}

/*
.tg  {border-collapse:collapse;border-spacing:0;}

.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}

 
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
 
  
.tg .tg-0lax{text-align:left;vertical-align:top}
*/

.tg  {border-collapse:collapse;border-spacing:0;width: 100%;}

.tg td{border-color:black;border-style:none;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}

 
.tg th{border-color:black;border-style:none;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
 
  
.tg .tg-0lax{text-align: center;vertical-align:top}
.tg .tg-0laxr{text-align: left;vertical-align:top}


@media screen and (max-width: 767px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}*/

/* Buton fix */
 #acc-btn {
  position: fixed !important;        /* fixează butonul peste tot conținutul paginii */
  bottom: 20px !important;           /* distanță de jos */
  right: 20px !important;            /* distanță de dreapta */
  width: 60px;            /* dimensiune buton */
  height: 60px;
  border-radius: 50%;     /* face butonul circular */
  border: none;
  background-color: #007BFF;
  cursor: pointer;
  z-index: 1000;          /* peste orice alt element */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: transform 0.2s, background-color 0.2s;
  padding: 0;             /* important ca SVG-ul să nu fie mic */
} 
/*
#acc-btn {
position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 30px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
*/
#acc-btn:hover {
  transform: scale(1.1);
  background-color: #0056b3;
}

.acc-btn-icon {
  width: 60px;            /* dimensiune iconiță */
  height: 60px;
  display: block;         /* pentru SVG să nu aibă margini suplimentare */
}

.acc-tabs {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  margin-bottom: 1rem;
}

.acc-tab-button {
  flex: 1;
  background: none;
  border: none;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  color: #333;
}

.acc-tab-button:hover {
  background: #f5f5f5;
}

.acc-tab-button.active {
  border-bottom: 3px solid #007BFF;
  color: #007BFF;
}

.acc-tab-content {
  display: none;
}

.acc-tab-content.active {
  display: block;
}


/* Modal overlay */
.acc-modal {
  display: none; /* ascuns implicit */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}


.acc-modal-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 450px;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
}

.acc-close {
  float: right;
  font-size: 26px;
  cursor: pointer;
  color: #333;
}

.acc-section {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

/* Clase pentru hide/underline/animations/highlight */
.acc-hideImages img { display: none !important; }
.acc-underlineLinks a { text-decoration: underline !important; }
.acc-stopAnimations * { animation: none !important; transition: none !important; }
.acc-highlightAll * { background-color: yellow !important; }

/* Overlay citire */
.acc-readingMaskOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  pointer-events: none;
  z-index: 998;
}
.acc-readingLineOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: rgba(255,255,0,0.3);
  pointer-events: none;
  z-index: 998;
}

  section+section{margin-top:18px}
  
  @media print {
  body * {
    visibility: hidden;   /* ascunde tot */
  }

  #print, #print * {
    visibility: visible;  /* arată doar div-ul cu id="print" și conținutul său */
  }

  #print {
    position: absolute;   /* pentru a-l poziționa la colțul paginii */
    top: 0;
    left: 0;
    width: 100%;
  }
}

		.type-result {
            margin: 20px 0;
            padding: 15px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .type-name {
            font-weight: bold;
            color: #667eea;
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .type-bar {
            height: 30px;
            background: #e0e0e0;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }

        .type-fill {
            height: 100%;
            /*background: linear-gradient(90deg, #667eea, #764ba2);*/
            background: linear-gradient(to right, red, yellow, green);
            color: #0A0A0A;
            width: 0%;
            transition: width 1.5s ease;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 10px;
        }

        .type-percentage {
            color: white;
            font-weight: bold;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
        }