/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.actions {
    font-size: 0;
}

.actions .btn {
    font-size: 14px;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    transition: all 0.25s linear;
}

.actions .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 1px solid #fff;
}

.actions .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #fff;
}

.actions .btn:hover,
.actions .btn.active,
.actions .btn:focus {
    color: white;
    outline-offset: 0;
    background-color: #5AC8FB;
    box-shadow: none;
    outline: 0 !important;
}

#vlera-artikullit {
    width: 140px !important;
}

#shuma-takses {
    font-weight: bold;
}

@media (max-width: 450px) {
    .actions .btn {
        display: block;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 5px;
    }

    .actions .btn:last-child {
        margin-bottom: 0px;
    }
}