.jl_flat {
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}

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

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

.jl_flat .jh_item ._list textarea {
    background: #fff;
    border: 2px solid #e74c3c;
    resize: none;
    color: #e74c3c;
    border-radius: 5px;
    min-height: 60px;
    padding: 7px;
    margin: 0 0 9px 0;
    box-shadow: none;
}

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

.jl_flat ._tp_bar_h_box {
    width: 100px;
    height: 5px;
    background: #efefef;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    border-radius: 4px;
    overflow: hidden;
}

.jl_flat  ._tp_bar_h {
    display: block;
    height: 100%;
    background: #34495e;
    width:0;
    -webkit-transition: width .6s ease; /* For Safari 3.1 to 6.0 */
    transition: width .6s ease;
}

.jl_flat ._tp_count {
    font-size: 11px;
    font-weight: normal;
}

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

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

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

.jl_flat .jh_item button.jh_btn {
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    padding: 0 7px;
    color: #fff;
    background: #1abc9c;
    border-radius: 2px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    position: relative;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    border: none;
}

.jl_flat .jh_item button.jh_btn:disabled {
    background: #bdc3c7;
    cursor: progress;
}

.jl_flat .jh_item button.jh_btn.active {
    background: #0D8069;
}

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

.jl_flat .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_flat .jh_item ._child label {
    white-space: nowrap;
    font-size: inherit;
    color:#666;
    font-weight: bold;
}

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

/* Fake input */
.jl_flat input[type="radio"]+._tg {
    background: #ddd;
    background-position: 0 0;
    width: 12px;
    height: 12px;
    float: left;
    margin-right: 4px;
    margin-top: 3px;
    border-radius: 100%;
}
.jl_flat input[type="radio"] {
    display: none;
}
.jl_flat input[type="radio"]:checked+._tg {
    background: #16a085;
}
.jl_flat label:active input[type="radio"]+._tg {
    background-position: 0 -17px;
}

.jl_flat ._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_flat ._error {
    color: #8b0300;
    display: none;
    margin-bottom: 5px;
}

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

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

.jl_flat ._msg.active {
    display: block;
}