﻿

/* INFO CARD */
.info-card-block {
    font-size: 1vw;
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap !important;
    padding-top: 1vw;
}

.info-card-block > div {
    margin: 5px;
    padding: 10px 15px 5px 15px;
}

.info-link,
.info-link *,
.info-card-block a,
.info-card-title a,
.info-card-subtitle a
{
    color: #000000;
}
.info-link:hover,
.info-link *:hover,
.info-card-block a:hover,
.info-card-title a:hover,
.info-card-subtitle a:hover
{
    color: var(--theme-secondary);
}

.info-card-container {
    padding-right: 15px;
    padding-left: 15px;
}
.info-card-container > div {
    margin-top: 10px;
}
.info-card-container > div:not(:last-child) {
    margin-right: 20px;
}

.info-card {
    position: relative;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.09));
    border-radius: 20px;
    background: #FFFFFF;
    border-radius: 20px;
    min-height: 155px;
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 10px;
}

.info-card.green {
    background: linear-gradient(111.9deg, #245845 5.69%, #104330 95.14%);
    color: #FDFDFD;
}
.info-card.yellow {
    background: linear-gradient(110.72deg, #FFCF48 0%, #F2B815 95.44%);
    color: #000000;
}

.info-card:hover {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3));
}

.info-card-title {
    font-weight: 600;
    font-size: 1.3rem;
    _line-height: 1.1;
    _padding-bottom: 3px;
}

.info-card-bigtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    padding-bottom: 12px;
}

.info-card-edit {
    position: absolute;
    top: 10px;
    right: 10px;
}

.info-card-subtitle {
    font-size: 15px;
    font-weight: 400;
}

.info-card-details {
    margin-top: -5px;
    padding-top: 0;
    font-weight: 400;
    font-size: 10px;
    color: #C2C2C2;
}
.info-card-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 143%;
    color: #303030;
}

.info-card-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.info-card-img img {
    border-bottom-right-radius: 20px;
}

/* BUTTON */

.info-button-block {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
}

.info-button-block > *:not(:last-child) {
    _margin-right: 10px;
}

.info-button-block > * {
    margin-right: 10px;
}

.info-button {
    border-radius: 10px;
    font-weight: 400;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 10px;
    white-space: nowrap;
    text-align: center;
    outline: none;
    border: 1px solid transparent;
    margin-bottom: 5px;
    white-space: nowrap;
}
.info-button-wrap {
    white-space: pre-wrap;
}
.info-button a {
    color: #000000;
}
.info-button a:hover {
    color: #FFF;
}

.info-button-small {
    font-weight: 400;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
    white-space: nowrap;
}

a.info-button {
    display: block;
    padding: 5px 15px;
}

.info-button-primary {
    background: var(--theme-secondary);
    color: black;
}

.info-button-primary:hover,
.info-button-primary a:hover {
    color: white;
}

.info-button-secondary {
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: var(--btn-bg-secondary);
}

.info-button-secondary:not(.disabled):hover {
    color: rgba(255, 207, 72, 1);
    border: 1px solid rgba(255, 207, 72, 1);
}
.info-button-secondary:not(.disabled) a:hover {
    color: rgba(255, 207, 72, 1);
}

.request-btn {
    width: 100%;
    height: 38px;
    background: #FFB238;
    box-shadow: 0px 4px 19px rgba(255, 207, 72, 0.53);
    border-radius: 15px;
    outline: none !important;
    border: none;
    margin-bottom: 5px;
}

.request-btn-primary {
    color: #FFF;
    background: #FFB238;
    box-shadow: 0px 4px 19px rgba(255, 207, 72, 0.53);
}

.request-btn-primary:hover {
    color: #3E7D66;
}

.request-btn-secondary {
    background: #F9F9F9;
    box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.14);
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 15px;
}

.dark .request-btn-secondary {
    background: linear-gradient(119.43deg, #275B48 17.63%, #063927 89.94%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}




/* PICTURE */

.item-picture-container * {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.item-picture-container {
    position: relative;
    border: solid 1px #EEE;
}

/* Hide the images by default */
.image-picture {
    display: none;
    position: relative;
    text-align: center !important;
}
.image-picture-img {
    width: auto;
    _max-height: 400px;
    min-height: 100px;
    max-height: 400px;
    object-fit: cover;
    max-width: 100%;
}
.image-picture-img.loading {
    object-fit: none;
    content:url("/images/picture-loading.gif");
}

/* Next & previous buttons */
.image-picture-prev,
.image-picture-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    top: calc(50% - 30px);
    width: auto;
    padding: 16px;
    _margin-top: -15px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "prev button" to the right */
.image-picture-prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.image-picture-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
.image-picture-prev:hover,
.image-picture-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.image-picture-number {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: var(--)
}
.image-picture-action {
    background: var(--theme-secondary);
    cursor: pointer;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    border-bottom-left-radius: 10px;
}

/* Container for image text */
.image-picture-caption-container {
    text-align: center;
    background-color: #222;
    padding: 6px 16px;
    color: white;
    min-height: 33px;
}

.image-picture-thumbnail:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.image-picture-thumbnail-item {
    float: left;
}

/* Add a transparency effect for thumnbail images */
.image-picture-thumbnail-demo {
    opacity: 0.6;
}

.image-picture-thumbnail-demo.active,
.image-picture-thumbnail-demo:hover {
    opacity: 1;
}

.image-picture-thumbnail-empty {
    height: 63px;
    background: #F7F7F7;
    border-radius: 5px;
}

/* TAG */

.info-tag-container {
    padding: 20px 0;
    _display: flex;
    _flex-wrap: wrap !important;
}

.info-tag img {
    filter: grayscale(1);
    opacity: 0.2;
}

.info-tag.active img {
    filter: grayscale(0);
    opacity: 1;
}

.info-tag {
    cursor: pointer;
    padding-bottom: 10px;
}

.info-tag div:last-child {
    padding: 3px 0 0 10px;
}

.info-doc-shadow {
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.09));
    border-radius: 10px;
    background: #FFFFFF;
    max-height: 47px;
}

.info-doc-shadow:hover {
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.3));
}

.info-about {
    min-width: 150px;
    max-width: 150px;
}

.info-about > div {
    font-weight: 300;
    font-size: 12px;
    color: #ADADAD;
    padding-bottom: 10px;
}

.info-about > div:first-child {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    padding-bottom: 0px;
}


.info-table {
    width: 100%;
}
div.info-table {
    width: 100%;
    display: table;
}

.info-table thead tr,
.info-table .thead.tr .td {
    border-bottom: 1px solid lightgrey;
}
.info-table div.tr {
    display: table-row;
}
.info-table div.td,
.info-table div.th{
    display: table-cell;
}

.info-table thead tr td,
.info-table .thead.tr .td {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.3)
}

.green {
    color: #50A845;
}

.yellow {
    color: #FF9C00;
}

/* FORM_CONTROL */
.info-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    _border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.info-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.info-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--theme-secondary);;
    outline: 0;
    _box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.info-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    _border-radius: 0.2rem;
}