.parsley-errors-list {
    color: red;
    list-style: none;
    text-align: center;
}

.remove-row-btn > i{
    color: #fff;
}

.userstable .select2-container,
.userstable .quantity {
    width: 130px !important;
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

#spinner-div .text-info {
    color: #222d62 !important;
    width: 32px;
    height: 32px;
    margin: 20% auto;
}

.callout-success {
    border-left-color: #1e7e34 !important;
}

.callout {
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    background-color: #fff;
    border-left: 5px solid #e9ecef;
    margin-bottom: 1rem;
    padding: 1rem;
}

.callout-success h5:hover {
    color: #1e7e34 !important;
}
