﻿.hf .dw {
    padding: 0;
    color: #31b6e7;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: Verdana, 'Segoe UI', Tahoma, Geneva, sans-serif;
}
.hf .dw .dwwc,
.hf .dw .dwwl,
.hf .dw .dww,
.hf .dw .dwb,
.hf .dw .dwpm .dww {
    background: #fff;
}
.hf .dwwr {
    padding: 0;
    background: #648c50;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.hf .dwwr .dwcc{
    background: #fff;
}
.hf .dwc {
    padding: 0px 0px 0px 0px;
    width: 100%;    
}
.hf .dwhl {
    padding: 1px 10px;
}
.hf .dwv {
    line-height: 50px;
    height: 50px;
    padding: 0;
    border-bottom: none;
    font-size: 18px;
    color: transparent;  
}
.hf .dw-hidden {
    height: 0;
    border: 0;
}
.hf .dwwl {
    margin: 0px;
    padding: 0px;
}
.hf .dww,
.hf .dw .dwpm .dwwl,
.hf .dw .dwpm .dww {
    border: 0;
}
.hf .dww .dw-li {
    color: #333;
    font-size: 18px;
    text-shadow: none;    
}
.hf .dww .dw-li.dw-sel {
    color: #333;
}
.hf .dww .dw-li.dw-hl {
    background: #31b6e7;
    background: rgba(49,182,231,.5);
}
.hf .dwwo {        
    background: linear-gradient(#fff 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #fff 100%);
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(0.52, rgba(245,245,245,0)),color-stop(0.48, rgba(245,245,245,0)),to(#fff));
    background: -moz-linear-gradient(#fff 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #fff 100%);
    background: -o-linear-gradient(#fff 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #fff 100%);
}
.hf .dw .dwwb {
    background: #292829;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.hf .dwwb span {
    display: none;
}
.hf .dwwb:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: #7e7e7e;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    content: '';
}
.hf .dwwbm {
    top: 0;
    bottom: auto;
}
.hf .dwwbp {
    bottom: 0;
    top: auto;
}
.hf .dwwbm:after {
    border-color: transparent transparent #7e7e7e transparent;
}
.hf .dwwbp:after {
    border-color: #7e7e7e transparent transparent transparent;
}
.hf .dw .dwwl .dwb-a {
    background: #292829;
}
.hf .dwwbm.dwb-a:after {
    border-color: transparent transparent #319abd transparent;
}
.hf .dwwbp.dwb-a:after {
    border-color: #319abd transparent transparent transparent;
}
.hf .dw .dwwol {
    width: 60%;
    left: 20%;      
    height: 36px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -20px;
    display: block;
}
.hf .dwbc {    
    padding: 0;
    background: #fff;
}
.hf .dw .dwb {
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 12px 17px;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;    
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    background: #FDB81E;
    border-color: #FDB81E;
    color: #222222;
}
.hf .dw .dwb:focus,
.hf .dw .dwb:hover{
    background: #f5aa02;
    border-color: #f5aa02;
    color: #222222;
}
.hf .dw .dwb-a {
    background: #449d44;
}
.hf .dwb-s .dwb, .hf .dwb-n .dwb {
    border-right: 1px solid #424542;
}
/* Docked */
.hf.dw-bottom .dwwr, .hf.dw-top .dwwr {
    border-radius: 0;
    -webkit-border-radius: 0;
}
/* Multiple select */
.hf .dwwms .dwwol {
    display: none;
}
.hf .dwwms .dw-li {
    padding-left: 5px;
    padding-right: 36px;
}
.hf .dwwms .dw-li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    color: #31b6e7;
    line-height: 14px;
    border: 1px solid #424542;
    text-shadow: 0 0 5px #29799c;
}
.hf .dwwms .dw-msel:after {
    content: '✔';
}
.hf .dwbg .dwb{
    color: #222222;
    border: solid 1px #FDB81E;
}
.hf .dwl{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    top: -40px;    
}
.hf .dwbw.dwb-s{
    float: right;
}
.hf .dwbw.dwb-n{
    float: left;
}
table{
    width: 100%;    
}

/* Light version */
.hf.light .dwwr {
    background: #f5f5f5;
}
.hf.light .dww .dw-li {
    color: #000;
}
.hf.light .dwwo {
    background: linear-gradient(#f5f5f5 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f5f5f5 100%);
    background: -webkit-gradient(linear,left bottom,left top,from(#f5f5f5),color-stop(0.52, rgba(245,245,245,0)),color-stop(0.48, rgba(245,245,245,0)),to(#f5f5f5));
    background: -moz-linear-gradient(#f5f5f5 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f5f5f5 100%);
    background: -o-linear-gradient(#f5f5f5 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #f5f5f5 100%);
}
.hf.light .dw .dwwb {
    background: #f5f5f5;
    color: #f5f5f5;
}
.hf.light .dwbc {
    border-top: 1px solid #dbdbdb;
}
.hf.light .dwb {
    color: #000;
}
.hf.light .dwb-a {
    color: #fff;
}
.hf.light .dwb-s .dwb, .hf.light .dwb-n .dwb {
    border-right: 1px solid #dbdbdb;
}
/* Bubble positioning */
.hf .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #292829 transparent;
}
.hf .dw-bubble-top .dw-arr {
    border-color: #292829 transparent transparent transparent;
}
/* Bubble positioning */
.hf.light .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #f5f5f5 transparent;
}
.hf.light .dw-bubble-top .dw-arr {
    border-color: #f5f5f5 transparent transparent transparent;
}
/* Multiple select */
.hf.light .dwwms .dw-li:after {
    text-shadow: 0 0 5px #31b6e7;
}


/*desktop*/
.hfdesktop .dwo {
    background: transparent;
}

.hfdesktop .dw {
    padding: 0;
    color: #31b6e7;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: Verdana, 'Segoe UI', Tahoma, Geneva, sans-serif;
}
.hfdesktop .dw .dwwc,
.hfdesktop .dw .dwwl,
.hfdesktop .dw .dww,
.hfdesktop .dw .dwb,
.hfdesktop .dw .dwpm .dww {
    background: #fff;
}
.hfdesktop .dwwr {
    padding: 0;
    background: #648c50;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #FDB81E;
}
.hfdesktop .dwwr .dwcc{
    background: #fff;
}
.hfdesktop .dwc {
    padding: 0px 0px 0px 0px;
    width: 100%;    
}
.hfdesktop .dwhl {
    padding: 1px 10px;
}
.hfdesktop .dwv {
    line-height: 50px;
    height: 50px;
    padding: 0;
    border-bottom: none;
    font-size: 18px;
    color: transparent;  
}
.hfdesktop .dw-hidden {
    height: 0;
    border: 0;
}
.hfdesktop .dwwl {
    margin: 0px;
    padding: 0px;
}
.hfdesktop .dww,
.hfdesktop .dw .dwpm .dwwl,
.hfdesktop .dw .dwpm .dww {
    border: 0;
}
.hfdesktop .dww .dw-li {
    color: #333;
    font-size: 18px;
    text-shadow: none;    
}
.hfdesktop .dww .dw-li.dw-sel {
    color: #333;
}
.hfdesktop .dww .dw-li.dw-hl {
    background: #31b6e7;
    background: rgba(49,182,231,.5);
}
.hfdesktop .dwwo {        
    background: linear-gradient(#fff 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #fff 100%);
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(0.52, rgba(245,245,245,0)),color-stop(0.48, rgba(245,245,245,0)),to(#fff));
    background: -moz-linear-gradient(#fff 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #fff 100%);
    background: -o-linear-gradient(#fff 0%,rgba(245,245,245,0) 52%, rgba(245,245,245,0) 48%, #fff 100%);
}
.hfdesktop .dw .dwwb {
    background: #FDB81E;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.hfdesktop .dwwb span {
    display: none;
}
.hfdesktop .dwwb:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    color: #fff;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    content: '';
}
.hfdesktop .dwwbm {
    top: 0;
    bottom: auto;
    border: 1px solid #FDB81E;   
}
.hfdesktop .dwwbp {
    bottom: 0;
    top: auto;
    border: 1px solid #FDB81E;   
}
.hfdesktop .dwwbm:after {
    border-color: transparent transparent #222222 transparent;
}
.hfdesktop .dwwbp:after {
    border-color: #222222 transparent transparent transparent;
}
.hfdesktop .dw .dwwl .dwb-a {
    background: #292829;
}
.hfdesktop .dwwbm.dwb-a:after {
    border-color: transparent transparent #319abd transparent;
}
.hfdesktop .dwwbp.dwb-a:after {
    border-color: #319abd transparent transparent transparent;
}
.hfdesktop .dw .dwwol {
    width: 60%;
    left: 20%;      
    height: 36px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -20px;
    display: block;
}
.hfdesktop .dwbc {    
    padding: 0;
    background: #fff;
}
.hfdesktop .dw .dwb {
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 2px 2px;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;    
    border-radius: 5px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    background: #FDB81E;
    border-color: #FDB81E;
    color: #222222;
}
.hfdesktop .dw .dwb:focus,
.hfdesktop .dw .dwb:hover{
    background: #f5aa02;
    border-color: #f5aa02;
    color: #222222;
}
.hfdesktop .dw .dwb-a {
    background: #449d44;
}
.hfdesktop .dwb-s .dwb, .hfdesktop .dwb-n .dwb {
    border-right: 1px solid #424542;
}
/* Docked */
.hfdesktop.dw-bottom .dwwr, .hfdesktop.dw-top .dwwr {
    border-radius: 0;
    -webkit-border-radius: 0;
}
/* Multiple select */
.hfdesktop .dwwms .dwwol {
    display: none;
}
.hfdesktop .dwwms .dw-li {
    padding-left: 5px;
    padding-right: 36px;
}
.hfdesktop .dwwms .dw-li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    color: #31b6e7;
    line-height: 14px;
    border: 1px solid #424542;
    text-shadow: 0 0 5px #29799c;
}
.hfdesktop .dwwms .dw-msel:after {
    content: '✔';
}
.hfdesktop .dwbg .dwb{
    color: #222222;
    border: solid 1px #FDB81E;
}
.hfdesktop .dwl{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    top: -40px;    
}
.hfdesktop .dwbw.dwb-s{
    float: right;
}
.hfdesktop .dwbw.dwb-n{
    float: left;
}
table{
    width: 100%;    
}
/* Bubble positioning */
.hfdesktop .dw-bubble-bottom .dw-arr {
    border-color: transparent transparent #FDB81E transparent;
}
.hfdesktop .dw-bubble-top .dw-arr {
    border-color: #FDB81E transparent transparent transparent;
}
.hfdesktop .dw-arrw-i {
    margin: 0 30px;
    position: relative;
    height: 0px;
}