﻿
/* JUF WRAPPER STYLESHEET

 ***********
 BRAND COLORS
 
    Blues
    P295C100: #002855
    P295C80: #2D4D76
    P295C60: #627596
    P295C40: #94A1B8
    P295C20: #C8CEDA

    Purples
    P2587C100: #8347AD
    P2587C60: #B590CC

    Orange
    P170C100: #FF8671
    Pantone 7417C: R:230 G:75 B:56  HEX: #E64B38
    Pantone 1797C: R:207 G:51 B:57  HEX: #CF3339

    Reds
    P234C100: #A50063
    P233C100: #CA007B
    P218C100: #E96BAF

    Aquas
    Pantone 318 C: #84D9DE
    Pantone 319 C: #1DC9D3
    Pantone 7467 C: #00A0AF

 *********/




/********************************/
/*          NEW FORMS           */
/********************************/




/****** BOOTSTRAP 4 OVERRIDE ADJUSTMENTS ******/

/* .NET RadioButtonList/CheckBoxList render as:
    <span class="form-check-input">
      <input>
      <label>
      <input>
      <label>
        ...
    </span>
*/


.form-group {
    margin-bottom: 30px;
}


.form-check {
    display: inline-block;
    padding-left: 0;
}

div.form-check > span {
    position: relative;
    display: block;
    padding-left: 2.5rem;
}

    div.form-check > span input {
        position: absolute;
        margin-top: .3rem;
        margin-left: -1.25rem;
    }

    div.form-check > span label {
        margin-bottom: 0;
    }

/* Inline Checkbox/Radios */

.form-check.form-check-inline > input,
.form-check.form-check-inline > span.aspNetDisabled > input {
    position: static;
    margin-top: 0;
    margin-right: .4rem;
    margin-left: 0;
}

.form-check.form-check-inline > label,
.form-check.form-check-inline > span.aspNetDisabled > label {
    margin-bottom: 0;
    margin-right: 1.25rem;
}


.form-check-inline span.form-check-input input {
    margin-right: .3125rem;
}

.form-check-inline span.form-check-input label {
    margin-bottom: 0;
    margin-right: 1rem;
}


.form-check.form-check-inline > span {
    display: inline-block;
    padding-left: 1.25em;
}

.form-check-inline span.form-check-input label {
    margin-right: .25rem;
}

.aspNetDisabled  label {
    opacity: 50%;
}



/* BOOTSTRAP OVERRIDES */



.card,
.alert {
    border-radius: initial !important;
}

label {
    font-weight: 600;
}

.form-label {
    margin-bottom: 0.1rem;
}

.form-control-plaintext {
    /*padding: 0.25rem 0;*/
    padding: 0; /* updated 3/22/23 */
}

.form-control,
.form-select {
    border-radius: 0;
    box-shadow: none;
}

    .form-control:focus,
    .form-select:focus {
        /*border-color: #999;*/
        border-color: #627595;
        box-shadow: none;
        outline: 2px solid #999;
    }

.form-check input[type=radio],
.form-check input[type=checkbox] {
    margin-right: 0.5em;
}

textarea.form-control-plaintext {
    line-height: 1.3;
    font-size: .95rem;
}



/* BOOTSTRAP HELPER */

/* selects all <a> tags with .badge class that has the [data-toggle] property */
a.badge[data-toggle="popover"],
a i.material-icons {
    cursor: pointer;
}



/* FOR SURVEY-LIKE NUMBERS ABOVE RADIO LIST 1-10 SCALE */


.NumbersAbove {
    margin-top: 10px;
}

    .NumbersAbove span.radio-inline,
    .NumbersAbove span.checkbox-inline {
        margin-right: 25px;
    }

@media (max-width: 995px) {

    .NumbersAbove {
        margin-top: 0;
    }

        .NumbersAbove span.radio-inline,
        .NumbersAbove span.checkbox-inline {
            margin-top: 20px;
        }
}

.NumbersAbove span.radio-inline label,
.NumbersAbove span.checkbox-inline label {
    position: relative;
    left: -18px;
    top: -15px;
}




/* GRID VIEW STYLES */

.ascending a {
    background: url(/Wrapper/img/ascending.png) 98% no-repeat;
    display: block;
    padding: 0 25px 0 5px;
}

.descending a {
    background: url(/Wrapper/img/descending.png) 98% no-repeat;
    display: block;
    padding: 0 25px 0 5px;
}

.GridPager a {
    color: #007dc3;
    text-decoration: none;
    background-color: #ffffff;
    border: solid 1px #007dc3;
    padding: 4px 8px;
    margin-right: 4px;
}

.GridPager a {
    color: #007dc3;
    text-decoration: none;
}

.GridPager span {
    color: #ffffff;
    text-decoration: none;
    background-color: #007dc3;
    border: solid 1px #007dc3;
    padding: 4px 8px;
    margin-right: 4px;
}





/* CUSTOM FORM RULES */

.juf__form__primaryLabel {
    text-transform: uppercase;
    color: #94A1B8;
    font-size: .75rem;
    font-weight: bold;
    white-space: nowrap;
}

.juf__form__secondaryLabel {
    text-transform: uppercase;
    color: #888;
    font-size: .65rem;
}

.juf__form__preferred {
    font-weight: 600;
}

    .juf__form__preferred:after {
        content: "\a0*"; /* added non-breaking space: \a0 */
    }




.reqField:after {
    content: " *";
    color: red;
    position: absolute;
    top: 0px;
    right: 0px;
}

.requiredField:after,
.required > label:after,
.form-group.required > label:after,
.form-group.required .control-label:after,
.form-check.required .form-check label:after,
.form-check.required .form-check-input label:after,
.form-check.required .form-check-inline label:after {
    content: "*";
    color: red;
    padding-left: 5px;
}

.reqAsterisk {
    color: red;
}


.rfvError {
    color: #e64b38;
    font-weight: bold;
}


label .noBold,
.noBold label {
    font-weight: normal !important;
}



.form_validation {
    text-align: left;
    padding: 15px 25px 5px 5px;
    color: Red;
}


.labelHelper i {
    color: #2280BE;
    text-align: left;
    font-family: "Open Sans",sans-serif !important;
    font-size: 12px;
    font-style: normal;
}

.labelHelperSmall {
    color: #666;
    font-size: 10px;
    font-style: normal;
}

    .labelHelperSmall span {
        color: #007dc3;
    }




/* EVENT INFO LAYOUT FOR MOBILE DEVICE SIZES */

@media (max-width: 992px) {
    .mReg__EventName {
        margin-bottom: .25em !important;
    }

    .mReg__Info__Element {
        padding-top: .35em;
        padding-bottom: .35em;
    }

    .mReg__Info__Element__Glyph {
        color: #007DC3;
        margin-right: .75em;
        margin-bottom: .5em; /* MIN: Use for short addresses */
        /*margin-bottom: 2em;*/ /* MAX: Use for very long addresses */
        float: left;
        top: 5px;
    }
}

@media (max-width: 767px) {
    .mReg__Info__Element__Glyph {
        margin-bottom: .5em;
    }
}




/* FROM CEC FORMS */


.tools a {
    text-decoration: none;
}

#colors_sketch {
    border: 1px solid #ccc;
}

dl {
    margin-top: 1rem;
}

dd {
    font-size: 120%;
    margin-bottom: 1.5rem;
}



/* FOR SCRIPT SIGNATURE FIELDS */

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');*/

.signature {
    font-family: 'Dancing Script', cursive;
    /*font-family: 'Great Vibes', cursive;
    font-family: 'Parisienne', cursive;
    font-family: 'Yesteryear', cursive;*/
    font-size: 2rem;
}


