.site-cert-info-download-chain-btn
{
    margin-top:10px;
    width:100%;
    height: 38px;
}

.site-cert-info-download-chain-btn button 
{
    float:right;
}

.cert-chain-container
{
    background-color: white !important;
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
}

.cert-chain-index
{
    color: #007bff;
    font-weight: bold;
}

.cert-chain-row-caption
{
    font-weight: bold;
    width: 160px;
    display: inline-block;
}

.cert-chain-row-data
{
    font-family: "Ubuntu Condensed", sans-serif;
}

.on-same-subnet-ok
{
    color:green;
    text-align: center;
    font-weight: bold;
}

.on-same-subnet-error
{
    text-align: center;
    color: red;
    font-weight: bold;
}

#site-cert-info-content, #site-cert-info-info
{
    background-color: white !important;
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 10px;
}

.site-cert-info-nav
{
    background-color: white;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.group
{
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.nav-custom 
{
    padding: .3rem 0.5rem !important;
}

.m-t-10
{
    margin-top: 10px;
}

.m-l-10
{
    margin-left: 10px;
}

.m-l-5
{
    margin-left: 5px;
}

.m-l-0
{
    margin-left: 0px;
}

.m-l-3
{
    margin-left: 3px;
}

.m-l-2
{
    margin-left: 2px;
}

.m-l-4
{
    margin-left: 4px;
}

.m-l-6
{
    margin-left: 6px;
}

.m-l-7
{
    margin-left: 7px;
}

.m-l-8
{
    margin-left: 8px;
}

.orange
{
    color: #dc3545;
    font-weight: bold;
    background-color: white;
    border: 1px solid #e9ecef;
    border-radius: 3px;
    padding-left: 4px;
    margin-right: 4px;
}

.footer
{
    margin-top: 20px;
    font-size: 10pt;
    padding: 0px;
}

.footer div
{
    padding: 0px;
}

.contact-us
{
    text-align: right;
}

body
{
    font-family: 'Open Sans', sans-serif;
    background-image: url(images/bg.png);
}

.tab-row
{
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 8px;
    margin-top: 20px;
    background-color: #f6faff;
}

.contact-us-info
{
    font-size: 10pt;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: aliceblue;
    padding: 10px;
}

.m-t-20
{
    margin-top: 20px;
}

#cert-form
{
    width:100%;
}

.result
{
    width:100%;
    margin-top: 20px;
}

.nodisplay
{
    display:none;
}

.purposes
{
    border-radius: 4px;
    background-color: lightgray;
    margin-right: 4px;
    padding-left: 6px;
    padding-right: 6px;
}

.nav-link
{
    cursor: pointer;
}

label
{
    font-weight: bold;
}

.success
{
    color: green;
    font-weight: bold;
}

.error
{
    color: red;
    font-weight: bold;
}

.pem
{
    font-family: courier !important;
}