/* Minification failed. Returning unminified contents.
(529,6): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "UTF-8";

@font-face {
    font-family: 'muliregular';
    src: url('../../fonts/muli-regular-webfont.woff') format('woff');
}

div.footerContentContainer {
	position: fixed;
	top: 40px;
	left: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: "Segoe UI", Arial;
    font-size: 12px;
    overflow-x: hidden;
    /*background-color: #5575B4; (Original Blue Color) */
    /*background-color: #F9F7F9; */
    /*background-image: url(https://flaglerskywardtrn.nefec.org:444/SkySTSBus/content/images/backgrnd2.png);*/
    background-image: linear-gradient(#E3EFFB, #FFFFFF);
    background-repeat: repeat-x;
    background-size: auto auto;
    flex-direction: row;
    display: flex;
    flex: 0 0 auto;
    min-height: 300px;
}

div.newUserBanner {
    width: 100%;
    text-align: center;
    background-color: #42c73a;
    line-height: 40px;
    color: #fff;
    font-size: 1.5em;
}

.noticeBar {
    flex: 0 0 auto;
    text-align: center;
    width: 100%;
}

.noticeBar__item  {
    background-color: #B80000;
    text-align: center;
    padding: 5px;
    color: #FFFFFF;
}

.masterContentContainer {
    flex-direction: column;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
}

.mainContent {
    z-index: 10;
    width: 450px;
    text-align: left;
    vertical-align: top;
    background-color: #fdfdfd;
    padding: 5px 5px 5px 5px;
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.6);
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.6);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin-top: 150px;
}

.mainContent div.row {
    max-width: 490px;
}

.mainContent a {
    text-decoration: none;
}

.mainContent a:hover {
    text-decoration: underline;
}

.mainContent a.mainContent__entityHeaderLink:hover {
    color: #000;
    text-decoration: underline;
}

.mainContent__logo {
    max-width: 200px;
    max-height: 200px;
}

**.mainContent__entityHeader {
    font-family: "Times New Roman"!georgia;
    font-size: 19px;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
    text-align: center;
}

.mainContent__entityName {
    font-weight: normal;
    font-size: 0em;
    color: #1B63AA;
}

.mainContent__entityPurpose {
    font-size: 1.5em;
    color: #1B63AA;
}

.mainContent__header {
    font-size: 2em;
    margin-bottom: 10px;
    text-align: center;
}

.mainContent__divider {
    margin: 5px 0px;
    background-color: #A9A9A9;
    height: 2px;
    border: none;
    width: 100%;
}

.mainContent__headerLabel {
    font-size: 1.2em;
    margin-bottom: 2em;
    width: 100%;
    text-align: center;
}

.mainContent .signOnMessage {
    font-size: 1.6em;
    padding: 15px;
    background-color: #5575B4;
    color: #fff;
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.mainContent__passwordResetResultText {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 70px 0px 70px;
    width: 100%;
}

.mainContent__redirection {
    text-align: center;
    color: #000000;
    margin-top: 25px;
}

ul.cmaMessageContent {
    text-align: center;
    margin: 10px 0px;
    width: 100%;
}

div.validation-summary-errors {
    padding: 5px;
    margin-bottom: 5px;
}

.cmaMessageContent__promptMessage--errorMessage {
    background-color: #FABABB;
    color: #B80000;
}

.cmaMessageContent__promptMessageText {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cmaMessageContent__promptMessage--errorMessage ul li::before {
    margin-right: 5px;
    content: url(/Content/Error.png);
    vertical-align: middle;
}

.alternative_signin {
    text-align: center;
    color: #000000;
}

.signIn, .forgotPassword {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.signIn__redirection, .forgotPassword__redirection, .passwordExpired__redirection {
    text-align: center;
    color: #000000;
    margin-top: 15px;
}

.formContainer {
    display: flex;
    flex-direction: column;
}

.formContainer__textInputLabel {
    font-size: 14px;
    margin-bottom: 3px;
    display: block;
}

.formContainer__textInput {
    display: block;
    border-color: #CCCCCC;
    border-width: 1px;
    border-style: solid;
    background-color: #FFF;
    padding: 0px 7px;
    margin-bottom: 10px;
    width: 228px;
    font-size: 14px;
    height: 31px;
}

.formContainer__checkboxInputLabel {
    display: inline-block;
    vertical-align: middle;
}

.formContainer__checkboxInput {
    display: inline-block;
    border: 1px solid #CCCCCC;
    vertical-align: middle;
    float: right;
}

.persistent-input .formContainer__checkboxInputLabel {
    color: #6b6b6b;
}

.formContainer__submitButton {
    color: #FFFFFF;
    margin-top: 15px;
    padding: 5px 10px;
    cursor: pointer;
    font-family: "Segoe UI", Arial;
    border-color: transparent;
    border-radius: 0;
    border-width: 1px;
    width: 100%;
    height: 33px;
    background-color: #1B63AA;
    font-size: 1.3em;
}

/* Button overrides to make the icons look correct */
button.formContainer__submitButton {
    overflow: auto;
    height: auto;
    padding: 4px;
}

button.formContainer__submitButton text {
    vertical-align: middle;
    line-height: 24px;
}

button.formContainer__submitButton .material-icons {
    vertical-align: middle;
    padding: 0 2px;
}
/* End Button overrides */

.formContainer__submitButton:hover {
    background-color: #3bad34;
}

.formContainer__submitButtonLogo {
    margin-left: 5px;
    pointer-events: none;
    margin-bottom: -1px;
    height: 13px;
    width: 13px;
}

.formContainer__orDivider {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.formContainer__orDividerLeftLine, .formContainer__orDividerRightLine {
    width: 65px;
    height: 2px;
    display: inline-block;
    background-color: #A9A9A9;
}

.formContainer__orDividerLeftLine {
    margin-right: .7em;
}

.formContainer__orDividerRightLine {
    margin-left: .7em;
}

.orDivider {
    position: relative;
    text-align: center;
    font-size: 1.2em;
    margin-top: 25px;
}

.orDivider:before {
    position: absolute;
    width: 102px;
    border-top: 2px solid #A9A9A9;
    left: 2em;
    top: 0.6em;
    content: "";
}

.orDivider:after {
    position: absolute;
    width: 102px;
    border-top: 2px solid #A9A9A9;
    right: 2em;
    top: 0.6em;
    content: "";
}

.socialMediaSignIn {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 0;
}

.socialMediaSignIn__button {
    border: 0px;
    margin: 0 10px;
}

.socialMediaSignIn__button:hover {
    cursor: pointer;
}

.socialMediaSignIn__button--Facebook {
    background: url(images/facebook_normal.png);
    width: 105px;
    height: 35px;
    padding: 0;
}

.socialMediaSignIn__button--Facebook:hover {
    background: url(images/facebook_hover.png);
}

.socialMediaSignIn__button--Google {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .218s,border-color .218s,box-shadow .218s;
    transition: background-color .218s,border-color .218s,box-shadow .218s;
    -webkit-user-select: none;
    -webkit-appearance: none;
    background: url(svg/google_icon.svg) #FFFFFF no-repeat left 10px center;
    color: #757575;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 20px 0 40px;
    white-space: nowrap;
    height: 35px;
    width: 105px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.socialMediaSignIn__button--Google:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}

div.createdMessage {
    color: #353232;
    font-family: "muliregular"!important;
    font-weight: bold;
    font-size: 1.4em;
}

div.createdMessage p {
    margin: 30px 0;
}

div.mainContent p.minorNote {
    color: #6c6c6c;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}


div.createdMessage p.minorNote {
    font-size: 0.8em;
    color: #4d4848;
}

div.alternative_signin {
    padding: 2px;
}

div#verification-id-input {
    margin-top: 10px;
}

select.formContainer__textInput  {
    width: 100%;
}

.program-version {
    margin-top: 10px;
    width: 100%;
    text-align: right;
    color: #707070;
    letter-spacing: 0.4px;
}

.footerContent {
    padding-top: 20px;
    display: flex;
    flex: 1 0 100px;
    background-image: url(https://flaglerskywardtrn.nefec.org:444/SkySTSBus/content/images/flagler.gif);
    background-size:auto auto;
    background-repeat:no-repeat;
    color: #666;
    width: 150px;
    text-align: center;
    position: relative;
    overflow: auto;
    border-top-width: 0px;
    border-top-style: solid;
    margin-top: 35px;
}

.footerContentContainer {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.footerContentContainer div {
    display: block;
    clear: both;
    margin: 0 auto;
}

.footerContent .footer-logo {
    height: 70px;
    **background-image: url(https://flaglerskywardtrn.nefec.org:444/SkySTSBus/content/images/flagler.png);
}

.footerContent a {
    font-weight: 100;
    color: #1B63AA;
    text-decoration: none;
}

.footerContent a:hover {
    text-decoration: underline;
}

.custom-header, .custom-footer {
    width: 100%;
}

.auth-sources {
    padding: 50px 0;
}

i.favicon {
    vertical-align: middle;
    padding: 0 5px;
}

i.favicon img {
    width: 18px;
    height: 18px;
}

/* CSS Document */


