﻿input.tagpicker {
    vertical-align: unset;
}

div.tagpicker-bg {
    background: #ffffff;
}

.progress {
    position: relative;
    height: 25px;
}

    .progress > .progress-type {
        position: absolute;
        left: 0px;
        font-weight: 800;
        padding: 3px 30px 2px 10px;
        color: rgb(255, 255, 255);
        background-color: #f4f6fc;
    }

    .progress > .progress-completed {
        position: absolute;
        right: 0px;
        font-weight: 800;
        padding: 3px 10px 2px;
    }

.container {
}

.smartresults {
    padding: 0;
    background-color: #e7edf7;
    border: 1px solid #ddd;
    margin: 0;
    margin-top: 8px;
    margin-bottom: 25px;
}

.row {
}

@media (min-width: 300px) {
    .col-md-2, .col-md-4, .col-md-6, .col-md-8 {
        float: left;
    }

    .col-md-8 {
        width: 66.6666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-2 {
        width: 14.33333333%;
    }
}

.row {
    margin-top: 10px;
    margin-bottom: 5px;
}


.results {
    border: 1px solid #333;
    margin: 5px;
    border: 1px solid #ddd;
    background: #ffffff;
    padding: 6px;
}

.warning {
    color: #f00;
    padding: 15px;
}
