.btn {

    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    height: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.alert p {
    margin-bottom: 0 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.table>:not(caption)>*>* {

    padding: 0.75rem;
}

.list-group-item {
    padding: .75rem 1.25rem;
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 10000;
}

#loading-image {
    z-index: 10000;
}

@media (max-width: 477.98px) {

    .purchase> .select2-container{
        width: 100% !important;

    }


    .factor_style_1{
        width: 100%;
    }

    .factor_style_2{
        width: 100%
    }

}


@media (min-width: 478px) {


    .purchase> .select2-container{
        margin-top: 0.25rem !important;
    }

    .factor_style_1{
        width: 75px;
    }

    .factor_style_2{
        width: 50px;
    }

}


@media (min-width: 576px) {

    .purchase> .select2-container{
        margin-top: 0px !important;
    }

    .factor_style_1{
        width: 88px;
    }

    .factor_style_2{
        width: 70px;
    }

}


@media (min-width: 768px) {

    .factor_style_1{
        width: 136px;
    }



}


@media (min-width: 992px) {

    .factor_style_1{
        width: 136px;
    }



}


@media (min-width: 1200px) {
    .factor_style_1{
        width: 155px;
    }

    .factor_style_2{
        width: 155px;
    }


}

blockquote {
    color: #555;
    font-size: 1rem;
    margin: 20px 0px;
    padding: 10px 20px;
    border-left: 5px solid #dc354594;
    background-color: hsla(0,0%,52%,.1);
    border-radius: 5px;
    padding-top: 30px;
}