/* Custom Styles */
a.calendar-check.checked {
    background: #070 !important;
}

a.calendar-check:after {
    position: relative;
    top: 2px;

    margin-left: 5px;

    font-family: "Glyphicons Halflings";

    content: "\e014";

    color: #fff;
}


a.calendar-check.checked:after {
    position: relative;
    top: 2px;

    margin-left: 5px;

    font-family: "Glyphicons Halflings";

    content: "\e013";

    color: #fff;
}

#FormBuilder_private-rental-program.InputfieldFormWidths .notes,
#FormBuilder_private-rental-program-v2.InputfieldFormWidths .notes,
#FormBuilder_private-rental-program-epping.InputfieldFormWidths .notes {
    padding: 5px;
    margin: .25em 0;
    margin-top: 5px !important;

    border: 1px solid #eec;
    background: #ffd;
}

/* font family and size for Inputfield forms */
.FormBuilder,
.InputfieldForm,
.InputfieldForm input,
.InputfieldForm textarea,
.InputfieldForm select,
.InputfieldForm button,
.ui-widget {
    box-sizing: border-box;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 300;
    line-height: 1.5em;
}

.InputfieldForm {
    margin: 1em 0;
}

/* additional padding for inputs and textareas */
.InputfieldForm input,
.InputfieldForm textarea {
    padding: .25em .35em;
}

/* error messages */
.FormBuilder .error,
.InputfieldForm .error {
    color: red;
}

/* wrapper for label + input */
.Inputfield {
    margin-bottom: 1.5em;
}

/* submit button */
.InputfieldForm button {
    padding: .5em 1em;
}

/* label header */
.Inputfield .InputfieldHeader {
    display: block;
    padding-bottom: .25em;

    font-weight: bold;
}

/* show a red asterisk after label when field "required" */
.InputfieldStateRequired > .InputfieldHeader:first-child:after {
    content: "*";

    color: red;
}

/* descriptive text within Inputfields */
.Inputfield .notes,
.Inputfield .description {
    margin-top: 0;
    margin-bottom: .25em;

    opacity: .6;
}

/* styling for fieldsets and legend */
fieldset.InputfieldFieldset {
    padding: 1em;

    border: 1px solid;
}

fieldset.InputfieldFieldset legend {
    font-size: 22px;
}

/* honeypot */
#wrap_Inputfield- {
    display: none;
}

/* clearfix */
.pw-clearfix:before,
.pw-clearfix:after {
    display: table;

    border-collapse: collapse;

    content: "";
}

.pw-clearfix:after {
    clear: both;
}
/* clearfix support for IE7 */
.pw-clearfix {
    min-height: 0;
}
