﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height:640px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 800px;
   
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.LBD_CaptchaDiv {
    margin: 0 0 5px 0 !important;
}

#notes {
    margin-top: 10px;
    margin-bottom: 60px;
    padding: 0;
    font-size: 0.9em;
}

    #notes h3 {
        margin: 0 0 10px 0;
        padding: 0;
        font-variant: small-caps;
        font-weight: bolder;
        font-size: 1.2em;
    }

#systeminfo {
    padding: 5px 10px;
    clear: both;
    margin-left: 15px;
    font-size: 0.8em;
    color: #999;
    background-color: #f6f6f6;
}

    #systeminfo p {
        margin: 10px 0;
        padding: 0;
    }

#form-container {
    padding: 0;
}

#form-submit {
    margin-bottom: 60px;
}
/* menu
----------------------------------------------------------*/
ul#menu {
    position: absolute;
    min-width: 600px;
    color: #211c1c;
    font-size: 1em;
    font-weight: 400;
    margin: -45px 0px 0px 300px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

    ul#menu li {
        display: inline-table;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #000;
            text-decoration: none;
        }

            ul#menu li a:hover {
                background-color: orange;
                color: #fff;
                text-decoration: none;
            }


.eform {
    padding-top: 100px;
    background-color: transparent;
}

.form-group-header-title {
    background-color: #f4f3e8;
    padding: 7px;
    margin-bottom: 0px;
    margin-top: 20px;
    border-left: 4px solid #333333;
    font-size: 18px;
    line-height: 1.286;
    font-weight: 500;
}

.form-group-title {
    background-color: #f4f3e8;
    padding: 7px;
    margin-bottom: 0px;
    margin-top: 20px;
    border-left: 3px solid #dfbd00;
    font-size: 14px;
    line-height: 1.286;
    font-weight: 600;
}

.form-appl-header-title {
    background-color: #f4f3e8;
    padding: 7px;
    margin-bottom: 0px;
    margin-top: 20px;
    text-align:center;
    align-content:center;
    font-size: 20px;
    line-height: 1.286;
    font-weight: 500;
}

/***********************************/
/**          ERROR PAGE           **/
/***********************************/
.error-page {
    background-color: #dddddd;
}

.error-container {
    padding-top: 5%;
    text-align: center;
}

    .error-container > .btn {
        padding-left: 35px;
        padding-right: 35px;
    }

.error-code {
    font-size: 80px;
    font-weight: 400;
    color: #343434;
}

@media (min-width: 768px) {
    .error-code {
        font-size: 180px;
    }
}

.error-info {
    font-size: 20px;
    color: #343434;
}

.error-help {
    font-size: 14px;
}

.error-page .page-footer {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 13px;
    color: #999999;
    text-align: center;
}

/**************/
.bc-hlight-box {
    padding: 17px 20px;
    margin-le;
}

    .bc-hlight-box.bc-attached {
        margin-top: -20px;
    }

    .bc-hlight-box h2, .bc-course-details h3 {
        border: none;
        padding: 3px 10px;
        font-size: 13px;
        font-weight: 600;
    }

    .bc-hlight-box h2 {
        margin: -17px -20px 17px -20px;
    }

.bc-course-details h3 {
    text-transform: uppercase !important;
}

.bc-hlight-box p {
    margin: 0;
    line-height: 1.3em;
}

.bc-hlight-box blockquote {
    font-style: normal;
    float: none;
    width: auto;
    margin: 0;
    line-height: 1.3em;
    font-size: 14px;
    padding: 0;
    color: #333;
}

.rtl .bc-hlight-box blockquote {
    float: none;
}

.bc-hlight-box blockquote:before {
    display: none;
}

.bc-hlight-box cite {
    display: block;
    margin: 5px 0 0 0;
    font-size: 13px;
}

.bc-hlight-box dl {
    margin: 0;
}

.bc-hlight-box dt, .bc-hlight-box dd {
    padding: 0;
}

.bc-hlight-box dt {
    font-weight: 300;
}

.bc-hlight-box dd {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 17px 0;
}

.bc-hlight-box.bc-boxes-2 .bc-box:first-child {
    margin-top: 0;
}

.bc-hlight-box.bc-boxes-2 .bc-box {
    margin-bottom: 0;
    margin-top: 20px;
}

.bc-hlight-box.bc-icon-box:before, .bc-hlight-box.bc-icon-box .ie-before {
    top: 20px;
}

.bc-hlight-box.bc-icon-box:before, .bc-hlight-box.bc-hd-icon-box h2:before, .bc-hlight-box.bc-icon-box .ie-before, .bc-hlight-box.bc-hd-icon-box h2 .ie-before {
    left: 20px;
}
