@charset "UTF-8";
@import url("application.css"); /* legacy pre 2021.8 */

/* apply/ specific, followed by application/ legacy */

.initial_field {
background: #FEFFE0;
border: 1px solid #ddd;
border-bottom: 2px solid #777;
padding: 7px;
width: 95px;
font-size: 32px;
}
.textarea {
height: 90px;
width: 99%;
max-width: 99%;
margin-top: 7px;
}
.app_part_div {
padding: 1%;
width: 96%;
margin-top: 7px;
margin-bottom: 7px;
-webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,0.25);
box-shadow: 0 5px 4px 0 rgba(0,0,0,0.25);
border-top: 4px solid #355679;
clear: both;
}
.verify_field {
width: 50px;
padding: 10px;
font-size: 1.3em;
}
.selectedRow {
background: #E4FDDC !important;
}

.from_surveys_part {
}
.from_surveys_part .just_text {
}
.from_surveys_part .initials {
}
.from_surveys_part .intro_text {
}
.from_surveys_part .text {
}
.from_surveys_part .short_text {
}
.from_surveys_part .yn {
}
.from_surveys_part .select {
font-size: 2em;
}
.from_surveys_part .checkbox {
}
.custom_field_part {
}
.custom_field_part .enroll_field {
font-size: 2em;
}
.custom_field_part .text_field {
}
.a_k_field {
width:120px !important;
}


/* app block containers */
.crim_hist {
}
.emergency_contact {
}
.employment_history {
}
.extended_driving_history {
}
.preson_info {
}
.previous_ed_high_school {
}
.previous_ed_other {
}
.va {
}


/* app block PRINT containers */
.crim_hist_print {
}
.emergency_contact_print {
}
.employment_history_print {
}
.extended_driving_history_print {
}
.preson_course_info_print {
}
.previous_ed_high_school_print {
}
.previous_ed_other_print {
}
.va_print {
}



/* from applications.css for transition */
html, body {
}

#container {
}

a:link { }
a:hover { }
a:visited { }

h1 { }
h2 { }
h3 { }
strong { }

/* header items
-------------------------------------------------------------- */

#application-pre-header {
}

#header {
}

#logo_centered {

}
#logo_centered img {

}

#logo {
}

#logo img {
}

#headertext {
}
.header_school_name {
}
.online_application {
}

#application-post-header {
}

/* content items
-------------------------------------------------------------- */

#content {
}

#padder {
}

.wideBox {
}

/* initial steps */
.welcome {
}
.user {
}
.login {
}
.thankyou {

}

.search-email-field {
}

/* application page */
.print_app_box {
}

/* above the actual form area */
.app_top_message {


}
.app_title {

}
.app_title_school_address {

}
.app_header_address_logo {

}
.app-page-top-logo {

}
#app_form {

}

.section_row {

}
.section_row_2 {

}

.section_row_print {

}
.section_row_print_2 {

}

/* footer
-------------------------------------------------------------- */
#footer { }
#footer a:link { }
#footer a:hover {}
#footer a:visited {}

/* form and form divs
-------------------------------------------------------------- */

.two_col {
width:47%;
float:left;
margin:10px 1%;
}
.one_col {
width:96%;
float:left;
margin:10px 1%;
}

.field {
}
.field:focus, field:active {
}

.two_col select, .one_col select {
font-size:0.9em;
padding:2px;
max-width:400px;
min-width:60px;
}

.date_field {
max-width:80px;
min-width:60px;
width:25%;
margin-left:2px;
}

.attention_field {

}
.buttonBlue {
}

.buttonBlue:hover {
}

#Submit {
}

#yes, #no {
}

/* misc
-------------------------------------------------------------- */

#loading{
}

.loading {
}


/* misc classes */
.small {font-size:10px !important;padding:3px; }
.smaller {font-size:9px !important;padding:1px; }
.medium {font-size:16px !important;}
.large {font-size:25px !important;}
.grey {color:#777 !important; }
.red {color:#FF0000; }
.darkred {color:#900 !important;}
.blue {color:#036; }
.darkgrey {color:#333 !important;}
.black {color:#000 !important;}
.green {color:#060 !important; }
.white {color:#FFF !important;}
.orange {color:#F90;}
.orangedark {color:#FF9D11;}
.orangeframe {border:1px dotted #F90 !important;}
.redframe {border:1px solid #F00 !important;}
.thickframe {border-width:2px;}
.greyframe {border:1px dotted #555;}
.bold {font-weight:600;}
.highlightBox {padding:1px 3px;background:#fff;border:1px solid #999;margin:-2px 3px 6px -2px;color:#333;}
.underline {border-bottom:1px dotted #333;}
.fullwidth {width:97%;}
.pointer {cursor:pointer;}
.topTitleBox {background:#eee;height:35px;padding:5px 10px 0 10px;margin:0 0 15px 0;font-size:20px;font-weight:bold;color:#069;border:1px dotted #999;float:left;width:50%;}
.alignleft {text-align:left;}
.aligncenter {text-align:center;}
.alignright {text-align:right;}
.clear {clear:both;}
.attention {background:#FCC;font-weight:bold;} .attention2 {background:#FFC;font-weight:bold;}
.floatRight {float:right !important;}
.floatLeft {float:left !important;}
.wide {letter-spacing:1px;}
.prep {background:url(../../images/loader-white-back-small.gif) top no-repeat;margin:20px auto;}
.noborder {border:none;}
.bgLightGrey {background:#efefef !important; border-color:#999;}
.bgLightGrey2 {background:#DDD !important; }
.bgWhite {background:#FFF;}
.bgGrey {background:#999;}
.bgRed {background:#FCC !important;}

.transAll {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.shadowed {
-webkit-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
}
.progress{position:relative;height:4px;display:block;width:100%;background-color:#acece6;border-radius:2px;margin:.5rem 0 1rem 0;overflow:hidden}.progress .determinate{position:absolute;top:0;left:0;bottom:0;background-color:#26a69a;-webkit-transition:width .3s linear;transition:width .3s linear}.progress .indeterminate{background-color:#26a69a}.progress .indeterminate:before{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;animation:indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.progress .indeterminate:after{content:'';position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left, right;-webkit-animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation:indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@-webkit-keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8%}}


@media screen and (max-width: 768px) {
.two_col {
font-size:0.9em;
}
.wideBox {
width:96%;
padding:2%;
margin:0;
}
.shadowed {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow: none;
}

#logo img {

}
#headertext {
line-height:130%;
width:100%;
margin:5px 0 0 0;
padding:5px 0;
text-align:center;
font-size:1.5em;
z-index:100;
}
.online_application {
font-size:0.9em;
}

}

@media screen and (max-width: 667px) {
.field {
width:90%;
font-size:1.2em;
}
#logo {
}
#logo img {
}
.two_col {
width:85%;
float:none;
margin:10px auto;
}
#headertext {
font-size:1.2em;
}
.app-page-top-logo {
display:none;
}
.app_header_address_logo, .app_title {
text-align:center;
width:100%;
padding: 0;
float:none;
margin-bottom:15px;
}
#Submit {
width:85%;
padding:10px;
}
.date_field {
width:25%;
}
}
@media screen and (max-width: 428px) {
.two_col {
width:97%;
}
#logo img {
}
}