﻿.btn-success-soft {
    color: #28a745;
    background-color: rgba(40, 167, 69, .1);
    border-color: rgba(40, 167, 69, .3)
}

    .btn-success-soft:hover,
    .btn-success-soft:not(:disabled):not(.disabled).active,
    .btn-success-soft:not(:disabled):not(.disabled):active,
    .show > .btn-success-soft.dropdown-toggle {
        color: #28a745;
        background-color: rgba(40, 167, 69, .2);
        border-color: rgba(40, 167, 69, .4)
    }

        .btn-success-soft.focus,
        .btn-success-soft:focus,
        .btn-success-soft:not(:disabled):not(.disabled).active:focus,
        .btn-success-soft:not(:disabled):not(.disabled):active:focus,
        .show > .btn-success-soft.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
        }

.btn-danger-soft {
    color: #dc3545;
    background-color: rgba(220, 53, 69, .1);
    border-color: rgba(220, 53, 69, .3)
}

    .btn-danger-soft:hover,
    .btn-danger-soft:not(:disabled):not(.disabled).active,
    .btn-danger-soft:not(:disabled):not(.disabled):active,
    .show > .btn-danger-soft.dropdown-toggle {
        color: #dc3545;
        background-color: rgba(220, 53, 69, .2);
        border-color: rgba(220, 53, 69, .4)
    }

        .btn-danger-soft.focus,
        .btn-danger-soft:focus,
        .btn-danger-soft:not(:disabled):not(.disabled).active:focus,
        .btn-danger-soft:not(:disabled):not(.disabled):active:focus,
        .show > .btn-danger-soft.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
        }

/* Autocomplete */

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vue-notification {
    margin: 10px !important;
    padding: 10px !important;
    z-index:2000;
}

.vue-notification-group {
    top: 100px !important
}
