.control-label {
    line-height: 20px;
    text-transform: uppercase;
    font-size: 12px;
}


.user-bottom-navigation {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}




.form-group.captcha .form-control-feedback {
    top: 57px;
}

/* Tabelka do historii zamówień */

.user-order-history-grid {
    padding-bottom: 1em;
}

.user-order-history-grid .row {
    padding: 1em 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.user-order-history-grid .row.last {
    border-bottom: 1px solid #ccc;
}

.user-order-history-grid .col-xs-3 a {
    display: block;
}

.user-order-history-grid .col-xs-3 a span.glyphicon {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 2px;
}

.user-order-history-grid .col-xs-3.last {
    text-align: right;
}

/* Koszyk */

.shop-basket-grid {}
.shop-basket-grid > .row {
    border: 1px solid #ccc;
    padding-bottom: 7.5px;
}

.shop-basket-grid .col-xs-12 > .row {
    padding: 7.5px 0;
}

.shop-basket-grid .row.first {
    background: #ededed;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-bottom: 7.5px;
}

.shop-basket-grid .row.first [class*='col-'] {
    line-height: 30px;
}

.shop-basket-grid .row [class*='col-'] {
    float: none;
    vertical-align: middle;
    display: inline-block;
}

.shop-basket-grid .col-xs-12 > .row > [class*='col-'] {
    text-align: center;
}

.shop-basket-grid .col-xs-12 > .row > [class*='col-'].first {
    text-align: left;
}

.shop-basket-grid .col-lg-5 img {
    float: left;
}