.ct_tbl {
    overflow: auto;
}

.ct_tbl tr td {
    padding: 1px 5px 1px 1px;
    border-bottom: 1px solid white;
}

.ct_tbl tr:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.ct_tbl tr td select {
    margin-left: 15px;
    margin-right: 10px;
}

.ct_tbl tr td input {
    margin-right: 10px;
    width: 60px;
}

.pm_item img {
    max-width: 32px;
    max-height: 32px;
}

.ct_tbl tr td img, .fullcitem img {
    vertical-align: text-bottom;
    margin-right: 3px;
    max-width: 32px;
    max-height: 32px;
}

.sticker-image {
    max-height: 120px;
    max-width: 300px;
}

@keyframes merc {
    from {
        background-color: #CEE;
    }
    50% {
        background-color: #DFF;
    }
    to {
        background-color: #CEE;
    }
}


.crf_hlitem {
    background-color: #34b1c2;
    animation: merc 3s infinite ease-in-out;
}


.crf_pritem {
    opacity: 0.8;
    box-shadow: none;
}

.crf_pritem img {
    opacity: 0.8;
    filter: grayscale(70%);
}

.crf_reditem {
    opacity: 0.8;
    background-color: #fca;
}


.itemcnt {
    font-weight: bold;
}

.item_ucnt {
    font-size: 10px;
}


progress {
    width: 40px;
    height: 16px;
    vertical-align: text-bottom;
}


.inprogress {
    margin-left: -50px;
    text-align: center;
    width: 50px;
    display: inline-block;
    color: #555;
    font-size: 11px;
}

.imgbut {
    padding: 3px 5px;
}

.imgbut img {
    margin: 0 !important;
}

.ct_bw {
    filter: grayscale(70%);
    opacity: 0.5;
}

.ct_green {
    background-color: rgba(71, 255, 0, 0.2);
}

.ct_red {
    background-color: rgba(221, 0, 43, 0.2);
}

.ct_yellow {
    background-color: rgba(255, 194, 0, 0.2);
}

button input, .button input {
    border: 0;
    width: 35px !important;
    margin: 0;
    padding: 0;
    margin-left: 5px;
    font-size: 11px;
    height: 13px;
}

@media screen and (max-width: 550px) {
    .inprogress {
        margin-left: 0;
    }
}
