<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hwcCustomization .borderRadius {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .borderRadiusTp {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .borderRadiusBtm {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default;
}

    .hwcCustomization .ddcommon ul {
        padding: 0;
        margin: 0;
    }

        .hwcCustomization .ddcommon ul li {
            list-style-type: none;
        }

.hwcCustomization .borderRadiusTp ul li:last-child {
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 0 none #c3c3c3;
}

.hwcCustomization .borderRadiusBtm ul li:first-child {
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #c3c3c3;
}

.hwcCustomization .ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
    opacity: .5; /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=50)"; /* ie 8 */
    filter: alpha(opacity=50); /* ie lt 7 */
    -khtml-opacity: .5; /* safari 1.x */
    -moz-opacity: .5; /* ff lt 1.5, netscape */
    color: #999999;
}

.hwcCustomization .ddcommon .clear {
    clear: both;
}

.hwcCustomization .ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.hwcCustomization .ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
}

.hwcCustomization .ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.hwcCustomization .borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.hwcCustomization .borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888;
}

.hwcCustomization .borderRadiusTp .border, .borderRadius .border {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization .borderRadiusBtm .border {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.hwcCustomization img.fnone {
    float: none !important;
}

.hwcCustomization .ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute;
}

.hwcCustomization .ddcommon .ddArrow {
    display: inline-block;
    position: absolute;
    top: 50%;  
    right: 10px;
    right/*\**/: 4px\9;
}

    .hwcCustomization .ddcommon .ddArrow:hover {
        background-position: 0 100%;
    }

.hwcCustomization .ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .hwcCustomization .ddcommon .ddTitle .ddTitleText {
        display: block;
        height: auto;
    }

        .hwcCustomization .ddcommon .ddTitle .ddTitleText .ddTitleText {
            padding: 0;
        }

    .hwcCustomization .ddcommon .ddTitle .description {
        display: block;
    }

    .hwcCustomization .ddcommon .ddTitle .ddTitleText img {
        position: relative;
        vertical-align: middle;
        float: left;
    }

.hwcCustomization .ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto !important;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999;
}

    .hwcCustomization .ddcommon .ddChild li {
        clear: both;
    }

        .hwcCustomization .ddcommon .ddChild li .description {
            display: block;
        }

        .hwcCustomization .ddcommon .ddChild li img {
            border: 0 none;
            position: relative;
            vertical-align: middle;
            float: left;
        }

        .hwcCustomization .ddcommon .ddChild li.optgroup {
            padding: 0;
        }

            .hwcCustomization .ddcommon .ddChild li.optgroup .optgroupTitle {
                padding: 0 5px;
                font-weight: bold;
                font-style: italic;
            }

            .hwcCustomization .ddcommon .ddChild li.optgroup ul li {
                padding: 5px 5px 5px 15px;
            }

.hwcCustomization .ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0;
}

/*************** default theme **********************/
.hwcCustomization .dd {
    /*border: 1px solid #554242;*/
}

    .hwcCustomization .dd .divider {
        border-left: 0px solid #c3c3c3;
        border-right: 0px solid #fff;
        right: 24px;
    }

    .hwcCustomization .dd .ddArrow {
        top: 8px;
        width: 20px;
        height: 20px;       
        background: url(/App_Themes/Tidlor/icon/Arrow-BlueDown15x24.png) no-repeat;
        background/*\**/: url(/App_Themes/Tidlor/icon/Arrow-BlueDown15x24.png) no-repeat\9;
        background-size: contain;
    }

        .hwcCustomization .dd .ddArrow:hover {
            top: 8px;
            width: 20px;
            height: 20px;         
            background: url(/App_Themes/Tidlor/icon/Arrow-BlueDown15x24.png) no-repeat;
            background/*\**/: url(/App_Themes/Tidlor/icon/Arrow-BlueDown15x24.png) no-repeat\9;
            background-size: contain;
        }

    .hwcCustomization .dd .ddTitle {
        color: #074382;
        background: #ece9e9;
    }

        .hwcCustomization .dd .ddTitle .ddTitleText {
            /*padding: 0 20px;*/
            padding-top: 8px;
            height: 38px;
        }

            .hwcCustomization .dd .ddTitle .ddTitleText .ddTitleText {
                padding: 0;
            }

        .hwcCustomization .dd .ddTitle .description {
            font-size: 12px;
            color: #666;
        }

        .hwcCustomization .dd .ddTitle .ddTitleText img {
            padding-right: 5px;
        }

    .hwcCustomization .dd .ddChild {
        border: 1px solid #554242;
        background-color: #fff;
        left: -1px;
        border-top-style: none;
    }

        .hwcCustomization .dd .ddChild li {
            padding: 5px;
            background-color: #fff;
            border-bottom: 1px solid #c3c3c3;
        }

            .hwcCustomization .dd .ddChild li .description {
                color: #666;
            }

            .hwcCustomization .dd .ddChild li .ddlabel {
                color: #333;
            }

            .hwcCustomization .dd .ddChild li.hover {
                background-color: #dfdada;
            }

            .hwcCustomization .dd .ddChild li img {
                padding: 0 6px 0 0;
            }

            .hwcCustomization .dd .ddChild li.optgroup {
                padding: 0;
            }

                .hwcCustomization .dd .ddChild li.optgroup .optgroupTitle {
                    padding: 0 5px;
                    font-weight: bold;
                    font-style: italic;
                }

                .hwcCustomization .dd .ddChild li.optgroup ul li {
                    padding: 5px 5px 5px 15px;
                }

            .hwcCustomization .dd .ddChild li.selected {
                background-color: #dfdada;
                color: #000;
            }

.hwcCustomization .myDdl {
    width: 49%;
    height: auto;
}

@media screen and (max-width: 640px) { /* on iphone */
    .hwcCustomization .myDdl {
        width: 70%;
        height: auto;
    }

    .hwcCustomization .ddcommon .ddTitle .ddTitleText {
        display: block;
        height: 38px;
    }
}
</pre></body></html>