
#sch_frm_ovr {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0px;
    padding: 0px;
    z-index: 10;
}

.sch_frm_ovr_shader {
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}

#sch_frm_container {
    border: 1px solid black;
    width: 90%;
    /*min-width: 380px;*/
    background-color: #FFFFFF;
    position: fixed;
    padding: 0;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 3%;
    min-width: 580px;
    min-height: 615px;
    overflow: hidden;
    /*background-color: fuchsia;*/
}

#sch_form {
    width: 100%;
    min-width: 600px;
    margin: 0px;
    height: 96%;
    background-position: bottom 30px center;
    background-repeat: no-repeat;
    background-size: 70px 70px;
    /*background-color: yellow;*/
}

.section {
    margin: 0px;
    padding: 25px 0px 25px 1%;
    width: 98%;
    position: absolute;
    display: none;
    /*background-color: orange;*/
}




#sch_frm_inner_container {
    width: 100%;
    height: 100%;
    margin: 0px;
}



.sch_frm_ovr_active {
    display: inherit !important;
    width: 100% !important;
    height: 100% !important;
}



.frm_msg_page {
    width: 96%;
    min-width: 400px;
    margin: 0px;
    padding-right: 3%;
    padding-left: 3%;
}

.frm_msg_page h1, .frm_msg_page h2 , .frm_msg_page h3, .frm_msg_page h4  {
    margin-top: 7px;
    margin-bottom: 7px;
}

.frm_msg_page h4  {
    font-size: 18px;
}

.frm_msg_page h2 {
    font-size: 28px;
}

.frm_msg_page p {
    font-size: 15px !important;
}








.spinrar input[type=submit]{
    background-color: #ffffff !important;
    color: #00005d !important;
    border: 1px solid #007fff;
}

.spinrar {
    background-image: url("../images/ajx_spin.gif") !important;
}



#sch_form_close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #2B78A2;
    border: 1px solid #2B78A2;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 48px;
    padding: 0px;
    width: 58px;
    height: 58px;
    margin: 0;
    text-align: center;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    z-index: 50;
}

#sch_form_close:hover {
    background-color: #ef3dbb !important;
    color: #000000 !important;
    border-color: #000000 !important;
}

#sch_form_end_closer {
    background-color: #2B78A2;
    border: 1px solid #2B78A2;
    color: #FFFFFF;
    font-size: 24px;
    padding: 5px;
    /*width: 98%;*/
    width: 400px;
    max-width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

#sch_form_end_closer:hover {
    background-color: #ef3dbb !important;
    color: #000000 !important;
    border-color: #000000 !important;
}


/*#sch_form input[type=text], #sch_form input[type=submit], #sch_form select, #sch_form input[type=checkbox], #sch_form textarea {*/
#sch_form input,  #sch_form select, #sch_form textarea {
    font-size: 16px;
    float: left;
    display: block;
}

#sch_form textarea {
    min-width: 390px !important;
    width: 70%;
    font-size: 16px !important;
    min-height: 140px !important;
    margin: 5px 5px 5px 10px;
    clear: left;
}



#sch_form input[type=text] {
    margin: 5px 5px 10px 2px;
    min-width: 180px;
    width: 50%;
}
#sch_form #datepicker {
    margin-left: 10px;
}


#sch_form .highlight_prompt {
    color: #ED2085;
}


#sch_form #tpick, #sch_form #dpick {
    margin: 0px 5px 10px 2px;
    border: none;
    pointer-events: none;
    min-height: 32px;
    text-align: center !important;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
}

#sch_form #dpick {
    display: block;
    margin-left: 10px !important;
    width: 260px;
}

#sch_form select {
    margin: 1px 5px 10px 0px;
    min-width: 124px;
    padding: 0px !important;
    font-size: 14px;
    text-align: right;

    /*min-height: 284px;*/
    /*max-height: 284px;*/

    background-color: #DDDDDD;
    border: 1px solid #AAAAAA;
}
#sch_form #tpick {
    margin-left: 2px;
    width: 128px;
    min-width: 128px;
}

#sch_form #timepicker option {
    padding-top: 8px;
    padding-bottom: 9px;
    border-bottom: 1px solid #888888;
    border-right: 1px solid #888888;
    background-color: #98edff;
    color: black;
    padding-right: 15px;
}

#sch_frm_tpick_lbl {
    margin-left: 5px;
}

#sch_form #timepicker option:hover {
    background-color: #00b5f9 !important;
    color: black !important;
}

#sch_form #timepicker option:disabled {
    background-color: #CCCCCC;
    color: #9F9F9F;
}

#sch_form #timepicker option:checked {
    background-color: #0078D7 !important;
    color: #FFFFFF !important;
}

.sch_frm_two_col {
    float: left;
}

.col_tpick {
    padding-left: 15px;
}


#sch_form input[type=checkbox] {
    margin: 10px 5px 5px 15px;
}











#pref_phone {
    clear: none;
}

#sch_form .check_box_label {
    margin: 7px 15px 5px 5px;
    clear: none;
    background-color: transparent;
    padding: 2px 15px 2px 0px;
}

#sch_form #form_send {
    display: none;
}


#pref_email {
    /*clear: left;*/
}
#sch_form label {
    margin: 4px 0px 0px 10px;
    font-size: 15px;
    background-color: #c4cfd5;
    padding: 4px 5px 4px 5px;
    float: left;
    clear: left;
    display: block;
    min-width: 42px;
}

#sch_form p {
    clear: left;
    float: left;
    margin: 20px 5px 10px 10px;
    font-size: 16px;
    color: #222222;
}

.sch_frm_two_col label {
    display: none !important;
}



#sch_form .entry_warn {
    border-color: #ff5bc8 !important;
    background-color: #fadfee;
}

#sch_form .entry_okay {
    border-color: #138c0a !important;
    background-color: #d3ffd2;
}

#sch_form .entry_default {
    border-color: #000000 !important;
    background-color: #ffffff;
}




.btn_spin {
    background-image: url("../images/ajx_spin.gif") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    /*background-color: #003eff !important;
    color: #003eff !important;*/
}



#next_section {
    right: 25%;
}
.secnav {
    pointer-events: none;
    /*float: left;*/
    margin: 25px;
    margin-top: 100px;
    opacity: 0;
    position: absolute;
    bottom: 5px;
}
.secnav_present {
    opacity: .5;
}
.secnav_active {
    background-color: #003eff;
    color: white;
    opacity: 1 !important;
    pointer-events: inherit !important;
}
#prev_section {
    background-color: white;
    color: black;
    left: 5px;
}
.secnav_active:hover {
    background-color: #3cb4ce !important;
    color: #202020 !important;
}









#sch_form #timepicker {
    /*width: 164px !important;*/
    /*width: 100% !important;*/
    /*background-color: purple !important;*/
    /*min-width: 180px !important;*/
    /*width: 180px !important;*/
    width: 96%;
    /*-webkit-appearance: none;*/
    padding: 5px;
    height: 32px;
    /*display: none;*/

}



#sch_form #timepicker, #sch_form #timepicker option {
    font-size: 17px !important;
}


#sch_form select.entry_okay {
    border-color: revert !important;
    background-color: revert;
}




#sch_form .sch_frm_ptp {
    display: none;
    padding-top: 8px;
    padding-bottom: 9px;
    /*border-bottom: 1px solid #888888;*/
    /*border-right: 1px solid #888888;*/
    border: 1px solid #b9b9b9;
    background-color: #ceefce;
    color: black;
    padding-right: 15px;
    /*display: block !important;*/
    float: none !important;
    min-width: 180px;
    margin: 2px;
}

#sch_form .sch_frm_ptp:hover {
    background-color: #56fc47;
    color: black;
}
#sch_form .sch_frm_ptp:disabled {
    background-color: #CCCCCC;
    color: #9F9F9F;
}
#sch_form .sch_frm_ptp_active {
    background-color: #0078D7 !important;
    color: #FFFFFF !important;
}



#sch_form .secnav, #sch_form .secnav_active, #sch_form .secnav_present {
    min-width: 140px;
    min-height: 50px;
    border: 1px solid #6a6a6a;
}



.section_active {
    display: inherit !important;
}


.title_sub_text {
    font-size: 14px !important;
    color: #363f60 !important;
    padding-left: 15px;
    line-height: 20px;
}

.sec_prompt {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    color: #333333;
    padding-bottom: 15px;
}

.form_title {
    margin-bottom: 20px;
    clear: both;
}


.title_main_text {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #111111;
    margin: 0px !important;
    float: left !important;
}


