.rutanCMS .fstElement {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    background: rgba(0,0,0,0.10);
    padding: 6px 12px 0 12px;
    width: 100%;
}

.rutanCMS .fstElement.fstSingleMode{
    padding: 6px 12px;
}

.rutanCMS .fstElement>select,.fstElement>input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 0;
}
.rutanCMS .fstToggleBtn {
    display:block;
    position:relative;
    box-sizing:border-box;
    padding:0;
    cursor:pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rutanCMS .fstResults {
    max-height:30em;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    border-top:0;
    background-color:#D3D3D3;
    display:none;
    width:100%;
}
.rutanCMS .fstControls{
    overflow: hidden;
}
.rutanCMS .fstResultItem {
    display:block;
    margin:0;
    cursor:pointer;
    padding: 6px 15px;
    margin-bottom: 4px;
}

.fstResultItem.fstSelected,
.fstResultItem.fstFocused{
    background-color: rgb(130,130,130);
    color: #fff;
}

.fstGroup u{
    margin-bottom: 25px;
    display: block;
}

h3.fstGroupTitle {
    margin:0;
    display:block;
    padding:6px 15px;
    font-family:"Rutan-Medium";
    font-size:18px;
}

.rutanCMS .fstNoResults {
    display:block;
    padding:6px 12px;
    margin:0;
}
.rutanCMS .fstSingleMode .fstControls {
    position:absolute;
    left:-1px;
    right:-1px;
    top:100%;
    background-color:#fff;
    display:none;
    box-shadow:0px 3px 3px rgba(0,0,0,0.1), 
	-3px 3px 3px rgba(0,0,0,0.1), 
	3px 3px 3px rgba(0,0,0,0.1);
}


.rutanCMS .fstSingleMode .fstQueryInput {
    border-bottom:2px solid rgb(235, 91, 37);
    margin:0;
}
.rutanCMS .fstSingleMode.fstActive {
    z-index:100
}

.rutanCMS .fstSingleMode.fstActive .fstControls {
    display:block;
    border: 10px solid #d3d3d3;
    background:#d3d3d3;
    margin: 0 0 0 1px;
    width: 100%;
}
.rutanCMS .fstSingleMode.fstActive .fstResults {
    top:100px;
    display: block;
    z-index: 10;
    margin-top: 20px;
    width:calc(100% + 30px);
}
.rutanCMS .fstChoiceItem {
    display:inline-block;
    position:relative;
    margin:0 6px 6px 0;
    float:left;
    cursor:auto;
    padding:2px 27px 2px 7px;
    color:#fff;
    background-color:rgb(235, 91, 37);
    -webkit-animation:fstAnimationEnter 0.2s;
    -moz-animation:fstAnimationEnter 0.2s;
    animation:fstAnimationEnter 0.2s;
    cursor:default;
}

.rutanCMS button.fstChoiceRemove {
    margin: 0;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0;
    background: transparent;
    text-align: center;
    color: #fff;
    line-height: 0;
    padding: 14px 6px;
    font-size: 22px;
}

.rutanCMS .fstMultipleMode .fstQueryInput {
    float:left;
    padding:2px 7px;
    margin:0 6px 6px 0;
    width:10em;
}


.rutanCMS .fstMultipleMode.fstActive .fstResults {
    display:block;
    z-index:10;
    padding:10px 10px 6px 10px;
    margin-left: 1px;
    position: absolute;
    top: 39px;
    left: -1px;
    box-shadow:0px 3px 3px rgba(0,0,0,0.1), 
	-3px 3px 3px rgba(0,0,0,0.1), 
	3px 3px 3px rgba(0,0,0,0.1);

}
