.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

input {
    border: 1px solid #ced4da !important;
    padding: .375rem .75rem !important;
    background-color: #fff !important;
    margin-bottom: 5px;
}

.btn-primary {
    background-color: #264a64 !important;
    border-color: #264a64 !important;
    margin-top: .25rem;
    font-size: 14px;
}

h1 {
    color: #407972;
    font-weight: 300;
}

.ro-input {
    background-color: #e9ecef !important;
    opacity: 1;
}
 
@media screen and (max-width:600px) {
    h1 {
        color: #407972;
        font-weight: 150;
    }
}

#internalUserInfo {
    margin-left: 10px;
}

.internalUserCheckbox {
    margin-left: 10px; vertical-align: sub;
}

.robTitle {
    text-align: center;
    font-size: medium;
}

.privilegedUserText {
    width: inherit;
    max-width: 100% !important;
    height: 300px;
    overflow-y: scroll;
    border-style: inset;
    text-align: justify;
    padding: 20px;
}

    .privilegedUserText:disabled {
        color: rgb(96, 96, 96);
        cursor: inherit;
        background-color: rgb(239, 239, 239);
        -moz-user-focus: ignore;
        -moz-user-input: disabled;
    }

#pivInput {
    margin-top: .5rem;
}
