.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.ms-choice {
    margin: 0;
    display: block;
    width: 100%;
    height: 34px;
    overflow: hidden;
    border: 1px solid #2E3751;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    background-color: #2E3751;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    font-family: "Ubuntu Light";
    border-radius: 0;
    cursor: pointer;
    color: #fff
}

.operativa .ms-choice {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.tipo .ms-choice {
    border-radius: 0;
    border-left: solid 1px #898989;
    border-right: solid 1px #898989
}

.ubicacion .ms-choice {
    border-radius: 0
}

#search .operativa .ms-choice {
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-right: solid 1px #2E3751
}

#search .tipo .ms-choice {
    border-right: solid 1px #2E3751
}

.ms-choice:focus {
    outline: none
}

#search .advanced .ms-choice {
    font-size: 14px;
    line-height: 16px;
    height: 36px;
    background-color: transparent;
    border: 1px solid transparent
}

#search .ms-choice {
    background-color: #6d6e71;
    border: 1px solid #6d6e71
}

#search .advanced .ms-choice {
    color: #333
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ccc;
    cursor: default
}

.ms-choice>span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
    margin: 10px 0 0 7px
}

#search .advanced .ms-choice>span {
    margin: 0;
    padding: 10px 14px;
    font-family: "Ubuntu Light";
    color: #1e1e1e
}

.ms-choice>span.placeholder {
    margin: 10px 0 0 7px;
    font-family: "Ubuntu Light";
    color: #fff
}

#search .ms-choice>span.placeholder {
    color: #fff
}

#search .advanced .ms-choice>span.placeholder {
    color: #666
}

.ms-choice>div {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 9px;
    text-align: left;
    color: #CCC;
    transition: .3s ease-in-out;
    font-size: 16px
}

.ms-choice>div.open {
    transform: rotate(180deg)
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    font-family: "Ubuntu Light";
    color: #1e1e1e;
    font-size: 14px;
    line-height: 12px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: left;
    border-color: #D5D5D5 #fff #fff;
    border-style: solid;
    border-width: 1px
}

.ms-drop.bottom {
    top: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.ms-drop.top {
    bottom: 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15)
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #F7F7F7;
    border-radius: 0;
    box-shadow: none;
    border-radius: 3px;
    background-color: #F7F7F7
}

.ms-search, .ms-search input {
    box-sizing: border-box
}

.ms-search {
    border-bottom: 1px solid #ccc;
    background-color: #F7F7F7
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 0
}

.ms-drop ul li {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 14px
}

.ms-drop ul li.ms-select-all label {
    padding: 3px 0 0 30px;
    cursor: pointer
}

.ms-drop ul li:hover {
    background-color: #eaeaea
}

.ms-drop ul li input[type="radio"], .ms-drop ul li input[type="checkbox"], .ms-drop ul li.ms-select-all input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    top: 7px;
    left: 6px;
    margin: 0
}

.ms-drop ul li span {
    padding: 7px 0 7px 30px;
    float: left;
    width: 100%;
    cursor: pointer
}

.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static
}

.ms-drop ul>li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35)
}

.ms-drop ul>li.multiple {
    display: block;
    float: left
}

.ms-drop ul>li.group {
    clear: both
}

.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ms-drop ul>li label {
    display: block;
    white-space: nowrap;
    height: auto;
    position: relative
}

.ms-drop ul>li label.optgroup {
    font-weight: 700
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
    cursor: pointer
}

.ms-drop .ms-no-results {
    display: none
}