.warning
{
    border-color: #900;
}
.wsp-red
{
    color: #900;
}
.wsp-hnypt {
    display: none;
}
.wsp-lblwarn
{
    border: 1px solid red;
    border-radius: .25rem;
    width: 100%;
    display: inline-block;
    padding-right: inherit;
}
.wsp-lbltxtwarn
{
    border: 1px solid red;
    border-radius: .25rem;
    /* width: 100%; */
    /* display: inline-block; */
    /* padding-right: inherit; */
    padding: .375rem .75rem;
}

.form-group.row.checkbox-field-title {
    margin: -7px;
}
.col-sm-9.checkbox-field-yes {
    padding-left: 10px;
}

/*Receiver confirmation*/
.container {
    margin: 0 15%;
    display: flex;
    justify-content: center;
}
button.close-window {
    background: #e34663;
    color: white;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
}
.close-index-window {
    margin: 15px 35%;
}
.confirmation-text {
    margin-bottom: 10px !important;
}