body {
    margin: 0;
    min-width: 1000px;
    line-height: 1 !important;
    background: #feff00;
}

p {
    margin-bottom: 0 !important;
}

.fresca {
    border-spacing: 0;
    width: 770px;
}

#header {
    background: #feff00;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
}

.fresca thead tr td {
    width: 20px;
    max-width: 20px;
    font-size: 12px;
}

.fresca thead tr td {
    border-bottom: 1px solid #ccc;
}

.fresca thead tr td:first-of-type {
    border-left: 1px solid #ccc;
    height: 100px;
}

.fresca thead tr td:last-of-type {
    border-bottom: none !important;
}

.fresca thead tr td.problematica div {
    transform: rotate(315deg) translateX(-13px) translateY(-13px) translateZ(1px);
    clip-path: polygon(0% 0%, 9% 75%, 100% 75%, 91% 0%);
    -webkit-clip-path: polygon(0% 0%, 9% 75%, 100% 75%, 91% 0%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    height: 19px;
    line-height: 13px;
    border-top: 1px solid #ccc;
    padding-left: 24px;
}

.fresca thead tr td.problematica div.aspect {
    border-top: none !important;
}

.autor {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    vertical-align: bottom;
}

.fresca tbody tr td.autor {
    text-align: left;
    padding-left: 2px;
}

.fresca tbody tr td.autor.prima-litera {
    text-align: right;
}

.fresca tr td:nth-of-type(2n) {
    background: #fafafa;
}

.fresca thead tr td:nth-of-type(2n) {
    background: none;
}

#main td.highlighted {
    z-index: 3;
}

.fresca td.highlighted {
    cursor: zoom-in;
}

.fresca tbody tr td:first-of-type {
    background: #204B8F;
    font-size: 12px;
    color: #fff;
}

.fresca tbody tr td {
    background: #fff;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

.fresca tbody tr td {
    border-right: 1px solid #ccc;
}

.fresca tbody tr td {
}

td.autor {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 130px;
}

td.autor .badge {
    position: absolute;
    left: 2px;
    margin-top: 2px;
}

td.problematica .aspect {
    position: absolute;
    left: 140px;
    top: 10px;
    border-top: none;
}

td.problematica .cod-aspect {
    position: absolute;
    display: block;
    top: 91px;
    font-size: 9px;
    line-height: 9px;
    text-align: right;
    width: 20px;
    overflow: hidden;
}

td.problematica.highlighted div.aspect {
    background: none !important;
}

.problematica.highlighted {
    background: none !important;
}

.problematica.highlighted div {
    background: #de2136 !important;
}

.highlighted {
    background: #de2136 !important;
}

.fresca tbody tr td.highlighted {
    color: #fff !important;
}

.problematica.highlighted {
    color: #fff;
}

.problematica.highlighted .aspect {
    color: #000;
}

.ad {
    width: 728px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    vertical-align: middle;
    background: #1e7e34;
}

.ad-right-small {
    width: 120px;
    height: 600px;
    position: fixed;
    top: 125px;
    right: 5px;
    background: #1e7e34;
    display: none;
}

.ad-right-average {
    width: 160px;
    height: 600px;
    position: fixed;
    top: 125px;
    right: 5px;
    background: #1e7e34;
    display: none;
}

.ad-right-large {
    width: 300px;
    height: 600px;
    position: fixed;
    top: 125px;
    right: 5px;
    background: #1e7e34;
    display: none;
}

.details-container-right {
    font-size: 12px;
    position: fixed;
    left: 751px;
    top: 101px;
    bottom: 0;
    right: 0px;
    min-width: 240px;
    max-width: 520px;
}

#details {
    margin-top: 0;
    background: #de2136;
    display: none;
}


@media(min-width: 900px) and (max-width: 939.9px) {
    /*
    .ad-right-small {
        display: block;
    }
    */
}

@media(min-width: 940px) and (max-width: 1079.9px) {
    /*
    .ad-right-average {
        display: block;
    }
    */
}

@media(min-width: 1080px) and (max-width: 1159.9px) {
    /*
    .ad-right-large {
        display: block;
    }
    */

    .details-container-right {
        display: block;
    }

}

@media(min-width: 1160px) and (max-width: 1419.9px) {
    .details-container-right {
        display: block;
    }
}

@media(min-width: 1420px) and (max-width: 1459.9px) {
    .details-container-right {
        display: block;
    }

    .ad-right-small {
        display: block;
    }
}

@media(min-width: 1460px) and (max-width: 1599.9px) {
    .details-container-right {
        display: block;
    }

    .ad-right-average {
        display: block;
    }
}

@media(min-width: 1600px) and (max-width: 1699.9px) {
    .details-container-right {
        display: block;
    }

    .ad-right-large {
        display: block;
    }
}

@media(min-width: 1700px) {
    .details-container-right {
        display: block;
        max-width: none;
        right: 400px;
    }

    .ad-right-large {
        display: block;
    }
}

.blockquote {
    font-size: 11px;
}

.card-body {
    padding: 0.5rem;
    overflow-x: auto;
}

#level1-quote {
    display: none;
}

.details-author-image {
    max-width: 200px;
    max-height: 300px;
}

#level1-author {
    display: none;
}

#level1-aspect {
    display: none;
}

#level2-quote {
    display: none;
    padding: 10px;
}

#level2-author {
    display: none;
    padding: 10px;
}

#level2-aspect {
    display: none;
    padding: 10px;
}

.lds-ring {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #ddd;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ddd transparent transparent transparent;
}

.bg-light .lds-ring {
    color: #333;
}

.bg-light .lds-ring div {
    border-color: #999 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

.lds-ring span {

}

.accordion button {
    text-align: left;
}

.accordion button.fragment {
    white-space: nowrap;
}

.accordion .fragment-content-trigger {
    line-height: 24px;
    display: inline-block;
}

.shortening-toggle {
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.accordion .btn::before {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    content: "";
    margin: 0px 0px -7px -30px;
    transition: transform .2s ease-in-out;
}

.accordion .btn:not(.collapsed)::before {
    transform: rotate(-90deg);
}

.accordion .btn:focus {
    box-shadow: none;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.modal-backdrop {
    display: none;
}

.modal-backdrop.loading {
    display: unset;
}

.modal-backdrop.loading .lds-ring {
    position: fixed;
    left: 50%;
    top: 50%;
}

.modal-backdrop.show {
    opacity: 0.2;
}

.modal-backdrop .close {
    margin-top: 75px;
    color: #fff;
}

.modal-backdrop {
    position: fixed;
    top: -1000vh;
    left: -1000vw;
    z-index: 1040;
    width: 3000vw;
    height: 3000vh;
    background-color: #000;
}

.details-container-right {
    transition: left .2s ease-in-out;
}

.details-container-right.expanded {
    right: 0px !important;
    max-width: none !important;
    z-index: 1100;
}

.details-container-right.expanded #details {
    overflow: auto;
}

body.noscroll {
    overflow-y: hidden;
}

#info {
    padding: 10px;
    display: none;
}

#info-click {
    display: none;
    line-height: 16px
}

.l2 #info-scroll {
    visibility: hidden;
}

#info-scroll {
    display: none;
    line-height: 16px
}

#info .alert-info .bi-hand-thumbs-up {
    display: none;
}

#info .alert-success .bi-info-circle {
    display: none;
}

#info .slide-out {
    animation: slide-out 1s forwards;
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(calc(100vw)); }
}

#details-container.enlarged {
    left: 131px !important;
}

.active-aspect {
    color: #007bff;
}

#details-container .enlarge {
    position: absolute;
    top: 0;
    margin-left: -43px;
    display: none;
}

#details-container.l2 .enlarge {
    display: unset;
}

#details-container .enlarge svg {
    transition: transform .2s ease-in-out;
}

#details-container.enlarged .enlarge svg {
    transform: rotate(180deg);
}

#details-container.enlarged .info-container-right {
    visibility: hidden;
    opacity: 0;
}

.info-container-right {
    position: absolute;
    left: 40px;
    font-size: 10px;
    top: -75px;
    max-width: 155px;
    min-width: 120px;
    text-align: right;
    opacity: 1;
    transition: visibility 0s, opacity 1s ease-in-out;
}

.info-under-work, .info-permanent-click {
    padding-left: 35px;
}

.info-permanent-scroll {
    padding-left: 15px;
}

.l2 .info-under-work {
    display: none;
}

.l2 .info-permanent-scroll {
    display: none;
}

.fresca thead tr td.title {
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    font-size: 13px;
    text-align: justify;
    padding: 7px 5px 7px 9px;
    color: #000;
    font-weight: 400;
}

.explanation-container {
    padding-top: 4px;
    text-align: right;
}

.btn.enlarge-trigger {
    background: #de2136;
    opacity: 0.6;
}

.btn.enlarge-trigger:focus {
    box-shadow: none;
}

.btn.enlarge-trigger:hover {
    opacity: 1;
}

.close {
    text-shadow: none !important;
}

.detail-close-container {
    left: 0;
    top: 0;
    position: fixed;
    width: 100vw;
    height: 100px;
    min-width: 1020px;
}

p.newer-browser-needed, p.javascript-needed {
    display: block;
    position: absolute;
    z-index: 2000;
    background: red;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
}

.hidden {
    visibility: hidden;
}

.info-lucrare {

}

.data-lucrare {

}

.publicatie-lucrare {

}

.row {
    margin: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
}