/* Site-wide fixes — close buttons use standard × instead of missing iconfont glyphs */

.icon-close-x {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    user-select: none;
}

.icon-close-x:hover {
    color: #333;
}

.u-formnote .u-close .icon-close-x {
    float: right;
    color: #999;
}

.w-modal-close .icon-close-x {
    color: #666;
}

.w-close.icon-close-x {
    font-size: 16px;
    color: #999;
}

.w-image-checkbox-toBig > .icon-close-x,
.w-image-radio-toBig > .icon-close-x {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #eee;
}

.w-image-checkbox-toBig > .icon-close-x:hover,
.w-image-radio-toBig > .icon-close-x:hover {
    color: #fff;
}

/* Form inputs — prevent height collapse when inline CSS uses height:100% */
#smartForm .w-input-weight-style,
#smartForm .w-textarea-weight-style {
    min-height: 34px;
    box-sizing: border-box;
}

#smartForm .w-input-weight-inner {
    min-height: 22px;
    box-sizing: border-box;
}

#smartForm .w-textarea-weight-inner {
    min-height: 90px;
    box-sizing: border-box;
    resize: vertical;
}

#smartForm .w-input-weight-box,
#smartForm .w-textarea-weight-box {
    min-height: 34px;
}

/* Practice Name field — inline CSS selector was broken (. > .w-input) */
.ftem_3_2068754067 > .w-input {
    margin: 0;
    height: auto;
    line-height: 34px;
}

.ftem_3_2068754067 > .w-input .w-input-title-box {
    padding: 7px 0;
    margin: 0;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    word-break: break-all;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.ftem_3_2068754067 > .w-input .w-input-title-box .w-input-txt-inner {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.ftem_3_2068754067 > .w-input .w-input-weight-style {
    margin: 0;
    padding: 0 10px;
    min-height: 34px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}

.ftem_3_2068754067 > .w-input .w-input-weight-inner {
    padding: 6px 0;
    display: block;
    width: 100%;
    min-height: 22px;
    line-height: 22px;
    border: 0;
    outline: none;
    background-color: transparent;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}
