﻿.markul-card {
    display: block;
    text-decoration: none;
    padding: 1.1rem;
    margin-bottom: 1.1rem;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 1px rgba(40, 41, 61, .08), 0 .5px 2px rgba(96, 97, 112, .16)
}

.device-info:hover {
    box-shadow: 0 1px 6px -3px rgba(0, 0, 0, .5);
    box-shadow: 2px 0 -3px rgba(40, 41, 61, .08), 0 2px 2px rgba(96, 97, 112, .16)
}

.markul-card-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.markul-header h1 {
    padding-bottom: 1em;
}

.markul-header h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.markul-sub-title {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    color: #6b6d85;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 18px;
}

.markul-card-body {
    font-size: 16px;
}

.markul-chart {
    height: 200px;
}

.markul-card-footer {
    font-size: 13px;
    color: #627386;
}

.markul-badge {
    align-items: center;
    background: #f3f3fa;
    border-radius: 8px;
    color: #22222a;
    display: inline-flex;
    font-weight: 400;
    line-height: 26px;
    margin-right: 8px;
    padding: 0 8px;
}

.add-buttons {
    padding-bottom: 1rem;
    text-align: right;
}

.device-image {
    height: auto;
    max-width: 100%;
}
.device-image-container {
    text-align: center;
}
.device-image-container button {
    margin-top: 1em;
}

.device-image-container .loading-icon {
    position: absolute;
    top:50%;
    left: 50%;
}

.grey-out {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* msie */
    background-color: #000;
}

.loading-icon {
    color: var(--main-accent);
}