﻿/* Only BimContent */
.btn-bcc-lg {
    display: inline-block;
    font-size: 14px;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: .5px;
    padding: .75rem 2rem;
    font-family: "Exo", sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .35s ease;
}

.test-flag {
    position: fixed;
    top: 25px;
    left: -60px;
    z-index: 100;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    color: #fff;
    background-color: #dc3545;
}

.nav-link-bcc {
    font-size: 1rem;
    padding: 0.5rem;
    font-family: "Exo", sans-serif;
    color: #223a66 !important;
}

    .nav-link-bcc.active {
        background: #223a66 !important;
        color: #fff !important;
    }

.bg-bcc {
    background: #223a66 !important;
    color: #fff !important;
}

.btn.bg-bcc:hover {
    background: #021a46 !important;
}

.page-item.disabled .page-link.bcc {
    color: #bbb !important;
}

.page-item.active .page-link.bcc {
    background: #223a66 !important;
    color: #fff !important;
}

.page-link.bcc {
    background: #fff !important;
    color: #223a66 !important;
    outline: 0px;
    box-shadow: none;
}

.pr-details-table td,
.pr-details-table th {
    white-space: nowrap;
    min-width: 128px;
}