﻿/* This stylesheet includes additional classes to make the registration and application pages look more like the BCoT website*/

body
{
    font-family: "proxima-nova";
    overflow-y: scroll;
}

body .form-control, body .btn
{
    border-radius: 0;
}

.page
{
    width: 100%;
    border:none;
    margin-top: 0;
}

.main
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.headertop
{
    background-color: #f2f3f4;
    text-align:right;
    color: rgb(99,29,118);
    font-weight:bold;
    padding: 5px;
    font-size: 20px;
}

.titleBar
{
    margin-top: 5px;
    background-color: rgb(66,68,77);
}

.footerBar
{
    background-color: rgb(99,29,118);
    color:white;
    font-size: 16px;
    padding:10px;
}

.btn-success
{
    background-color: rgb(122,184,0) !important;
}

.bg-info
{
    background-color: rgb(122,184,0);
    color: white;
    font-weight: bold;
    border-radius:0 !important;
}

.bg-warning2
{
    background-color:rgba(99,29,118,0.95);
}
.bg-warning2 h1
{
    color: white;
    font-weight:bold;
}

.registrationHeading
{
    border-radius: 0 !important;
    background-color:white;

}

.registrationHeading h1 
{
        color: rgb(99,29,118) !important;
}

.branding {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
    left: 50px;
}

.completeBelow
{
    margin-bottom:10px;
    margin-right:10px;
}

/* Footer logos*/
.footerLogos 
{
    padding-top: 25px;
    text-align: center;
    padding-bottom: 20px;
}

.footerLogos div 
{
    display: inline-block;
}

.footerLogos img 
{
    height: 60px;
    margin-right: 20px;
	margin-bottom: 20px;
	max-width: 250px;
}

.registerButton
{
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "museo",serif;
}

.fullWidth
{
    width: 100%;
}



/* Styling for the ChooseYourCourse page ====================================================================================================== */
.stepHeader
{
    background-color: rgb(99,29,118);
}

.fieldLabel, .control-label
{
    font-family: "museo", serif;
}


.stepHeader h2, .stepHeader .fieldLabel
{
    color: white;
}

.dataEntry
{
    margin-top: 50px;
}

.dataEntry .bg-warning
{
    background-color: #f2f3f4;
}

.bg-white
{
    background-color: white;
}

.rubric
{
    font-family: "museo", serif;
}

.purpleText h1
{
    color: rgb(99,29,118);
    font-weight: bold;
}


/* End of Styling for the ChooseYourCourse page  ====================================================================================================== */


/* Styling for the ApplicantSummary page ====================================================================================================== */

.rubricText
{
    background-color: rgb(242,243,244);
    color: rgb(128,0,128);
}

.applicantSummary
{
    font-family: "museo", serif;
}

.changeCourse
{
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.cancelReason
{
    font-family: "museo", serif !important;
    margin-top:10px;
    background-color: rgb(242,243,244) !important;
    color: rgb(128,0,128) !important;
    overflow:hidden !important;
}

.cancelReason .bg-danger
{
    background-color: red;
    color:white;
}

.academicYear
{
   text-align: right;
}

/* End of styling for the ChooseYourCourse page  ====================================================================================================== */

/* Styling for the default landing page  ====================================================================================================== */

.currentStudents .row
{
    margin-top:10px; 
    padding:20px;
    margin-left: 1px;
    margin-right: 1px;
}

/* End of styling for the default landing page  ====================================================================================================== */



/* Styling for the login page  ====================================================================================================== */
.loginInfo
{
    background-color: rgb(122,184,0) !important;
}

.loginImage
{
    padding: 0;
    margin-left: 0;
}
.loginFields
{
    margin-left: 10px;
    margin-top: 40px;
    margin-right:10px;
}


/* End styling for the login page  ====================================================================================================== */

@media screen and (max-width: 568px) {
    .branding {
        left: 0;
    }

        .branding .bcotNewLogo {
            display: none;
        }

        .branding .bcotLogo-mobile {
            height: 40px;
        }

    .headertop {
        background-color: #fff;
        font-size: 15px;
    }

    .purpleText {
        margin-top: 20px;
    }

    .academicYear {
        text-align: left;
    }

    .loginInfo {
        margin-top: 20px;
    }

    .loginInfoMobile {
        margin-top: -1px;
    }

    .footerLogos img
    {
        width: 10%;
        height: 10%;
    }
}
@media screen and (min-width: 568px) {
    .branding .bcotLogo-mobile {
        display: none;
    }
}