.ddcommon {
    position: relative;
    display: inline-block;
    cursor: default;
    outline: none;
    border: none;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.ddcommon ul {
    padding: 0;
    background: #f8f9fa;
    margin: 0;
}

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

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

.borderRadiusBtm ul li:last-child {
    border-bottom: 1 solid #c3c3c3;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.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;
}

.ddcommon .clear {
    clear: both
}

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

.ddcommon input.text {
    color: #000;
    padding: 0;
    padding-left: 18px;
    font-size: 12px;
    position: absolute;
    background: #f8f9fa;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    width: 100%;
}

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

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

img.fnone {
    float: none !important
}

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

.ddcommon .ddArrow {
    display: inline-block;
    vertical-align: middle;
    right: 5px;
}

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

.ddcommon .ddTitle .ddTitleText {
    display: block;
    padding: 4px 12px;
    min-height: 32px;
    padding-right: 22px;
}

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

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

.ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    float: left;
    padding-right: 5px;
}

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

.ddcommon .ddChild li {
    position: relative;
    clear: both;
}

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

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

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

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

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

.ddcommon .ddChild li.optgroup ul li {
    padding-left: 15px;
}

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


/*************** default theme **********************/

.dd .ddArrow {
    width: 9px;
    height: 8px;
    cursor: pointer;
    right: 10px;
}

.ddArrow.vfs-global-down-arrow {
    font-family: 'vfs-global-icons';
    font-size: 9px;
    color: #ffffff;
    top: 40%;
    position: absolute;
}

.dd .ddTitle {
    color: #000;
    display: block;
}

.dd .ddTitle .ddTitleText {
    display: table;
    width: 100%;
    line-height: normal;
    padding: 8px 15px;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
}

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

.dd .ddChild {
    border: none;
    background: none;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #ccc;
}

.dd .ddChild li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
    line-height: normal;
    padding: 5px 15px 10px;
    height: 35px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dd .ddChild li:before,
.dd .ddChild li:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 0%;
    opacity: 0.2;
    background: #dc780a;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dd .ddChild li:before {
    left: 0px;
}

.dd .ddChild li:after {
    right: 0px;
}

.dd .ddChild li.hover:before,
.dd .ddChild li.hover:after {
    height: 100%;
    opacity: 1;
}

.dd .ddChild li .description {
    color: #FFF;
}

.dd .ddChild li .ddlabel,
.dd .ddChild li img {
    position: relative;
    z-index: 1;
}

.dd .ddChild li .ddlabel {
    color: #000;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

.dd .ddChild li.hover {
    border-bottom: 1px solid #ED9B54;
}

.dd .ddChild li:last-child.hover {
    border-bottom: 0 none #ED9B54;
}

.dd .ddChild li img {
    padding: 0;
    padding-right: 5px;
}

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

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

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

.dd .ddChild li.selected {
    background: #dc780a;
    border-bottom: 1px solid #ED9B54;
}

.dd .ddChild li.selected .ddlabel {
    color: #FFF;
}

.dd.ddcommon.borderRadiusTp {
    background: #f8f9fa;
}

.dd.ddcommon.borderRadiusBtm {
    background: #f8f9fa;
}

.borderRadiusTp {
    border-radius: 5px 5px 0 0;
    border-top: none;
}

.borderRadiusBtm {
    border-radius: 0px 0px 5px 5px;
}

.borderRadiusBtm .ddChild {
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #ccc;
    border-top: none;
}