select {
    display: block;
}

.text-success{color:#5cb85c!important}
.text-warning{color:#f0ad4e!important}

.gwt-CheckBox{
    margin-top: 10px;
}

.gwt-vpanel-spacing {
    cellpadding: 15px;
}

.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #0275d8;
}

.text-left {
    text-align: left !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.font-weight-bold {
    font-weight: bold;
}

.col-form-label {
    padding-top: calc(0.5rem - 1px * 2);
    padding-bottom: calc(0.5rem - 1px * 2);
    margin-bottom: 0;
}

.label-word-wrap {
    word-wrap: break-word;
}

.progress-bar{
    height: 2rem !important;
}

.m-2 {
    margin: 0.5rem 0.5rem !important;
}

.m-3 {
    margin: 1rem 1rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.p-2 {
    padding: 0.5rem 0.5rem !important;
}

.p-3 {
    padding: 1rem 1rem !important;
}


.d-block {
    display: block !important;
 }

.d-inline-block {
    display: inline-block !important;
}

.bg-faded {
    background-color: #f7f7f7;
}

@media (min-width: 992px) {
    .wizard-container {
        max-width: 67%;
        max-height: 67%;
    }

}

.w-100 {
    width: 100% !important;
}

.btn-call-to-action {
    color: #fff;
    background-color: #dc0000;
    border-color: #dc0000;
}

.upper-border-only {
    border-left:0;
    border-right:0;
    border-top:solid gray 1px;
    border-bottom:0;
}