﻿.view-form-only #pnlAgilityStatusBar { display: none;}
.view-form-only #header { display: none !important;}
.view-form-only h1 { font-size: 32px;}
.view-form-only .pageTitleNIntro { display: none;}


.view-form-only .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
}

.pdfHeader {display:none;}

.view-form-only .pdfHeader{
    display: block;
    padding-top: 15px;
    position: relative;
}
.view-form-only .pdfHeader .container {
    height: 120px;
}

    .view-form-only .pdfHeader .pdfLogo {
        position: absolute;
        top: 20px;
    }
    .view-form-only .pdfHeader .pdfLogo img{
        width:230px;
    }

    .view-form-only .pdfHeader .pdfTitle {
        position: absolute;
        top: 50%;
        right: 0;
        text-align: right;
        line-height: 1.2;
        margin-left: 250px;
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);

        font-size: 30px;
        font-family: 'Merriweather', serif;
        font-weight: 400;
        color: #202121;
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .view-form-only .pdfHeader hr {
        background-color: blue;
        margin: 0 30px;
        border: 2px solid #256da1;
    }




.view-form-only .ugc-form p {display: none;}
.view-form-only .ugc-form h2 p, .view-form-only .ugc-form h3 p {
    display: block;
}
.view-form-only .ugc-form span.message_display {display: none;}
.view-form-only .ugc-form input[type="submit"] { display: none;}
.view-form-only .ugc-form label {color: #1875a9;}
.view-form-only .ugc-form .large-text-form-field-title {
    color: #1875a9;
}
.view-form-only .ugc-form span.optional {
    color: #1875a9;
}
.view-form-only .fileupload-container + div {
    display: none !important;
}
.view-form-only .ugc-form .open-modal {
    display: none;
}


.view-form-only .ugc-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.view-form-only .ugc-form .row, .view-form-only .member-request-form .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.view-form-only .ugc-form .row.inner-row {
    margin-top: 0;
    margin-bottom: 0;
}

/*the following breaks for PDF */
.view-form-only .row.inner-row > .col-xs-5 {
    width: 41%;
}
.view-form-only .row.inner-row > .col-xs-6 { width: 49.5%;}
.view-form-only .row.inner-row > .col-xs-7 { width: 58%;}
.view-form-only .row.inner-row > .col-sm-6 { width: 50%;}
.view-form-only .row.inner-row > .col-sm-3 { width: 24.5%;}
.view-form-only .row.inner-row > .col-sm-4 { width: 33%;}

/*.dentistOptions > div:nth-child(2) {
    padding-bottom: 5px;
}*/

/*footer*/
.view-form-only footer {
    display: none;
}
.view-form-only .pdfFooter {
    text-align: right;
}


    .view-form-only .pdfFooter hr {
        background-color: blue;
        margin: 30px;
        border: 2px solid #256da1;
    }
