
/* 
@import url("css/main.css");
THE AGENCY STYLESHEET
*/
@import url("css/bootstrap.custom.css");

body.ApPageBody {
    /*background-image: url("/CT/_skin/images/CT-blue_gradient.jpg");
    background-repeat: repeat;*/
}
#OECNavTabs { margin-top: 2.5em !important;}
   body.ApPageBody #AppNavBarDiv  {
    background: #fff url(images/CT-logo.png) 0em 0em no-repeat;
    background-size: 175px auto;

}
body.AdminBody #PageContent {
    background-image: none;
    width: 800px;
    box-sizing: border-box;
}
body.AdminBody #ApPageFooter {
    display: none;
}

body.AdminBody .AppPageProfileTable, body.AdminBody .UserProfileTable, body.AdminBody .AppPageTable {
    width: 97%;
}

.CertQuestionnaire { max-width: 800px; margin: 0 auto; padding: 1em;}
.BannerLogo { text-align: center; margin: 1em 0em 0em; }
/*---------------------------------------------*/
/*  For Print                                  */
/*---------------------------------------------*/

@media print {
/* Hides or change layout for print */

body.AdminBody #PageContent {
    width: 100%;
}
body.AdminBody .AppPageProfileTable, body.AdminBody .UserProfileTable, body.AdminBody .AppPageTable {
    width: 100%;
}


}

@media only screen and (min-width:100px) and (max-width:700px) {
    body.ApPageBody #AppNavBarDiv {
        background-position: center 0em;
        padding: 0em;
        padding-top: 1em;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -khtml-border-radius: 0px !important;
        border-radius: 0px !important;
        font-size: 90%;
    }
}

