/* Eric Meyer's CSS Reset */
html, body, button, 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;
}

a {text-decoration: none;}

@font-face {
    font-family: 'sofia_pro_softbold_italic';
    src: url('font/SofiaProSoftBold-Italic.woff2') format('woff2'), url('font/SofiaProSoftBold-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'sofia_pro_softbold';
    src: url('font/SofiaProSoftBold.woff2') format('woff2'), url('font/SofiaProSoftBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'sofia_pro_softlight_italic';
    src: url('font/SofiaProSoftLight-Italic.woff2') format('woff2'), url('font/SofiaProSoftLight-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'sofia_pro_softlight';
    src: url('font/SofiaProSoftLight.woff2') format('woff2'), url('font/SofiaProSoftLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'sofia_pro_softmedium_italic';
    src: url('font/SofiaProSoftMedium-Italic.woff2') format('woff2'), url('font/SofiaProSoftMedium-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'sofia_pro_softmedium';
    src: url('font/SofiaProSoftMedium.woff2') format('woff2'), url('font/SofiaProSoftMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'sofia_pro_softitalic';
    src: url('font/SofiaProSoftRegular-Italic.woff2') format('woff2'), url('font/SofiaProSoftRegular-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'sofia_pro_softregular';
    src: url('font/SofiaProSoftRegular.woff2') format('woff2'), url('font/SofiaProSoftRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px sofia_pro_softmedium, Arial, sans-serif;
width: 100%;
}
html:not(.embedded), body:not(.embedded) {
    height: 100%;
    min-height: 600px;
    /* min-width: 1170px; */
}
.to_blur {height: 100%;}
.tac { text-align:center; }
.tac > * { margin-left:auto; margin-right:auto; }

#bottom{background: url(img/bottom_bg.png) -286px 0px repeat-x;}

.wrapper {
/*	width: 1170px; */
	margin: 0 auto;
}
.wrapper-header {
    height: 100%;
    background: #2E334C url(img/top_bg.png) center bottom repeat-x;
    min-height:600px;
}

.clr{clear: both;}

/* Header
-----------------------------------------------------------------------------*/
.section_header
{
    padding-top: 64px;
    padding-bottom: 32px;

    font-family: 'sofia_pro_softlight';
    font-size: 48px;
    line-height: 48px;
    text-align: left;
    color: #000;
}

.header
{
/*    width: 1170px; */
    margin: 0 auto;
}

.header_bg
{
    background: #2E334C url(img/top_blank_bg.png) center bottom repeat-x;
    padding-bottom: 75px;
}

.logout{
    background: #9682ff;
    border-radius: 15px;
    width: 120px;
    text-align: center;
    font-size: 24px;
    float:right;
    padding: 3px 3px;
    line-height: 30px;
    white-space: nowrap;
}

.button, .submitbutton, .signupbutton {
    background: #7257fa;
    color: #fff;
    border-radius: 35px;
    width: 235px;
    text-align: center;
    padding: 13px 0;
    font-size: 24px;
    cursor: pointer;
}

.button:hover, .submitbutton:hover, .logout:hover{
	background: #9682ff;
}

.button:active, .submitbutton:active, .logout:active{
   background: #605a81;
}

.button.disable, .submitbutton.disable {
	background:#DEDEDE;
	cursor:default;
}

.submitbutton.login_wind_submitbutton {
    margin:     auto;
    margin-top: 15px;
    width:      50%;
}

.errortext {
    color: #dd2222;
}

.successtext {
    color: #008000;
}

#loginerrordisplay {
    text-align: center;
    margin:     auto;
    width:      90%;
}

.hidden {
    display: none;
}

#scroll_icon { position: absolute; bottom: 70px; left: 50%; margin-left: -75px; color:#fff; }

.user_options
{
    font-family:'sofia_pro_softmedium';
    color: #FFF;
    font-size: 32px;
    line-height: 56px;
    text-align: center;
    padding-right: 25px;
    white-space: nowrap;
}

.header_title_cell
{
    font-family:'sofia_pro_softbold';
    text-align:left;
    font-size: 48px;
}

#header_table
{
    width:100%;
    padding-top: 96px;
    padding-bottom: 10px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
}

.blur{ !important; cursor:default; }

thead.fixedHeader th{
    background: #462173;
    border-left: 1px solid #8367A6;
    border-right: 1px solid #321A4F;
    border-top: 1px solid #8367A6;
    font-weight: normal;
    color: #fff;
    padding: 4px 3px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
/*	height: 380px; */
}

/*Functionality for locked footer*/

#body_container
{
    min-height: 100%;
}

#main
{
    overflow:auto;
    padding-bottom: 380px;
}  /* must be same height as the footer */

#lockedFooter
{
    position: relative;
    margin-top: -380px; /* negative value of footer height */
    height: 380px;
    clear:both;
}

.cignition_txt{
    color: #565656;
    font-size: 16px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 20px;
}

.cignition_btn{
    display:block;
    width: 360px !important;
}

#footer_links{
    padding-top: 108px;
}

.profile_bottom_area #footer_links {
    padding-top: 148px;
}


#footer_links a {
    color: #fff;
    font-size: 18px;
}
#footer_links a:hover { text-decoration:underline; }

#footer_links table { width: 1050px; }

#footer_links td {
    width:      260px;
    text-align: center;
}

/*-------------------------------------------------------------------------------------------*/

.main_page_title {
    font-family: 'sofia_pro_softbold';
    font-size: 20px;
    text-align: right;
    padding-top: 05px;
    padding-right: 10px;
    visibility: hidden;
}

.window_title{
	font-family: 'sofia_pro_softbold';
	font-size: 30px;
	color: #9682ff;
	text-align: center;
}

.window_subtitle{
    font-family: 'sofia_pro_softmedium';
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
}

.window_content{
	padding-top: 20px;
    font-family: 'sofia_pro_softmedium';
	font-size: 16px;
}

.input_form_tbl{
	margin: 0 auto;
	width: 330px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.input_form_tbl tr td{
	padding: 5px;
}

.create_class_form_tbl{
	margin: 0 auto;
	width: 380px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.create_class_form_tbl tr td{
	padding: 5px;
}


.popwindow td { /* vertical-align:top; */ }

tr td .field_title { display:block; }

.input_field input{
	border: none;
	color:#434141;
	border-bottom: 2px solid #e8e8e8;
	font-family: 'sofia_pro_softmedium';
	height: 30px;
	width: 210px;
	outline-style: none;
	margin-right:5px;
	font-size:18px;
	line-height:18px;
}
.input_field.error::after {
	content:url(img/input-error.png);
	vertical-align:middle;
}
.input_field.success::after {
	content:url(img/input-success.png);
	vertical-align:middle;
}

.error_display.error {
    src:url(img/input-error.png);
    vertical-align:middle;
}
.error_display.success {
    src:url(img/input-success.png);
    vertical-align:middle;
}

/* .input_field::-webkit-input-placeholder { font-size:14px; }
.input_field:-moz-placeholder { font-size:14px; } */

.input_field input:focus{
	border-bottom: 2px solid #9682ff;
}

.field_title{
	color: #6e6e6e;
}

.required_field {
    color: #ff0000;
}

.in_popup {
	width: 175px !important;
	padding: 5px 0 !important;
    font-size: 18px !important;
}

.username_reminder, .pass_reminder a{
	color: #0a0909;
	text-decoration: none;
	font-size: 14px;
    display: block;
    margin-top: 5px;
}

::-webkit-input-placeholder {
    font-size:   14px;
    color:       #555;
    opacity:     1;
}
:-webkit-input-placeholder {
    font-size:   14px;
    color:       #555;
    opacity:     1;
}
:-moz-placeholder {
    font-size:   14px;
    color:       #555;
    opacity:     1;
}
::-moz-placeholder {
    font-size:   14px;
    color:       #555;
    opacity:     1;
}
:-ms-input-placeholder {
    font-size:   14px;
    color:       #555;
    opacity:     1;
}
::-ms-input-placeholder {
    font-size:   14px;
    color:       #555;
    opacity:     1;
}
::placeholder {
    font-size:   14px;
    color:       #555;
    opacity:     1;
}

.sectionDivider{
    border-top: 1px solid #aaa;
    border-bottom: none;
    border-left: none;
    border-right: none;
    display: block;
    padding: 25px 0px 0px 0px;
}

.sectionDivider legend{
    padding: 5px 10px;
    color: #6e6e6e
}

.horizontalLineSeparator {
    margin:         15px 0;
    border-bottom:  3px;
    border-color:   #9682ff;
    border-style:   solid;
    display:        inline-block;
    width:          100%;
    vertical-align: middle;
}

/* Style to create a horizontal list */
ul.horizontal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

ul.horizontal-list li {
    margin-right: 10px;
}

.anchorToDiv {
    display: inline-block;
}

.walkthrough_box {
    display: block;
    display: flex;
    justify-content: center;
    border-style: solid;
    border-width: 2px;
    border-color: #3c5e8c;
    border-radius: 35px;
    min-height: 400px;
    overflow: hidden;
    background-color: #3c5e8c;
    margin: 0 auto;
    width: 90%;
}

.walkthrough_box_section {
    margin: 0px;
}

.walkthrough_box_section.walkthroughGuide {
    padding: 50px 40px 10px 40px;
    /*    width:450px; */
    background-color: #3c5e8c;
    color: white;
}

.walkthrough_box_section.walkthroughFormsArea {
    padding: 20px;
    background-color: white;
    /*    width: 650px; */
}

.walkthrough_box_section .walkthroughGuideHeader {
    display: none;
}

@media (min-width: 768px) {
    .walkthrough_box_section .walkthroughGuideHeader {
        display: block;
        font-size: 30px;
        line-height: 32px;
        font-family: 'sofia_pro_softbold';
        margin-bottom: 25px;
    }
}

.walkthrough_box_section .walkthroughGuideContent {
    display: none;
}

@media (min-width: 768px) {
    .walkthrough_box_section .walkthroughGuideContent {
        display: block;
        font-size: 18px;
        font-family: 'sofia_pro_softmedium';
        line-height: 24px;
        margin-bottom: 15px;
    }
}
