/*
* <style4.css>
*
* Copyright (c) 2022-2024 Recreate Management SRL
* CUI 39653790, Nr.Reg.Comert J8/1705/2018, Brasov, Romania
* All rights reserved.
*
* This software component is licensed NON-exclusively by
* Recreate Management SRL
*
* This software component is the confidential and proprietary information of
* Recreate Management SRL ("Confidential Information").  You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the agreement you entered into with
* Recreate Management SRL
*
*
* Copyright (c) 2022-2024 Recreate Management SRL
* CUI 39653790, Nr.Reg.Comerț J8/1705/2018, Brașov, România
* Toate drepturile rezervate.
*
* Această componentă software este licențiată în mod non-exlusiv de către
* Recreate Management SRL
*
* Această componentă software reprezintă informație confidențială și se află în proprietatea 
* Recreate Management SRL ("Informație Confidențială"). Nu aveți dreptul 
* să dezvăluiți astfel de Informații Confidențiale și le puteți folosi doar în 
* conformitate cu termenii acordului de licențiere semnat cu 
* Recreate Management SRL.
*
*/

body {
    margin: 0 auto;
	font-family: 'Arial';
}


/*  MENIU   */

.navbar
{
    /*background-color:#193042;*/
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(233,209,82)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



.nav-item:focus, .nav-link:focus
{
    outline-style:none;
}

.nav-link
{
    color:#E6E6E0;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    text-align:right;
}

.nav-link:hover
{
    color:#E9D152;
}

.nav-link:focus
{
    color:#E9D152;
}

.dropdown-item:active
{
    background-color:#E9D152;
}

/*  MENIU   */

@media (min-width: 0px) 
{
  .dropdown-menu
  {
    float:right;
    text-align:right;
  }
  .submeniu-cercetare
  {
    /*width:50vw;*/
    width:225px;
  }
  .submeniu-finantare
  {
    /*width:50vw;*/
    min-width: 195px;
    width:195px;
  }
  .submeniu-comunitate
  {
    /*width:50vw;*/
    min-width: 200px;
    width:200px;
  }
}

@media (min-width: 1200px) 
{
  .dropdown-menu
  {
    float:unset;
    text-align:unset;
  }
  .submeniu-cercetare
  {
    width:unset;
  }
  .submeniu-finantare
  {
    min-width: unset;  
    width:unset;
  }
  .submeniu-comunitate
  {
    min-width: unset;  
    width:unset;
  }
}


@media (min-width: 0px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:unset;
  }
}


@media (min-width: 1200px) 
{
  .my-navbar-align-right
  {
    right:0;
    position:absolute;
  }
}

.goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: #E6E6E0;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background-image: url('../images/top.png');
  background-repeat: no-repeat;
  background-size:contain;
  background-color:#E9D152;
  width:40px;
  height:40px;
  opacity:0.7;
}

.headerimage{
  background-image:url('../images/header-bg.png');
  background-position-x: center;
  background-position-y: top;
  background-size:cover;
}


@media (min-width:0px){
  .show-above-1200
  {
    display:none;
  }
  .show-below-1200
  {
    display:block;
  }
}

@media (min-width:1200px){
  .show-above-1200
  {
    display:block;
  }
  .show-below-1200
  {
    display:none;
  }
}


@media (min-width:0px){
  .show-above-992
  {
    display:none;
  }
  .show-below-992
  {
    display:block;
  }
}

@media (min-width:992px){
  .show-above-992
  {
    display:block;
  }
  .show-below-992
  {
    display:none;
  }
}

@media (min-width:0px){
  .show-above-576
  {
    display:none;
  }
  .show-below-576
  {
    display:block;
  }
}

@media (min-width:576px){
  .show-above-576
  {
    display:block;
  }
  .show-below-576
  {
    display:none;
  }
}

@media (min-width:0px){
  .show-above-768
  {
    display:none;
  }
  .show-below-768
  {
    display:block;
  }
}

@media (min-width:768px){
  .show-above-768
  {
    display:block;
  }
  .show-below-768
  {
    display:none;
  }
}

@media (min-width:0px){
  .show-above-400
  {
    display:none;
  }
  .show-below-400
  {
    display:block;
  }
}

@media (min-width:400px){
  .show-below-400
  {
    display:block;
  }
  .show-below-400
  {
    display:none;
  }
}

/* COLORS */

.dark{
    color: #3E3C2A;
}

.white{
    color:white;
}

.gray{
    color: #E6E6E0;
}

.dark-gray{
    color:#B8BABA;
}

.yellow{
    color:#E9D152;
}

.green{
    color:#068971;
}

.dark-green{
    color: #00473B;
}

h1{
  color:#E9D152;
}

.header-titlu-desktop{
  /*color: #E9D152;*/
  font-size:50px;
  font-weight: bold;
  line-height:60px;
  white-space:nowrap;
}

.header-subtitlu-desktop{
  /*color: #E6E6E0;*/
  font-size:12px;
}

.header-titlu-mobil{
  /*color: #E9D152;*/
  font-size:40px;
  font-weight: bold;
  line-height:45px;
}

.header-subtitlu-mobil{
  color: #E6E6E0;
  font-size:12px;
}

.h2-desktop{
  font-size:40px;
  font-weight: bold;
}

.h2-mobil{
  font-size:32px;
  font-weight: bold;
}

.h3-desktop{
  font-size:36px;
  font-weight: bold;
}

.h3-mobil{
  font-size:28px;
  font-weight: bold;
}

.h4-desktop{
  font-size:20px;
  font-weight:bold;
}

.h4-mobil{
  font-size:18px;
  font-weight:bold;
}

@media (min-width: 0px){
  .h4-wp{
    font-size:18px;
    font-weight:bold;
  }
}
@media (min-width: 992px){
  .h4-wp{
    font-size:20px;
    font-weight:bold;
  }
}



.pagination-desktop-selected{
  color:#00473B;
  font-size:20px;
  font-weight:bold;
}

.pagination-desktop{
  color:#7B7975;
  font-size:20px;
  font-weight:bold;
}

.p{
  font-size:14px;
}


.accordion-button{
  background-color:#CFD2D2;
  color: #00473B;
}

.accordion-button:not(.collapsed){
  background-color:#E6E7E7;
  color: #00473B;
}

.accordion-button:not(.collapsed)::after{ 
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300473B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after{ 
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300473B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion{
  border-color:#B8BABA;
  border-style:solid;
  border-width:2;
  margin-top:2px;
}

.accordion-body{
  background-color:#E6E6E6;
}

.accordion-item{
  border:none;
  border-radius: 0;
}

.btn-tabel{
  color:#B8BABA;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  display:block;
  padding: .5rem 1rem;
  text-decoration:none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  margin-bottom:-2px;
  background: 0 0;
  
  /*
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  */
  background-color: whitesmoke;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  border-top-style:solid;
  border-top-color:#B8BABA;
  border-top-width:2;
  border-left-style:solid;
  border-left-color:#B8BABA;
  border-left-width:2;
  border-right-style:solid;
  border-right-color:#B8BABA;
  border-right-width:2;
  border-bottom-style:none;
}

.btn-tabel:hover, .btn-tabel.active{
  /*border-color: #E9ECEF #E9ECEF #DEE2E6;*/
  /*isolation:isolate;*/
  background-color: #E2E2DC;
  color:#00473B;
}




.responsive {
  width: 100%;
  max-width: 2500px;
  height: auto;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color:#E9D152;
	border:none;
	width:auto;
  padding: 13 30 13 30;
  border-radius:2rem;
  text-decoration:none;
  color:#3E3C2A;
  font-size:14px;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
	background-color:#00473B;
	border:none;
	width:auto;
  padding: 8 30 8 30;
  border-radius:2rem;
  text-decoration:none;
  color:#E6E6E0;
  font-size:14px;
}

.btn-runda, .btn-runda:hover, .btn-runda:focus, .btn-runda:active {
	background-color:#E2E2DC;
	border:none;
	width:auto;
  padding: 15 15 13 3;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  text-decoration:none;
  color:#00473B;
  font-size:16px;
  font-weight:bold;
  border-top-style:solid;
  border-top-color:#E9D152;
  border-top-width:5;
  border-left-style:solid;
  border-left-color:#E9D152;
  border-left-width:5;
  border-right-style:solid;
  border-right-color:#E9D152;
  border-right-width:5;
}

.btn-runda-not-sel
{
  background-color:whitesmoke;
  border-top-style:solid;
  border-top-color:#B8BABA;
  border-top-width:2;
  border-left-style:solid;
  border-left-color:#B8BABA;
  border-left-width:2;
  border-right-style:solid;
  border-right-color:#B8BABA;
  border-right-width:2;
}

.div-not-sel
{
  cursor:pointer;
  background-color:whitesmoke;
  border-style:solid;
  border-width:1px;
  border-color:darkgray;
}

.div-sel
{
  cursor:pointer;
  background-color:#E2E2DC;
  border-style:solid;
  border-width:1px;
  border-color:darkgray;
}



@media (min-width: 992px) {
  .lista3 .col-md-1,
  .lista3 .col-sm-1,
  .lista3 .col-lg-1 {
   width: 33.33%;
   *width: 33.33%;
 }
}

@media (min-width: 0px){
  .lista6 .col-md-1,
  .lista6 .col-sm-1,
  .lista6 .col-lg-1  {
  width: 16.66%;
  *width: 16.66%;
  margin-top:5px;
  padding-left:5px;
  padding-right:5px;
  }  
}

@media (min-width: 0px){
  .lista6 .col-md-2,
  .lista6 .col-sm-2,
  .lista6 .col-lg-2  {
  width: 33.33%;
  *width: 33.33%;
  margin-top:5px;
  padding-left:5px;
  padding-right:5px;
  }  
}


@media (min-width: 992px) {
  .rolul{
    margin-top:275;
  }
}

@media (min-width: 1200px) {
  .rolul{
    margin-top:350;
  }
}

@media (min-width: 1400px) {
  .rolul{
    margin-top:425;
  }
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

a,a:hover{
  color:#E9D152;
}

.div-proiect-desktop{
  background-color:#002923;
  border-top-left-radius:8vw;
  border-bottom-right-radius:8vw;
  display:inline-grid;
}

.div-proiect-desktop-2{
  background-color:#002923;
  border-top-right-radius:4vw;
  border-bottom-left-radius:4vw;
  display:inline-grid;
}

.div-proiect-mobil-2{
  background-color:#002923;
  border-top-right-radius:8vw;
  border-bottom-left-radius:8vw;
  display:inline-grid;
}

.div-proiect-mobil-2-reversed{
  background-color:#002923;
  border-top-left-radius:8vw;
  border-bottom-right-radius:8vw;
  display:inline-grid;
}

.div-proiect-desktop:hover .text-proiect-desktop {
  display:block;
}

.div-proiect-desktop-2:hover .text-proiect-desktop-2 {
  display:block;
}

.div-proiect-desktop-2:hover .titlu-proiect-desktop-2 {
  display:none;
}


.img-proiect-desktop{
  z-index:4;
  border-top-left-radius:8vw;
  border-bottom-right-radius:8vw;
  width:100%;
  height:auto;
  opacity:1;
  position:relative;
}

.img-proiect-desktop:hover{
  opacity:0.2;
}

.opacity-on-hover:hover{
  opacity:0.5;
}

.img-proiect-desktop-2{
  z-index:4;
  border-top-right-radius:4vw;
  border-bottom-left-radius:4vw;
  width:100%;
  height:auto;
  opacity:1;
  position:relative;
}

.img-proiect-desktop-2:hover{
  opacity:0.2;
}

.img-proiect-mobil-2{
  z-index:4;
  border-top-right-radius:8vw;
  border-bottom-left-radius:8vw;
  width:100%;
  height:auto;
  opacity:0.2;
  position:relative;
}

.img-proiect-mobil-2-reversed{
  z-index:4;
  border-top-left-radius:8vw;
  border-bottom-right-radius:8vw;
  width:100%;
  height:auto;
  opacity:0;
  position:relative;
}


.img-slider-homepage-reversed{
  z-index:4;
  border-top-right-radius:8vw;
  border-bottom-left-radius:8vw;
  width:100%;
  height:auto;
  opacity:1;
  position:relative;
}

.img-proiect-desktop-reversed{
  z-index:4;
  border-top-right-radius:8vw;
  border-bottom-left-radius:8vw;
  width:100%;
  height:auto;
  opacity:1;
  position:relative;
}


.img-proiect-desktop-reversed:hover{
  opacity:0.2;
}



.text-proiect-desktop{
  position:absolute;
  margin-top:5vw;
  margin-left:2vw;
  display:none;
  width:25%;
}

.text-proiect-desktop-2{
  position:absolute;
  margin-top:5vw;
  margin-left:5px;
  margin-right:5px;
  display:none;
  /*width:25%;*/
}

.text-proiect-mobil-2{
  position:absolute;
  margin-top:5vw;
  margin-left:5px;
  margin-right:5px;
  display:block;
  /*width:25%;*/
}

.titlu-proiect-desktop-2{
  position:absolute;
  margin-top:5vw;
  margin-left:5px;
  margin-right:5px;
  display:block;
  width:25%;
  z-index:4;
}

.titlu-proiect-mobil-2{
  position:absolute;
  margin-top:5vw;
  margin-left:5px;
  margin-right:5px;
  display:block;
  width:25%;
  z-index:4;
}

.titlu-proiect-mobil-2{
  position:absolute;
  margin-top:5vw;
  margin-left:5px;
  margin-right:5px;
  display:block;
  width:25%;
  z-index:4;
}


.div-proiect-mobil{
  border-top-left-radius:16vw;
  border-bottom-right-radius:16vw;
  display:inline-grid;
}

.img-proiect-mobil{
  /*z-index:4;*/
  border-top-left-radius:16vw;
  border-bottom-right-radius:16vw;
  width:100%;
  height:auto;
  /*opacity:0.2;*/
  /*background-color:#002923;*/
  position:relative;
}

.text-proiect-mobil{
  position:absolute;
  margin-top:15vw;
  margin-left:5vw;
  width:100%;
  /*background-color:#002923;*/
}

.carousel-control-prev-icon-dark-green
{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002B25'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon-dark-green
{
background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002B25'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.debug-borders{
  border:red;
  border-style:dotted;
  border-width:1px;
}

.no-margin{
  margin-top:0;
  margin-bottom: 0;
}

.no-padding{
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ui-loader{
  display:none;
}

/*NEWS CARD START*/

.card
{
	background-color: rgba(0,71,59, 0.1);
	border-radius:1rem;
  padding-left:10px;
  padding-right:10px;
}


@media (min-width:0px){
  .card-title
  {
    height:70px;
  }
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:120px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 380px){  
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 576px){  
.card-title
  {
    height:60px;
  }
  .card-subtitle
  {
    height:60px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }  
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 768px){
  .card-title
  {
    height:80px;
  } 
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:100px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

@media (min-width: 992px) {
  .card-title
  {
    height:80px;
  }
  .card-subtitle
  {
    height:100px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  } 
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:100px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

/**
*  The following is not really needed in this case
*  Only to demonstrate the usage of @media for large screens
*/    
@media (min-width: 1200px) {
  .card-title
  {
    height:60px;
  }
  .card-subtitle
  {
    height:80px;
  }
  .card-body
  {
    /*padding-bottom:0;*/
  }
  .card-footer
  {
    /*padding-top:0;*/
  }
  .card-news-title
  {
    height:70px;
  }
  .card-news-subtitle
  {
    height:80px;
  }
  .card-news-body
  {
    /*padding-bottom:0;*/
  }
  .card-news-footer
  {
    /*padding-top:0;*/
  }  
}

/*NEWS CARD END*/

@media (min-width: 0px) {
  .img-sageata{
    min-width:20px;
    max-width:30px;
  }
}

@media (min-width: 992px) {
  .img-sageata{
    min-width:40px;
    max-width:40px;
  }
}

@media (min-width: 0px){
  .img-news
  {
    /*
    height:auto;
    width:100%;
    */
    height:100px;
    width:-webkit-fill-available;
    object-fit:cover;
  }
}

@media (min-width: 576px){
  .img-news
  {
    height:100px;
    width:-webkit-fill-available;
    object-fit:cover;
    /*
    height:auto;
    width:100%;
    */
  }
}

@media (min-width: 768px){
  .img-news
  {
    height:100px;
    width:-webkit-fill-available;
    object-fit:cover;
  }
}

@media(min-width: 992px){
  .img-news
  {
    height:140px;
    width:-webkit-fill-available;
    object-fit:cover;
  }
}

@media (min-width: 1200px) {
  .img-news
  {
    height:180px;
    width:-webkit-fill-available;
    object-fit:cover;
  }
}


.problemaSolutieAdmin{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: #E9D1525e;
	color: #3E3C2A;
	border-right-style: solid;
	border-right-width: 10px;
}


.problemaSolutieAdmin:hover{
	/*
	border-bottom-style:solid;
	border-bottom-width:1px;
	*/
	margin: 20px 0px 10px 0px;
	padding: 5px 5px 5px 10px;
	background: #E9D152;/*0.7*/
	/*color: white;*/
	color: #3E3C2A;
	border-right-style: solid;
	border-right-width: 10px;
}


.stare1{
	border-right-color: red;
}
.stare2{
	border-right-color: orange;
}
.stare3{
	border-right-color: lightgreen;
}

.faq-div{
  width:35px;
  height:35px;
  background-color:#00473B;
}

.faq-plus{
  color:#E9D152;
  font-size:35px;
  position:absolute;
  margin-top:-8px;
  margin-left:8px;
}

.faq-minus{
  color:#E9D152;
  font-size:40px;
  position:absolute;
  margin-top:-15px;
  margin-left:12px;
}

.faq-div-intrebare{
  margin-left:50px;
  margin-top:-32px;
}

.faq-div-raspuns{
  margin-left:50px;
  margin-top:20px;
}

.faq-intrebare{
  font-size:20px;
}