/* Template */
.breadcrumb-item + .breadcrumb-item::before {
    content: "•";
}

a.sidebar-brand {
    text-decoration: none !important;
}
.sidebar-brand-icon {
    margin-left: 15px;
    width: 20px;
    text-decoration: none;
}

.average {
    color: #999999;
    font-size: 0.8em;
    font-weight: normal;
}


.nav-item .nav-link-va-center {
    /*display: block;*/
    margin-top: 15px;
}

table.table td.good-value {
    background-color: rgba(28, 200, 138, 0.1);
}
table.table td.better-value {
    background-color: rgba(28, 200, 138, 0.25);
}
table.table td.best-value {
    background-color: rgba(28, 200, 138, 0.4);
}
table.table td.negative-value {
    background-color: rgba(188, 63, 60, 0.4);
}

table.table td {
    padding: .5rem;
}

.bg-login-image {
    background: url(/img/login-screen.jpg) center;
    background-size: cover;
}
.bg-register-image {
    background: url(/img/register-screen.jpg) center;
    background-size: cover;
}

.card-body .card-icon {
    position: absolute;
    right: 10px;
}


#favouriteChannelsDataTable td img.channel-logo {
    height: 30px !important;
}


/* Classes */
.high {
    color: #0b9de3;
}
.medium {
    color: #80b5ef;
}
.low {
    color: #c7ecef;
}

.label-high {
    background-color: #0b9de3;
}
.label-medium {
    background-color: #80b5ef;
}
.label-low {
    background-color: #c7ecef;
}

/* Charts */
.dashboard-chart-area {
    height: 200px;
}

.product-chart-area {
    height: 340px;
}

/* Various */
.strikethrough {
    text-decoration: line-through;
}

.product-thumbnail,
.category-thumbnail {
    width: 50px;
}


/* Products */
.card.product.product-card .image-container {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.card.product.product-card .image-container img{
    position:absolute;
}
.card.product.product-card .card-title {
    min-height: 4em;
    display: inline-block;
}

.card.product.product-stripe .image-container img {
    width: 50px;
}

.card.product.product-stripe .card-title {
    min-height: revert;
    display: inline-block;
}

.card.product.product-card.disabled {
    opacity: .3;
}

.product-show .product-image {
    width: 100%;
}

/* Add xs buttons */
.btn-xs, .btn-group-xs > .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
    line-height: 0.8;
    border-radius: 0.2rem;
}
.btn-xs + .dropdown-toggle-split, .btn-group-xs > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

/* Cookie */
.eu-popup{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 4242;
    flex-wrap: wrap;
    text-align: left;
    top: 0;
    left: 0;
    margin-top: 20px;
    font-size: .8rem;
    width: 100%;
}

.modal-overlay {
    opacity: 0.65;
    z-index: 2121;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

div.cookie-checkbox label {
    display: inline;
}
