*:focus {
    outline: none !important;
}

.portal-body {
    background-color: rgb(245, 245, 247);
}

.nav-blue {
    background-color: #004977 !important;
}

.gold-text {
    color: #d6a100 !important;
}

.nav-shadow {
    -webkit-box-shadow: 0px 13px 25px -3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 13px 25px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 13px 25px -3px rgba(0, 0, 0, 0.5);
    border-bottom: none !important;
}

.header-padding {
    margin-top: 120px;
}

.portal-title {
    margin-left: 20px;
    color: white;
    font-size: 28px;
    font-weight: 400;
}

.portal-subtitle {
    color: #d6a100;
    font-size: 24px;
    font-variant: small-caps;
}

.dashboard-card {
    max-height: 350px;
}

.dashboard-card .card-body {
    padding: 0px !important;
    overflow-y: scroll;
}

.dashboard-card .card-text {
    font-size: 12px;
}


.ordered {
    background-color: hsl(30, 79%, 69%) !important;
}

.received {
    background-color: #93d2f2 !important;
}

.complete {
    background-color: #bcc2ac !important;

}

.backordered {
    background-color: #fac4bd !important;
}

.requested {
    background-color: #cadc8b !important;
}

.staging {
    background-color: #bcbdec !important;
}

.cancelled {
    background-color: #ce9c90 !important;
}

.issues {
    background-color: #eb5a7c !important;
}


.add {
    background-color: #56cd64 !important;
}

.copy {
    background-color: #f1e868 !important;
}

.compact-header {
    padding-left: 4px !important;
    padding-right: 2px !important;
    text-align: center !important;
}

.compact-cell {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.ag-theme-alpine .ag-header-cell {
    padding-left: 4px !important;
}

.ag-theme-alpine .ag-cell-value {
    line-height: 18px !important;
    word-break: normal;
    /* prevent words from breaking */
    padding-top: 3px;
    /* space top */
    padding-bottom: 3px;
    /* space bottom */
}

.filter-large {
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%
}

.filter-large:focus {
    outline: none;
}

.notes-table {
    font-size: 12px;
}

.btn-download {
    color: #004977;
    padding-top: 0 !important;
}

.btn-rfq {
    padding: 4px 8px !important;

}

.btn-rfq-grid {
    padding: 4px 8px !important;
    font-weight: bold !important;
    border-radius: 4px;
    margin: 4px;
}

.btn-rfq-grid.blue {
    background-color: blue;
}

.btn-rfq-grid.blue2 {
    background-color: rgb(71, 157, 249);
}

.btn .btn-red {
    background-color: rgb(193, 37, 37);
}


.btn-admin {
    padding: 2px 4px !important;
    font-weight: bold !important;
    border-radius: 4px;
    margin: 4px;
    font-size: 10px !important;
}

.nav-active-link {
    color: blue;
    font-weight: bold !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .35rem .4rem;
    font-size: .775rem;
    line-height: .5;
    border-radius: .2rem;
}

.control-legend {
    position: relative;
    border: 1px dotted rgb(205, 202, 202);
    padding: 6px 4px 4px 4px;
}

.control-legend>.control-legend-header {
    position: absolute;
    background-color: white;
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: green;
    font-weight: bold;
    padding: 0 2px;
}

.doc-trash>i {
    color: orange;
    outline: none;
}

.doc-delete>i {
    color: red;
    outline: none;
}

.table-header-rotated {
    border-collapse: collapse;
}

.table-header-rotated td {
    width: 30px;
}

.no-csstransforms .table-header-rotated th {
    padding: 5px 10px;
}

.table-header-rotated td {
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc;
}

.table-header-rotated th.rotate {
    height: 140px;
    white-space: nowrap;
}

.table-header-rotated th.rotate>div {
    transform: translate(20px, 0px) rotate(315deg);
    width: 30px;
}

.table-header-rotated th.rotate>div>span {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

.table-header-rotated th.row-header {
    font-size: .8rem;
    padding: 0 10px;
    border-bottom: 1px solid #ccc;
}

.email-header-name {
    font-size: 1rem;
    color: cornflowerblue;
}