.dynamic-inputgroup {

}

.dynamic-inputgroup ul {
    list-style: none;
}

.dynamic-inputgroup ul li {
    float: left;
    margin-bottom: 10px;
}

.dynamic-inputgroup ul li + li {

}

.dynamic-inputgroup ul li input {
    width: 180px;
}

.dynamic-inputgroup ul li span {
    display: inline-block;
    float: none;
    position: relative;
    left: -20px;
    top: 2px;
    color: #666;
    font-weight: normal;
    opacity: 1;
    font-size: 16px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.dynamic-inputgroup > span {
    border: 1px solid #999;
    color: #ccc;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    width: 180px;
    height: 29px;
    line-height: 29px;
    /*font-weight: bold;*/
    cursor: pointer;
    background: #ffffff;
}

.directive-selectdown {

}

.directive-selectdown button {
    padding: 0px 15px 0px 4px;
    border: 1px solid #999;
    text-align: left;
    font-size: 13px;
    color: #666;
}

.directive-selectdown .value-selected {

}

.directive-selectdown .indicator {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #999;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 7px;
    right: 2px;
}

.directive-selectdown .dropdown-menu.arrow {

}

.directive-selectdown .dropdown-menu.arrow:before {
    position: absolute;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid #eee;
    border-bottom: 7px solid transparent;
    border-right-color: rgb(233, 233, 233);
    left: -8px;
    top: 6px;
    content: '';
}

.directive-selectdown .dropdown-menu.arrow:after {
    position: absolute;
    display: inline-block;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: -6px;
    top: 7px;
    content: '';
}

.directive-selectdown .dropdown-menu {
    margin: 0;
    top: 0;
    left: 120%;
    border-radius: 0;
}

.directive-selectdown .dropdown-menu li {
    background-color: #fff;
    border-left: 0 !important;
    padding: 0 !important;
    position: relative;
}

.directive-selectdown .dropdown-menu li + li {
    border-top: 1px solid #f8f8f8;
}

.directive-selectdown .dropdown-menu li .circle {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    left: 8px;
    border: 1px solid #999;
}

.directive-selectdown .dropdown-menu li a {
    text-align: left;
    text-indent: 10px;
}

.directive-selectdown .dropdown-menu li.active {
}

.directive-selectdown .dropdown-menu li.active .circle {
    background-color: #00B8ED;
    border: 0;
}

.directive-selectdown .dropdown-menu li.active a {
    color: #00B8ED;
    background-color: #fff;
}
