﻿#submittingMessage
{
    height: 40px;
}

#submittingMessage img
{
    margin-left: -134px;
    margin-top: 8px;
}

#submittingMessage h5
{
    text-transform: none;
}

#submittingMessage span
{
    position: absolute;
    margin-top: 11px;
    margin-bottom: auto;
    margin-left: 4px;
}

.alert
{
    /*width: 923px;*/
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

    .alert span
    {
        text-shadow: none;
    }

.alert-success
{
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
}

.alert-error
{
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}

.content
{
    width: 95%;
}

.contactForm
{
    position: relative;
    border: 1px solid lightgray;
    background-color: #ffffff;
    padding: 30px;
    width: 98%;
}

.contactFormBioridgeRespond
{
    display: none;
}

.contactForm h4
{
    text-transform: none;
}

.contactForm input[type='text']
{
    width: 413px;
}

.contactForm textarea
{
    width: 866px;
}

.contactFormBioridge
{
    position: absolute;
    background: url("../images/textbox-bg.jpg") repeat-x scroll 0 0 #F1EFEF;
    padding: 15px;
    top: 82px;
    left: 491px;
    width: 400px;
    height: 100px;
    line-height: 22px;
    font-size: 11px;
}

.bioridgeAddress
{
    float: left;
    margin-left: 25px;
    width: 50%;
}

.bioridgeAddressIcon
{
    margin-left: -261px;
    margin-top: 4px;
}

.bioridgePhoneFax
{
    margin-top: -97px;
    margin-left: 239px;
}

.bioridgePhoneFaxIcon
{
    margin-left: 192px;
    margin-top: -169px;
}

.required {
    color: #ff0000 !important;
    margin-left: 2px;
}

/*bootstrap button override using intake class*/
.btn.btn-default.saveForLaterButton {
    color: #135097 !important;
    background-color: #ffffff !important;
    border-color: #000000 !important;
}
.btn.btn-default.saveForLaterButton:hover {
    color: #333333 !important;
    background-color: #ebebeb !important;
    border-color: #adadad !important;
}


@media only screen and (min-width: 768px) and (max-width: 989px)
{

    .content
    {
        width: 93% !important;
    }
}



@media only screen and (min-width: 480px) and (max-width: 767px)
{

    /*.content
    {
        width: 93% !important;
    }*/

    .content {
        width: 100% !important;
    }

    .contactForm
    {
        width: 98%;
    }

        .contactForm textarea
        {
            width: 400px;
        }

    .bioridgeAddress
    {
        float: left;
        margin: 0;
        width: 100%;
        line-height: 14px;
        padding: 0;
    }

    .bioridgePhoneFax
    {
        line-height: 14px !important;
    }

    .bioridgeAddressIcon
    {
        display: none;
    }

    .bioridgePhoneFaxIcon
    {
        display: none;
    }

    .contactFormBioridge
    {
        padding: 15px;
        top: 72px;
        left: 262px;
        width: 152px;
        line-height: 13px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 479px)
{

    .content
    {
        width: 90% !important;
    }

    .contactForm textarea
    {
        width: 200px;
    }

    .contactFormBioridge
    {
        display: none;
    }

    .contactFormBioridgeRespond
    {
        display: block;
    }
}

@media only screen and (max-width:320px)
{

    .content
    {
        width: 93% !important;
    }

    .contactForm textarea
    {
        width: 200px;
    }
}
