#information-information{
}

#information-thumb img{
    height: auto;
    max-width: 100%;
    aspect-ratio: 1 / .4;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

#information-description{
    font-size:16px;
    padding:0;
    text-align:left!important;
}

#information-description img{
    width:100%;
    height:auto!important;
    max-width:100%;
}

#information-description p{
    margin-bottom:0;
}

#information-description p:last-child{
    margin-bottom:0;
}

/* Steam Video */

#stream-player-wrapper{
    position: relative;
    aspect-ratio: 16 / 9;
    display: block;
}

#streamPlayer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* Type 2 - Acasa */

#main-general-view{
    display:block;
    position:relative;
    overflow:hidden;
    margin:0 0 30px;
}

/*.information-home #main-general-view:not(.no-extra){*/
/*    aspect-ratio:16/9;*/
/*    overflow-y:auto;*/
/*}*/

#main-general-view::-webkit-scrollbar {
    width: 8px !important;
}

#main-general-view::-webkit-scrollbar-thumb {
    background: var(--culoare3)!important;
    border-left: 1px solid var(--graybg)!important;
    border-right: 1px solid var(--graybg)!important;
    border-top: 1px solid var(--graybg)!important;
    border-bottom: 1px solid var(--graybg)!important;
}
#main-general-view::-webkit-scrollbar-track {
    background: var(--graybg)!important;
}

.main-general-view-content{
    padding:0;
    overflow:hidden;
    display:flex;
    flex-flow:column;
    gap:20px;
}

/* Type Image */

.main-general-image-type{
    cursor:pointer;
}

.main-general-image-type img{
    aspect-ratio:16/9;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-width:100%;
}

/* Type Video */

.main-general-video-wrapper{
    position: relative;
    aspect-ratio: 16 / 9;
    display: block;
}

.main-general-video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* Type Slider */

#main-general-slider{
    position:relative;
    overflow:hidden;
    padding:0;
    aspect-ratio:16/9;
}

#main-general-slider .owl-dots.disabled{
    display:none;
}

#main-general-slider .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform:translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:25;
}

#main-general-slider .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border: none;
    background: transparent;
    border:2px solid var(--culoare1);
    margin: 4px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

#main-general-slider .owl-dots .owl-dot.active,
#main-general-slider .owl-dots .owl-dot:hover,
#main-general-slider .owl-dots .owl-dot:focus,
#main-general-slider .owl-dots .owl-dot:active{
    background:var(--culoare1);
    border:2px solid var(--culoare1);
}

.main-general-slider-image{
    cursor:pointer;
}

#main-general-slider img{
    aspect-ratio:16/9;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-width:100%;
    width:auto;
}

/* Type Gallery */

.main-general-gallery-items{
    display:flex;
    flex-flow:row;
    flex-wrap:wrap;
    align-items:stretch;
    justify-content:center;
    gap:10px;
}

.main-general-gallery-item{
    flex:0 1 calc((100% / 4) - (30px / 4));
    position:relative;
}

.main-general-gallery-image-link{
    display:block;
    position:relative;
}

.main-general-gallery-image-link::after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -mopz-transition: all .3s ease;
    transition: all .3s ease;
}

.main-general-gallery-item:hover .main-general-gallery-image-link::after{
    opacity:1;
}

.main-general-gallery-image-link img{
    width:100%;
    max-width:100%;
    aspect-ratio:1/1;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
}

.main-general-gallery-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -mopz-transition: all .3s ease;
    transition: all .3s ease;
}

/* Type 3 - Categorie */

.main-general-docs-type{
    padding:0 15px;
}

.main-general-docs-wrapper{
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:25px 50px;
    flex-wrap:wrap;
}

/*flex:0 1 auto;*/
.main-general-doc-item{
    flex:0 1 calc((100% / 3) - (100px / 3));
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content:flex-end;
    text-align:center;
    gap:15px;
    word-break:break-word;
    text-wrap:balance;
}

.main-general-doc-item img.has-image{
    aspect-ratio:1/1;
    max-height:200px;
}

.main-general-doc-item img{
    aspect-ratio:1/1;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-height:64px;
    max-width:100%;
}

.main-general-doc-item span{
    color:var(--blacktext);
    font-size:16px;
    font-weight:500;
    text-align:center;
    display:block;
    width:fit-content;
    position:relative;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.main-general-doc-item:hover span{
    color:var(--culoare3);
}

.main-general-doc-item span::after{
    content:'';
    display:block;
    width:1px;
    height:1px;
    background:var(--blacktext);
    position:absolute;
    left:0;
    bottom:0;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.main-general-doc-item:hover span::after{
    width:100%;
    background:var(--culoare3);
    opacity:1;
    visibility:visible;
}

/* NEWS NAV */

#news-nav-section{
    margin: 30px 0;
}

#news-nav-section.on-mgw{
    margin: 0 0 30px;
}

.news-nav{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.news-nav-item{
    flex: 0 1 calc((100% / 3) - (30px / 3));
    display: block;
    color:var(--blacktext);
    font-weight:500;
    font-size:16px;
    border-radius:8px;
    -webkit-box-shadow:-5px 5px 15px 5px #e8f3f1;
    box-shadow:-5px 5px 15px 5px #e8f3f1;
    -webkit-transition:all .6s ease;
    -moz-transition:all .6s ease;
    transition:all .6s ease;
}

.news-nav-item.button-with-overlay{
    padding:8px;
}

.previous-news-image{
    border-radius:8px;
    overflow:hidden;
    aspect-ratio:1/.5;
}

.previous-news-image img{
    aspect-ratio:1/.5;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-width:100%;
}

.news-nav-item:hover{
    color:#fff;
}

.news-nav-item.button-with-overlay span.button-overlay{
    background:var(--culoare3) none repeat scroll 0 0;
}

.news-item-title{
    margin-bottom: 5px;
    display: block;
    padding:0 8px;
}

.news-supported-name{
    font-size:14px;
    font-weight:400;
    padding:0 8px;
}

/* Supported by */

#supported-by-section{
    position:relative;
    margin: 30px 0;
}

#supported-by-section.on-mgw{
    margin:0 0 30px;
}

.supported-by-items{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:nowrap;
    gap: 20px;
}

.supported-by-item img{
    aspect-ratio:auto;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-width:100%;
}

.supported-by-item.supported-by-image{
    flex-grow:1;
    max-width:200px;
    text-align:right;
}

.supported-by-item.supported-by-image img{
    max-height:150px;
    max-width:200px;
}

.supported-by-item.supported-by-name{
    flex:0 1 auto;
}

.supported-by-name{
    font-size:42px;
    text-transform:uppercase;
    font-family: "Nanum Pen Script", cursive;
    font-weight: 400;
    font-style: normal;
    text-align:center;
    text-wrap: balance;
    line-height:1;
}

.supported-by-item.supported-by-product{
    flex-grow:1;
    max-width:400px;
    text-align:left;
}

/* Categories */

#categories-list-section{
    position:relative;
    margin: 30px 0;
}

#categories-list-section.on-mgw{
    margin:0 0 30px;
}

.categories-list{
    display:flex;
    align-items:stretch;
    justify-content:center;
    flex-flow:row;
    flex-wrap:wrap;
    gap:15px 30px;
}

.categories-list-item{
    flex: 0 1 calc((100% / 4) - (90px / 4));
    display: flex;
    flex-flow: column;
    align-items: stretch;
    justify-content: stretch;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.categories-item-image{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow:hidden;
}

.categories-item-image img{
    aspect-ratio:1/1;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    max-width:100%;
}

.categories-item-content{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    gap:5px;
    flex-grow: 1;
    padding:15px;
}

.categories-item-name{
    text-align:center;
    text-wrap:balance;
    font-size:18px;
    color:var(--culoare3);
    font-weight:500;
}

.categories-item-description{
    display:block;
    text-align:center;
    margin-bottom:15px;
    font-size:14px;
    font-weight:400;
}

.read-more-link{
    display:block;
    width:fit-content;
    margin:0 auto;
    font-weight:300;
    font-size:14px;
    color:var(--blacktext);
    position:relative;
    text-transform:lowercase;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.read-more-link:hover{
    color:var(--culoare3);
}

.read-more-link::after{
    content:'';
    display:block;
    width:1px;
    height:1px;
    background:var(--blacktext);
    position:absolute;
    left:0;
    bottom:0;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.read-more-link:hover::after{
    width:100%;
    background:var(--culoare3);
    opacity:1;
    visibility:visible;
}

/* CALENDAR */

#eventModal{
    
}

#eventModal .modal-header .modal-title{
    margin-left:10px;
}

#eventModal .modal-header .close{
    padding-right:10px;
}

#event-modal-body{
    display:flex;
    flex-flow:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:5px;
    padding:10px;
}

#event-modal-body .event-modal-body-item{
    
}

#event-modal-body .event-modal-body-item strong{
    padding-right:3px;
}

#eventModal .modal-footer.no-top{
    border-top:none;
}

#eventModal .modal-footer{
    justify-content: center;
    flex-flow: column;
    gap:10px;
    padding:10px;
}

#eventModal .modal-footer .btn.btn-primary{
    margin:0;
    width:100%;
    text-align:center;
    font-size:14px;
}

.fc .fc-toolbar.fc-header-toolbar{
    column-gap:10px;
}

.fc-header-toolbar .fc-toolbar-chunk:last-child{
    display: flex;
    align-items: stretch;
    flex-flow: row;
    gap: 10px;
}

.fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group{
    margin-left:0;
}

.fc .fc-toolbar-title{
    text-transform:capitalize;
    font-size:28px;
}

.fc .fc-col-header-cell-cushion{
    text-transform:capitalize;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, 
.fc-direction-rtl .fc-daygrid-event.fc-event-start{
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    white-space: normal;
    padding: 3px 6px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
}

.fc-daygrid-event-dot{
    flex: 0 1 auto;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    flex: 0 1 calc(100% - 20px);
}

.fc-daygrid-dot-event .fc-event-title{
    padding-left:3px;
}

.fc td, 
.fc th{
    width:117px;
    min-width:117px;
}

.fc .fc-view-harness-active > .fc-view{
    overflow:auto;
}

.fc .fc-scrollgrid, 
.fc .fc-scrollgrid table{
    table-layout:initial;    
}

.fc .fc-dayGridMonth-view.fc-view{
    overflow:auto;   
}

.fc .fc-dayGridMonth-view.fc-view::-webkit-scrollbar,
.fc .fc-view-harness-active > .fc-view::-webkit-scrollbar{
    width: 8px !important;
    height: 8px !important;
}

.fc .fc-dayGridMonth-view.fc-view::-webkit-scrollbar-thumb,
.fc .fc-view-harness-active > .fc-view::-webkit-scrollbar-thumb{
    background: var(--culoare3)!important;
    border-left: 1px solid var(--graybg)!important;
    border-right: 1px solid var(--graybg)!important;
    border-top: 1px solid var(--graybg)!important;
    border-bottom: 1px solid var(--graybg)!important;
}

.fc .fc-dayGridMonth-view.fc-view::-webkit-scrollbar-track,
.fc .fc-view-harness-active > .fc-view::-webkit-scrollbar-track{
    background: var(--graybg)!important;
}

/* Tables */

.table-responsive::-webkit-scrollbar{
    width: 8px !important;
    height: 8px !important;
}

.table-responsive::-webkit-scrollbar-thumb{
    background: var(--culoare3)!important;
    border-left: 1px solid var(--graybg)!important;
    border-right: 1px solid var(--graybg)!important;
    border-top: 1px solid var(--graybg)!important;
    border-bottom: 1px solid var(--graybg)!important;
}

.table-responsive::-webkit-scrollbar-track{
    background: var(--graybg)!important;
}

.congress-content-body-description .table-responsive table{
    margin-bottom:0;
}

.congress-content-body-description .table-responsive table > thead{
    background: rgba(11, 249, 233, .2);
}

.congress-content-body-description .table-responsive table > thead > tr > th{
    border:none;
}

.congress-content-body-description ul{
    padding:0;
    margin:0 0 15px;
    list-style-type:none;
}

.congress-content-body-description ul > li{
    margin-bottom:3px;
}

.congress-content-body-description ul > li:last-child{
    margin-bottom:0;
}

.congress-content-body-description ul > li::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--blacktext);
    margin-right: 5px;
    top: -3px;
}

.congress-registration-button,
.congress-summary-button{
    display: block;
    width:fit-content;
    color:#fff;
    font-weight:500;
    font-size:14px;
    letter-spacing:1px;
    border-radius:8px;
    padding:12px 24px;
    text-transform:uppercase;
    background:var(--culoare3);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease;
}

.congress-registration-button:hover,
.congress-summary-button:hover{
    color:var(--blacktext);
    background:var(--culoare1);
}

.congress-registration-button{
    margin:30px 0;    
}

.congress-participation-taxes,
.congress-included-services,
.congress-summary{
    margin:30px 0;
}

.congress-content-body-description{
    font-size:14px;
    font-weight:500;
    color:var(--blacktext);
}

.congress-content-body-title{
    text-transform:uppercase;
    font-size:21px;
    margin-bottom:20px;
    color:var(--blacktext);
}

.congress-title{
    text-transform:uppercase;
    font-size:32px;
    color:var(--blacktext);
    margin:20px 0;
}

.congress-content-header{
    padding-bottom:30px;
    border-bottom:1px solid #ddd;
}

.congress-details-list{
    display:flex;
    align-items:stretch;
    justify-content:flex-start;
    flex-wrap:wrap;
    gap:15px 30px;
}

.congress-details-item{
    flex:0 1 calc((100% / 3) - (60px / 3));
    text-transform:uppercase;
}

.congress-details-item-title{
    font-size:16px;
    display:block;
    font-weight:500;
    color:var(--graytext);
}

.congress-details-item-info{
    font-size:18px;
    font-weight:700;
    display:block;
}

/* TELEVOTING */

#titlu-feedback hr{
    margin-top: 0;
    text-transform: inherit;
}

#feedback-container h4{
    margin-top:0;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.cont-raspuns{
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cont-buton-feedback{
    text-align: center;
    margin: 40px 0;
}

.buton-feedback,
.buton-urmatoarea,
.buton-anterioara,
.buton-voturi,
.buton-timer{
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
    display: inline-block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    margin: 0 25px 25px 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa;
    cursor:pointer;
}

.buton-feedback:hover,
.buton-urmatoarea:hover,
.buton-anterioara:hover,
.buton-voturi:hover,
.buton-timer:hover{
     background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef; 
}

.buton-feedback:active,
.buton-urmatoarea:active,
.buton-anterioara:active,
.buton-voturi:active,
.buton-timer:active{
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top:2px;
}

.buton-feedback::before,
.buton-urmatoarea::before,
.buton-anterioara::before,
.buton-voturi::before,
.buton-timer::before{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; }

.buton-feedback:active::before,
.buton-urmatoarea:active::before,
.buton-anterioara:active::before,
.buton-voturi:active::before,
.buton-timer:active::before{ 
    padding: 1px 0 0; 
}

input[type=checkbox].radio-feedback {
    border: 1px solid #232323;
    background: #232323;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 20px;
}

#feedback-container label {
    line-height: 1.5;
    vertical-align: text-bottom;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: bold;
}

.info-intrebare{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size:16px;
}

.info-intrebare .text-danger{
    color:#dc3545;
}

.info-intrebare .text-success{
    color:#28a745;
}

.text-success-telev{
    color:#28a745;
    text-align:center;
    margin:20vh 0;
    font-size:22px;
}

.cont-intrebare{
    display:none; 
    position:relative;
}

.cont-intrebare.activ{
    display:block;
}

.cont-bara{
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cont-bara span{
    height: 15px;
    width: 1%;
    background: blue;
    display: inline-block;
    min-width: .5%;
    animation: progressBar 1s ease-in-out;
    animation-fill-mode:both; 
    position:relative;
    border-bottom: solid 3px #ddd;
}

.cont-bara span::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 85%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: attr(data-width); }
}

.cont-raspuns-admin{
    margin: 20px 0 0;
}

.cont-procent{
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
}

.raspuns-corect.verde{
    color:#28a745;
}

#feedback-container{
    min-height: 50vh;
    margin-top: 115px;
}

.timer-intrebare{
    position: absolute;
    right: 15px;
    top: -110px;
    font-size: 50px;
    line-height: 1;
    background: #ddd;
    border-radius: 6px;
    padding: 10px;
    box-shadow: #959595 0 2px 5px;
}

.poza-telev{
    max-width: 100%;
    margin: 0px auto 5px;
    display: block;
}

#titlu-feedback {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 52px;
    font-weight: 900;
}
/*********************/