﻿/* ------------------------------------ Main Rows ----------------------------------*/
.header-row {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 4px solid #fe9900;
    background-color: #006699;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #006699), color-stop(0.84, #003366) );
    background-image: -o-linear-gradient(bottom, #006699 0%, #003366 84%);
    background-image: -moz-linear-gradient(bottom, #006699 0%, #003366 84%);
    background-image: -webkit-linear-gradient(bottom, #006699 0%, #003366 84%);
    background-image: -ms-linear-gradient(bottom, #006699 0%, #003366 84%);
    background-image: linear-gradient(to bottom, #006699 0%, #003366 84%);
}

.content-row {
    border: 3px #eeeeee solid;
    border-top: none;
    border-bottom: none;
}

.footer-row {
    border: 3px #eeeeee solid;
    border-top: none;
    border-radius: 0 0 4px 4px;
    background: #f5f5f5;
}
.contact-info {
    width: 100% !important;
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .logo {
        max-width: 190px;
        margin-top: 15px !important;
    }

    .contact-info {
        width: 100% !important;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    .logo {
        max-width: 160px;
    }
.contact-info, body {
            font-size: small !important;
        }

    
}

    /* ------------------------------------ Contact Box ----------------------------------*/
    .contact-box {
        text-align: center;
    }

    .contact-box-right {
        text-align: right;
    }

    .contact-info {
        width: 340px;
        background: #003366;
        border: 2px solid #006699;
        color: #fff;
        padding: 10px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

        .contact-info a {
            color: #ffff00;
        }

            .contact-info a:hover {
                text-decoration: underline;
            }

        .contact-info strong {
            font-weight: bold;
            font-size: 20px;
        }

    .contact-info-sm {
        font-size: 13px;
    }

        .contact-info-sm strong {
            font-size: 16px;
        }

   

    /* ------------------------------------ Content ----------------------------------*/
    .container-report {
        margin: 10px auto 35px auto;
    }

    .byside-panel {
        width: 90%;
        margin: 15px auto;
    }

    


    /* ------------------------------------ Forms ----------------------------------*/

    

.card-title h2 {
    /*margin: 0 0 18px -19px;*/
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    font-weight: bold;
    line-height: 1;
}

.card-title h2 span {
        display: block;
        float: left;
        padding: 12px 25px 12px 25px;
        border-radius: 0 10px 10px 0;
        background: #ff9900;
    }

   
   

    