<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jl_default {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

.jl_default .jh_item ._child,
.jl_default .jh_item ._msg_prepair,
.jl_default .jh_item ._list textarea {
	display:none;
}

.jl_default .jh_item ._list textarea.active {
    display: block;
}

/***** Default style ******/
.jl_default ._jlexhelpful {
    font-size: 12px;
    margin: 10px 0;
    color: #444;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.jl_default ._heading {
    display: block;
    font-weight: bold;
    font-size: inherit;
    margin-bottom:5px;
}

.jl_default ._tp_bar_v_box {
    width: 20px;
    height: 100px;
    position: relative;
    margin: 0 auto 5px auto;
    background: #eee;
}

.jl_default ._tp_bar_v {
    background: #4e69a2;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.jl_default ._tp_count {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 20px;
    top: -20px;
    font-weight: bold;
    font-size: 13px;
}

.jl_default ul.jh_itemlist,
.jl_default ul.jh_itemlist ul._list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jl_default .jh_item {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.jl_default .jh_item+.jh_item {
    margin-left:5px;
}

.jl_default .jh_item button.jh_btn {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    padding: 0 7px;
    color: #4e5665;
    text-shadow: 0 1px 0 #fff;
    background-color: #f6f7f8;
    background-image: url(img_border.png);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style:solid;
    border-color: #cccccc #c5c6c8 #b6b7b9;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin:0;
}

.jl_default .jh_item button.jh_btn:disabled {
    background: #efefef;
    cursor: progress;
}

.jl_default .jh_item button.jh_btn.active {
    background: #efefef;
}

.jl_default .jh_item button.jh_btn._img {
    background: none;
    border: none;
    padding: 2px;
    margin: 0;
    box-shadow: none;
}

.jl_default .jh_item ._child {
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 10px;
    border: 1px solid;
    margin-top: 5px;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    min-width: 200px;
    font-size: 11px;
}

.jl_default .jh_item ._child label {
    white-space: nowrap;
    font-size: inherit;
    color:#666;
    font-weight: bold;
}

.jl_default .jh_item ._child ._hd {
    display: block;
    margin-bottom: 7px;
    color: #000;
    line-height: 16px;
}

/* Fake input */
.jl_default input[type="radio"]+._tg {
    background-image: url(input.png);
    background-position: 0 0;
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px;
    margin-top: 1px;
}
.jl_default input[type="radio"] {
    display: none;
}
.jl_default input[type="radio"]:checked+._tg {
    background-position: -17px 0;
}
.jl_default label:active input[type="radio"]+._tg {
    background-position: 0 -17px;
}

.jl_default ._ld {
    background: url(loading-icon.gif);
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-size: 12px 12px;
    opacity: 0.4;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

/* error style */
.jl_default ._error {
    color: #8b0300;
    display: none;
    margin-bottom: 5px;
}

.jl_default ._error.active {
    display: block;
}

/* msg style */
.jl_default ._msg {
    display: none;
    margin-top: 5px;
}

.jl_default ._msg.active {
    display: block;
}</pre></body></html>