#products .product-icon-select {

}
#products ul.status_icon {
    margin-bottom: 10px;
    width: 100%;

}
#products ul.status_icon li {
    margin-right: 5px;
    float: left;
    padding-top: 5px;
    padding-left: 5px;

}
#products .status_icon {padding-top: 5px;}

#products .product-icon-select .icon-output,
#products .product-icon-select .icon-input{
    border: 1px solid #ddd;
    height: 120px;
    overflow-y: scroll;
    width:250px;
}
#products ul.status_icon li selected{
    background-color: #0000CC;

}
#products product-icon.selected .thumbnail {
    background-color: #0000CC;
}

.products-modify .thumbnails:before,
.products-modify .thumbnails:after {
    display: table;
    line-height: 0;
    content: "";
}

.products-modify .thumbnails:after {
    clear: both;
}

.products-modify .row-fluid .thumbnails {
    margin-left: 0;
}

.products-modify .thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.products-modify .thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.products-modify .thumbnail:hover {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.products-modify .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.products-modify .thumbnail .caption {
    padding: 9px;
    color: #555555;
}
.products-modify .thumbnail.selected {
    background: #0088cc;
}
.category-tag {
    font-weight: bold;
}

.category-tag span {
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: 0 4px;
    border: solid 1px #333;
    border-radius: 5px;
}
.category-tag span.col01 { color: #f57527; border-color: #f57527; }
.category-tag span.col02 { color: #3f945d; border-color: #3f945d; }
.category-tag span.col03 { color: #ad62bb; border-color: #ad62bb; }
.category-tag span.col04 { color: #3a73d2; border-color: #3a73d2; }
.category-tag span.col05 { color: #a8111d; border-color: #a8111d; }
.category-tag span.col06 { color: #f58d27; border-color: #f58d27; }

