.popupDropdown {
    z-index: 99999 !important;
}

.otherStream {
    width: 500px;
}

.otherStream .v-middle {
    max-height: 100%;
}

.otherStream form {
    max-width: 260px;
    margin: 0 auto;
}

.otherStream .formField {
    min-height: 175px;
}

.otherStream label {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 2px;
}

.otherStream label span {
    color: #ec1c24;
}

.otherStream select {
    width: 100%;
    padding: 8px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otherStream .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: buttonface;
    border-color: #a9a9a9;
    color: #666;
}

.otherStream input {
    width: 100%;
    padding: 8px;
    margin-bottom: 3px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otherStream .erroMsg {
    font-size: 12px;
    color: #ec1c24;
}

.otherStream button {
    width: 180px;
    height: 50px;
    display: block;
    font-weight: 300;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    background-color: #e56c5b;
    border: 0;
    border-radius: 4px;
}