﻿body {
}

/* Forms and filters */

.form-menu .form-control,
.filter-container .form-control {
    border-color: #ccc;
    background-color: white;
}

/*.filter-container,
.category-filter-row .cat-product-count {
    color: white !important;
}*/

/* Details */

.used-details {
    padding: 20px;
    background-color: white;
    color: #333;
}

.used-details h1,
.used-details h2 {
    color: #333 !important;
}

.used-details h1:before,
.used-details h2:before {
    border-bottom-color: #333 !important;
}

.used-details .content .table.table-condensed tr > th,
.used-details .content .table.table-condensed tr > td {
    padding-left: 0;
}

.product-price {
    font-size: 18px;
}

@media (min-width: 768px) {
    .product .dl-horizontal > dt {
        text-align: left;
        width: 60px;
    }

    .dl-horizontal dd {
        margin-left: 80px;
        padding-bottom: 3px;
    }

    .dl-horizontal dt {
        padding-bottom: 3px;
    }
}

/* Summary - thumbnail */

.thumbnail.used-item {
    border-radius: 0;
}

.thumbnail.used-item > .caption {
}

.thumbnail.used-item > .caption > h4 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.thumbnail.used-item:before,
.thumbnail.used-item:after {
    display: table;
    content: " ";
}

.thumbnail.used-item:after {
    clear: both;
}

.thumbnail.used-item > .caption > .table tr > th,
.thumbnail.used-item > .caption > .table tr > td {
    padding: 5px 5px 5px 0;
}

.thumbnail.used-item > .caption > .table tr > th {
    width: 140px;
}

/* Images */

.used-img {
    display: inline-block;
    max-width: 125px;
    border: 4px solid #ddd;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    float: left;
}

.used-img.active {
    border-color: #00adef;
}

.used-img > .used-img-actions {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 10;
    width: 50px;
}

.used-img > .used-img-actions > .action,
.used-img > .action.move {
    display: block;
    width: 25px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ddd;
    float: left;
    color: #999;
}

.used-img > .used-img-actions > .action.delete {
    background-color: #d9534f;
    color: white;
}

.used-img.active > .used-img-actions > .action.select {
    background-color: #00adef;
    color: white;
}

.used-img > .action.move {
    background-color: #00adef;
    color: white;
    position: absolute;
    top: -4px;
    left: -4px;
    cursor: move;
}

.li-icon-text {
    display: flex;
    align-items: flex-start;
}

    .li-icon-text i {
        flex: 0 0 auto;
        margin-right: 8px; /* space between icon and text */
        margin-top: 4px; /* optional: aligns icon with first line of text */
    }

    .li-icon-text span {
        flex: 1 1 auto;
    }