﻿
/*General CSS*/
body {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
}

.bscLogo {
    padding: 15px 15px;
}

.centerText {
    text-align: center;
}

.bscBold {
    font-weight: bold;
}

h2 {
    color: #008ac6;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

h3 {
    color: #1576DC;
    font-family: 'Roboto Condensed', sans-serif;
}

.formBorder {
    padding-bottom: 30px;
}

.lineFormatting {
    margin-top: 0px !important;
}

.buttonPosition {
    text-align:center;
    margin: 0px auto;
}

.primaryButton {
    background-color: #92C530;
    color: #104076;
    font-weight: bold;
    padding-top: .5%;
    padding-bottom: .5%;
    padding-left: 1%;
    padding-right: 1%;
    width: 150px;
}

.secondaryButton {
    background-color: #1576DC;
    color: #ffffff;
    font-weight: bold;
    padding-top: .5%;
    padding-bottom: .5%;
    padding-left: 1%;
    padding-right: 1%;    
}

.cbType td {
    padding-left: 20px;
    font-weight:bold;
}

input[type="radio"] + label {
    display: inline;
    margin-left: 5px;
    padding-right: 10px;
}

input[type="radio"]{
    padding-left:15px;
}

.alert {
    padding: 5px !important;
    margin-bottom: 0px !important;
    border: 1px none;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.ButtonList label {
    margin-right: 10px;
}

.DoubleRedAsterisk:before {
    content: "**";
    color: red;
    font-size: 15px;
    margin-right: 5px;
}

.DoubleRedAsteriskAfter::after {
    content: "**";
    color: red;
    font-size: 15px;
    margin-right: 5px;
}

.Disclosure {
    font-size: .8em;
}

.DisclosureCheckBox input[type="checkbox"] {
    margin-right: 5px;
}

/*Required Contorl Styling*/
.requiredText {
    color: red;
    font-size: 15px;
}

.required:before {
    content: "*";
    color: red;
    font-size: 15px;
    margin-right: 5px;
}

.requiredAfter:after {
    content: "*";
    color: red;
    font-size: 15px;
}

/*Master Page CSS*/
#formWrapper {
    padding: 0px 30px;
}

/*Campus Enroll CSS*/
.takenOnlinePadding {
    padding-top: 21px;
}

/*Continuing Ed Forms*/
.subHeading {
    font-size: 1.2em;
    color: #1576DC;
    font-weight:bold;
}

.horizontalLine {
    border-width: 2px;
}

/*DataTables.Net library Styling*/
.dataTables_filter {
    font-weight: bold !important;
}

.dataTables_length {
    font-weight: bold !important;
}

.gtiAuthBorder {
    border-style:solid;
    border-width:thin;
    padding:15px;
}

/*Formatting for CE RFI */
.labelForm {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #000 !important;
    font-family: "Montserrat", serif !important;
}

.CeRFIButton {
    color: #fff;
    padding: 15px 20px;
    background-color: rgb(16, 64, 118);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-radius: 0px;
    border: 2px solid rgb(16 64 118);
}