@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

.box-ground {
    border-radius: 5px;
    background-color: #ffffff;
}

.doc-preview-frame {
    width: 100%;
    background-color: #444444;
    border: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #dddddd !important;
}

.dropdown-menu-short {
    min-width: inherit;
}

.text-pink {
    color: #fc2b6b !important;
}

.flex-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.environment-label {
    background-color: #004141;
    height: fit-content;
    max-height: 32px;
    margin-right: -14px;
    font-size: 1.2rem;
    letter-spacing: -2px;
    padding: 4px;
    display: flex;
    flex-direction: row;
}

.environment-label-band {
    margin-right: -24px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #004141;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
}


@media (min-width: 768px) {
    .box-ground, .box-ground-transparent, .box-ground-bl, .box-ground-label {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        min-width: 850px;
        max-width: 1300px;
    }
}

@media (max-width: 768px) {
    .box-ground, .box-ground-transparent, .box-ground-bl, .box-ground-label {
        width: 95%;
        margin-left: auto;
        margin-right: auto;

    }
}

.queue-table tr:hover td {
    background: #eee;
}

.queue-table .queue-desc {
    position: relative;
}

.queue-table .queue-desc-icons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-25%) rotate(-20deg);
    color: black;
    opacity: 0.1;
    font-size: 3rem;
    margin-top: -10px;
    display: flex;
    align-items: center;
}

.queue-stats {
    margin-top: 1rem;
}

.queue-info {
    border: 1px solid lightgray;
}

.queue-info td {
    padding: 0.5rem;
}

.queue-info tr:nth-of-type(odd) td {
    background: #f5f5f5;
}

.queue-info .product-title {
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-badge {
    display: inline-block;
    border-radius: 3px;
    padding: 0 0.4rem;
}

.status-badge.DELETED {
    border: 1px solid #dc2626 !important;
    background: #fecaca !important;
    color: #dc2626 !important;
}

.status-badge.INACTIVE {
    border: 1px solid #666 !important;
    background: #eee !important;
    color: #666 !important;
}

.status-badge.PUBLISHED {
    border: 1px solid #16a34a;
    background: #eeffe6;
    color: #16a34a;
}
