.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #ffffb9 !important;
    background-color: #ffc72c !important; /* 2020-09-18 D.Kozar changed to conform to UB Brand */
}

.well {
    background-color: #ffffb9 !important;
    background-color: #ffc72c !important; /* 2020-09-18 D.Kozar changed to conform to UB Brand */
}

.modal-dialog {
    width: 320px;
}

.outercenter {
    text-align: center;
}

.outercenter img {
    display: inline-block;
}

.CeDiDNumber {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.7em;
}

.AlphaNumericKey {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 6px;
}

.hr-gray {
    margin-top: 0;
    margin-bottom: 12px;
    border: 0;
    border-top: 1px solid #999;
}

.labelgray {
    border-radius: 0.3em;
    background-color: #666666; /* 2020-09-18 the color conforms to UB Brand */
    text-align: left;
    color: white;
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 0.2em 0.6em 0.2em 0.6em;
    margin: 0 0 0.2em 1.1em;
}

.padleftright0 {
    padding-left: 0;
    padding-right: 0;
}

.popover-content, .popover-title {
    color: #000000 !important; /*black color*/
}

.btn-group {
    font-size: 12px; /*or whatever size */
}

.text-warning {
    /*color: #8a6d3b;*/
    margin: 18px 0 10px;
}

.btn, .btn:active, .btn:hover, .btn:visited,
.btn-success, .btn-success:active, .btn-success:hover, .btn-success:visited {
    background-color: #6da04b !important; /* 2020-09-18 D.Kozar changed to conform to UB Brand */
    border-color: #6da04b !important; /* 2020-09-18 D.Kozar changed to conform to UB Brand */
}

@media only screen and (max-width: 600px) { /* 2020-09-28 D.Kozar added */
    .for-mobile {
        clear: both;
    }
}

@media print {
    footer {
        display: none;
    }
}
