/* Viper alert popup */
.viperalert {
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}

/* trying to get similar look and feel of text boxes and buttons */
#vendorChangeSelect-button {
    background: #F9F9F9 !important;
    color: black !important;
}

.ui-multiselect,
.paginate_button,
.tf {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    outline: none;
    cursor: text;
    text-align: left;
    background: #F9F9F9 !important;
    color: black !important;
}

label {
    font-weight: bold;
}


.vendorEditIcon {
    cursor: pointer;
    color: #006e66;
}

.adminButton {
    width: 50px;
    height: 25px;
}

.toggleButton {
    width: 85px;
    height: 25px;
}

.rightJustified {
    text-align: right;
}

a.viperLink {
    color: #14715F;
    font-weight: bold;
    text-decoration: none;
}

.viperBtn {
    background: #14715F !important;
    color: #F9F9F9 !important;
    border: 1px solid black;
    font-weight: normal;
}

/* used so that all browsers we care about render datatables uniformly */
.dataTables_scroll {
    overflow: auto;
}

/* used to reposition column visibility filter */
.top {
    float: right;
}

.alert-error {
    color : red;
}

.alert-success {
    color : blue;
}

.otherDocTable {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 400px;
}

.docGrid {
    grid-column: 1;
    margin-left: 20px;
}

.docBtn {
    grid-column: 2;
}

.formBorder {
    box-shadow: 0 0 5px grey;
    border-radius: 5px;
    height: 100%;
    padding: 5px;
}