/* Month view - dayofweek, color changes glj */ 
/* installed plugin update 7-14-21, background colors of Schedule admin view gj */
.rb-w{background-color:#444444 !important;}
.rb-m{background-color:#000000 !important;}
.rb-o{color:#530309 !important;}
.chip dl,.chip dt,.chip div{border-color:#fff !important;background-color:#352727 !important;}
/* font of Schedule admin view gj */ 

/* line height was 25px, changed
 * letter spacing fixed 10-4-25 */ 
#multicalendar table,#multicalendar span,#multicalendar a{font-size: 12px;font-weight:bold;letter-spacing:normal;line-height:11px;width:100%;}
#multicalendar {border:1px solid #888888;background:#e4e4e4;}
#multicalendar table,#multicalendar span,#multicalendar a{font-size:11px;font-weight:bold;line-height:11px;width:100%;
}
#multicalendar tr th, #multicalendar thead th {font-size: 16px;font-weight:bold;}
@media (max-width : 770px){#multicalendar .tg-col-eventwrapper{margin-right:0px}#multicalendar .chip dt{font-size:70%}#multicalendar .t-title{width:98%}}

/* Display calendar Styles definition here added glj 11-1-20 */

/* font letter spacing fixed in entirety? 10-4-25 */
#fbuilder *,#fbuilder ::after,#fbuilder ::before{box-sizing:border-box;letter-spacing: normal;}
#fbuilder .ui-datepicker-inline{max-width:none !important}
#fbuilder .ui-state-active, #fbuilder .ui-widget-content .ui-state-active, #fbuilder .ui-widget-header .ui-state-active, #fbuilder a.ui-button:active, 
#fbuilder .ui-button:active, #fbuilder .ui-button.ui-state-active:hover{border:inherit;font-weight:bold;background-color: #9832b5;}
   	
#fbuilder .dfield { width: 99% !important;}
/* GJ 11-29-25 hopefully bolded and enlarged text TO 800 on Scroll down to SIGN UP button... */ 
#fieldname13_1 {font-size:larger;font-weight:800}
/* GJ 11-29-25 increased red ERROR box border from 1px to 4 px */ 
#fbuilder div.cpefb_error{background:#FDF9E5;border: 4px solid #f00}
.ui-datepicker-header {font-size:18px;letter-spacing: normal;
}

/* calendar title background 5-25-25 */
.ui-datepicker-title {background-color: #595959;}

/* custom fill-in boxes, row, color, etc glj */ 
/* background of next active calendar date glj 7-2-21 */
.
ui-datepicker-calendar .ui-state-active {align-content;}
/* new 5-24-25 */
.ui-datepicker td span, .ui-datepicker td a {height: 60px;}

/* padding in input boxes, font weight glj */
.cp_cff_elegant #fbuilder select, .cp_cff_elegant #fbuilder textarea, .cp_cff_elegant #fbuilder input[type=text], .cp_cff_elegant #fbuilder input[type=file] {
    border: 1px solid rgb(148, 132, 116); padding: 11px 8px;font-size: 17px;font-weight: 600;color: rgb(169 96 7); }
.cp_cff_elegant #fbuilder .uh { color: rgb(183 109 44); }
/* font size for To Repeat Class instructions */
#fbuilder span.uh {font-size: 90%;}

/* Reset button customization glj */ 
input, textarea,
button {background-color: #8ac3cec4; font-size: 19px;padding: 8px;border: 1px solid #bd943b} 
select,
a {
  font-size: 19px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* text color for input content boxes glj */ 
.cp_cff_elegant #fbuilder select, .cp_cff_elegant #fbuilder textarea, .cp_cff_elegant #fbuilder input[type=text], .cp_cff_elegant #fbuilder input[type=file] {color: rgb(43 43 41);}
/* Reset button glj */
menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"] {
    border-color: #000000; background-color: #676767;}

/* submit button glj */ 
.cp_cff_elegant #fbuilder .pbNext{color:#fff;font-size: 24px;font-weight:bold;background: #9a611b;border-top-right-radius: 10px;border-bottom-left-radius: 10px;}

/* padding, color submit box glj 9-12-25 */ 
.cp_cff_elegant #fbuilder .pbSubmit { color: #FFF; font-weight: bold; font-size: 29px; background: #785F91C4; padding: 15px 20px;}
.cp_cff_elegant #fbuilder .pbSubmit:hover { background-color: #444444; color: #FFF; }

/* removes the 888 888 in the phone field */ 
.uh_phone .l{display:none;}

/* edit frequency of repeats glj - below shows removed - now only Weekly choice displayed via authors */ 
.ui-dialog{background:#fff;padding:10px;border:2px solid }

.freq option[value='0'],.freq option[value='1'],.freq option[value='2'],.freq option[value='3'],.freq option[value='5'], .freq option[value='6']{display:none}
/* POPUP-DIALOG BOX REPEAT choice content 11-30-25*/ 
.ui-dialog-content {padding: 16px;letter-spacing: 2px;}
.ui-dialog-titlebar {letter-spacing: 2px;}

/* letter-spacing fixed 10-4-25 on REZ page */
.mv_dlg.ui-dialog .ui-dialog-content {letter-spacing: normal;}

