div.previewContent {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    padding: 4px;
    margin: 20px;
}

.app-main {
    display: flex !important;
}

.app-main .app-main__inner {
    padding: 1vh 1vw;
    padding-bottom: 0px;
}

.app-footer,
.app-footer .app-footer__inner {
    height: 50px;
}

span.hidden-preview {
    border: 1px solid #aaa;
    border-radius: 50px;
    padding: 5px 20px;
    background: #eee;
}


#my-logo-img {
    height: 80%;
    max-height: 50px;
    margin-top: -0.5rem;
}

#my-logo-login {
    height: 80%;
    max-height: 100px;
}

.btn-secondary-pigro {
    background-color: #e9ecef;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    color: #555;
}

.btn-secondary-pigro.left {
    border-left: 1px solid #ced4da;
}

.btn-secondary-pigro.right {
    border-right: 1px solid #ced4da;
}

.btn-primary {
    background-color: #26547b !important;
    /*#FF8000 !important;*/
    border: 1px solid #2e6798 !important;
    /*#eb7601 !important;*/
}

.btn-primary:hover {
    background-color: #2e6798 !important;
}

#favs-loading i {
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

#favs-loading i:hover {
    transform: scale(1.5);
}

.app-header__logo {
    width: auto;
}

a,
.btn-link {
    color: #26547b;
    /* #FF8000; */
}

span.pigro-label {
    /* font-size: small;
    background: #FF8000;
    color: white;
    padding: 3px;
    border-radius: 5px;
    margin-right: 5px; */
    font-size: x-small;
    background: #aaa;
    color: white;
    border-radius: 5px;
    margin: 0;
    margin-right: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    width: 2.3rem;
}

.btn-link:hover,
a:hover {
    color: #2e6798;
}

#my-logo {
    color: #fefefe;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.form-control:focus {
    box-shadow: none;
}

.app-theme-white.fixed-header .app-header__logo {
    background: none;
}

.load-more {
    cursor: pointer;
}

.questionable {
    cursor: pointer;
}

.like-link {
    color: #26547b;
    /* #FF8000;*/
    cursor: default;
}

.like-link:hover {
    color: #26547b;
    /* #FF8000;*/
    cursor: default;
}

#files span {
    cursor: pointer;
    text-decoration: underline;
    color: var(--primary);
}

.omissis {
    text-align: center;
    margin: 15px auto;
    font-size: 20px;
    color: #999;
}

.card-body.bordered {
    border-top: 1px solid rgba(26, 54, 126, 0.125);
    /*
    white-space: nowrap; 
    height: 100px; 
    overflow:hidden;
    text-overflow: ellipsis;
    */
}

.card-footer {
    font-size: 19px;
}

.inline-feedback {
    font-size: 25px;
    vertical-align: middle;
    margin: 0px 2.5px;
    cursor: pointer;
}

.card .trigger {
    cursor: pointer;
}

#error-viewer {
    display: none;
}

#error-viewer label {
    font-weight: 600;
    color: rgba(13, 27, 62, 0.7);
}

#error-viewer .boxed {
    background: #eee;
}

.bootstrap-autocomplete.dropdown-menu {
    max-height: 350px !important;
    overflow-x: scroll !important;
}

mark,
.mark {
    background-color: #FBEC5D;
}

abbr {
    color: #236B8E;
}

.popover-body h3 {
    font-size: 1.2rem;
}

#suggest span.suggestion {
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
    color: #236B8E
}

#suggest i {
    color: #236B8E;
}

.bootstrap-autocomplete.dropdown-menu>.dropdown-item {
    display: block;
}

.title-content {
    max-width: calc(74vw - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.files {
    position: absolute;
    max-width: calc(25vw - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#feedback {
    position: absolute;
    left: 1vw;
}

a[name]:not([href]) {
    position: relative;
    top: -65px;
    visibility: hidden;
    display: inline-block;
    content: " ";
}

#preview a[name]:not([href]) {
    position: relative;
    top: -100px;
    visibility: hidden;
    display: inline-block;
    content: " ";
}

#tools a[name]:not([href]) {
    position: relative;
    top: -100px;
    visibility: hidden;
    display: inline;
    content: " ";
}

#table-of-content {
    cursor: pointer;
}


.btn-header-link {
    color: #fff;
}

.btn-header-link:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-footer-link {
    margin-right: 1rem;
    color: #6c757d;
}

.btn-footer-link:hover {
    color: #4c5257;
}

#favs {
    margin-top: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#search-bar {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.btn-feedback {
    border: 1px solid #2e6798;
    background-color: #26547b;
    /* #ff8000;*/
    /* border: 1px solid #aaa;
    background-color: #ddd; */
    /* background-color: #e9ecef; */
    /* border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da; */
    transition: 0.2s ease-in-out;
    cursor: default !important;
    margin: 3px;
}

.btn-feedback i {
    cursor: pointer;
    transition: 0.2s ease-in-out;
    display: inline-block;
    color: #fff;
    font-style: unset;
}

.btn-feedback i:hover {
    transform: scale(1.05);
}

#feedbacks-right {
    position: absolute;
    right: 1rem;
}

.fa-thumbs-up {
    color: #3ac47d;
}

.fa-thumbs-down {
    color: #d92550;
}

.pigro-3c-title {
    color: #26547b;
    /* #a25100;*/
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 2.7rem;
}

ul.pigro-favs-list {
    list-style-type: none;
    padding-left: 1rem;
}

.pigro-favs-icon {
    cursor: pointer;
    color: #999;
    margin-right: 0.5rem;
    margin-top: 1rem;
}

.pigro-card-title a {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
}

.pigro-favs-icon-none {
    color: #999;
    margin-right: 0.5rem;
}

.pigro-favs-icon:hover {
    color: #5a6268;
}

.pigro-favs-link,
.pigro-favs-normal {
    color: #999;
}

.pigro-favs-link:hover,
.pigro-favs-normal:hover {
    color: #5a6268;
}

.pigro-card table,
.pigro-card tr,
.pigro-card td,
.pigro-card img {
    display: none;
}


.pigro-card u.hidden-preview {
    border: 1px solid #aaa;
    border-radius: 50px;
    padding: 5px 20px;
    background: #eee;
    display: table;
    margin: 5px 0px;
    cursor: pointer;
}

span.hidden-preview {
    border: 1px solid #aaa;
    border-radius: 50px;
    padding: 5px 20px;
    background: #eee;
}

.pigro-card-ka {
    background: #fff;
    padding: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
}

.pigro-card {
    /* background: white; */
    position: relative;
    padding: 1rem;
    padding-right: 1.5rem;
    padding-left: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-bottom: 1px solid #ccc;
    /* margin: 1rem; */
    /* margin-bottom: 1.5rem; */
    /* border-radius: 5px; */

    cursor: pointer;
}

.pigro-card:hover {
    background: rgba(255, 255, 255, 0.7);
}

.pigro-card.active {
    /* box-shadow: #eb7601 0 0 5px 2px; */
    /* box-shadow: #666 0 0 5px 0; */
    background: #fff;
}

.pigro-card-title {
    font-weight: bold;
    font-size: 1rem;
}

.pigro-question {
    padding-left: 2.8rem;
    font-size: 1rem;
    font-weight: 500;
}

.pigro-card-content {
    /* max-height: 12rem;
    overflow: hidden; */
    margin-top: 1rem;
    word-wrap: break-word;
    padding-left: 2.8rem;
}

#more-btn {
    margin: 1.25rem;
    margin-bottom: 1.5rem;
}

.pigro-card-content:empty {
    display: none;
}

#preview {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23AAAAAA" x="50%" y="50%" font-family="\'Segoe UI\',Roboto,\'Helvetica Neue\',Arial,\'Noto Sans\',sans-serif,\'Apple Color Emoji\',\'Segoe UI Emoji\',\'Segoe UI Symbol\',\'Noto Color Emoji\'" font-size="24" text-anchor="middle">Loading...</text></svg>') 0px 0px no-repeat;
}

#preview .main-preview {
    opacity: 0.3;
    transition: all ease-in-out 230ms;
}

#preview iframe {
    height: 74vh;
    border: 0;
    width: 100%;
}

.height-100 {
    height: 80vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.hide-s {
    overflow: hidden !important;
}

.fas.fa-star {
    color: gold;
}

.fas.fa-star:hover {
    color: goldenrod;
}

.pigro-btn-link {
    margin: 1rem;
}

.pigro-preview-suggestions {
    height: 40px;
    align-content: center;
}

@media (max-width: 992px) {
    .title-content {
        max-width: calc(65vw - 120px);
    }

    .files {
        max-width: calc(33vw - 120px);
    }
}

@media (max-width: 768px) {
    body .card .card-header {
        text-align: left;
    }

    .title-content {
        max-width: calc(100vw - 120px);
    }

    .files {
        max-width: calc(100vw - 120px);
    }
}

@media (min-width: 768px) {

    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.dots {
    /* display: inline-block; */
    background: url(../../images/dots.gif);
    width: 40px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 20px);
    display: block;
    margin: 0.75rem auto;
}