.err-message {
    display: none;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.popup {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;
}

.popup .info {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    width: 400px;
    padding: 15px;
    background-color: #FFFFFF;
    box-shadow: 1px 0 20px 0 rgba(0,0,0,0.08);
}

.popup .info .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-done, .icon-confirm {
    height: 60px;
    width: 60px;
    color: #575855;
    font-size: 60px !important;
    line-height: 60px;
    text-align: center;
}

.popup .popup-caption {
    height: 45px;
    width: 120px;
    color: #575855;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
}

/*.popup .popup-message {*/
    /*height: 20px;*/
    /*width: 196px;*/
    /*color: #222222;*/
    /*font-size: 14px;*/
    /*line-height: 20px;*/
    /*text-align: center;*/
/*}*/

.popup .popup-action {
    display: flex;
    justify-content: center;
}

.popup .popup-action .btn {
    margin: 0 4px;
    padding: 7px 20px;
}

.popup .popup-action .btn-cancel {
    color: #007bff;
    background: transparent;
    border-color: #00146E;
}

.popup .popup-info {
    text-align: center;
    margin-bottom: 5px;
}
.popup-finish {
    display: none;
}

.popup-confirm {
    display: none;
}

.wb150 {
    padding: 9px 9px;
    width: 150px;
}
