﻿body {
    margin: 75px 15px 0 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.body-content {
    padding-left: 0;
    padding-right: 0;
}

footer {
    text-align: center;
}

.multi-line {
    white-space: pre-line;
}

.picframe {
    border: 2px solid lightgray;
    border-radius: 4px;
    padding: 5px;
    margin-top:10px;
    margin-bottom: 5px;
}

.pointer {
    cursor: pointer;
}

tr.active {
    font-weight: bold;
}

.text-color-legend {
    padding: 4px;
}

.contextual-box {
    padding: 15px;
}

tr.striped-row {
    background-color: #f9f9f9;
}

.text-inline-center {
    padding-top: 11px;
    vertical-align: middle;
    display: inline-block;
}

.text-white {
    color: #ffffff;
}

.italic {
    font-style: italic;
}

input.form-checkbox {
    width: 45px;
    height: 45px;
    padding: 10px 15px;
}

.status-box {
    padding: 6px;
}

span.required {
    font-weight: bold;
    font-size: 20px;
    color: #b22222;
}

.toast-bottom-center {
    margin-bottom: 5px;
}

.clickable {
    cursor: pointer
}

.navbar-right {
    margin-right: 0;
}

.navbar-default {
    background-color: #184C93;
}

#change-status-button 
{
    float: right;
}

.change-status-panel-title {
    height: 2.2em;
}

/* Certification */
.top-banner-text {
    font-size: 3.5em;
    text-align: center;
    color: #4D3B81;
    font-family: Calibri;
}

@media (max-width: 1200px) {
    .top-banner-text {
        font-size: 2.5em;
    }
}

@media (max-width: 840px) {
    .top-banner-text {
        font-size: 2em;
    }
}

/* Padding to prevent the variable height of the navbar 
    from hiding the first line of the web page */
@media (max-width: 1580px) {
    .body-content {
        padding-top: 4em;
    }
}

@media (max-width: 1070px) {
    .body-content {
        padding-top: 8em;
    }
}

@media (max-width: 770px) {
    .body-content {
        padding-top: 0em;
    }
}

@media (max-width: 590px) {
    .body-content {
        padding-top: 4em;
    }
}

@media (max-width: 525px) {
    .body-content {
        padding-top: 7em;
    }
}

#change-status-button 
{
    float: right;
}

.change-status-panel-title {
    height: 2.2em;
}

#services {
    margin: 0 5em;
}

.serviceDiv {
    margin: 2em;
}

.portfolio-box-image-label {
    font-size: 1.6em;
    font-family: Calibri, Arial, sans-serif;
    background-color: #4D3B81;
    color: white;
    padding: 0.4em 1em;
    border-top-left-radius: 0.5em;
    min-width: 65%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.portfolio-box-image-label-logo {
    height: 3em;
    width: 2.664em;
    position: absolute;
    right: 0.3em;
    bottom: 0.2em;
    z-index: 1000;
}

#certification-container {
    width: 100%;
}

#certification-container p {
    width: 80%;
    margin: auto;
    font-size: 2em;
}

#certification-container a {
    text-decoration: underline;
}

.certification-brc-logo {
    background-color: white;
    margin: 1em 0;
}

.certification-brc-logo img {
    width: 25.7355em;
    height: 3.5em;
}

.brc-standards img {
    margin: 1em 2.5em;
    height: 20em;
}