/* 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 */ 
#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 */
.ui-datepicker-header {font-size:18px;}

/* calendar title background 5-25-25 */
.ui-datepicker-title {
	text-align: center;
	line-height: inherit;
	background-color: #595959;	
}

#fbuilder .ui-datepicker-inline { max-width:none !important; }

/* 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-26 */
#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: 95% !important;}
.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 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 */ 
.cp_cff_elegant #fbuilder .pbSubmit { color: #FFF; font-weight: bold; font-size: 29px; background: #B65151; 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}

