/*.form-control-multipleselect {*/
    /*display: block;*/
    /*!*width: 100% !important;*!*/
    /*height: 34px;*/
/*}*/
.form-control-multipleselect button {
    height: 34px;
    line-height: 34px;
    padding: 6px 12px;
    /*font-size: 14px;*/
    color: rgb(85, 85, 85);
    /*background-color: #ffffff;*/
    /*background-image: none;*/
    border: 1px solid #cccccc;
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    /*-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;*/
    /*-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
.ms-choice > span {
     padding-left: 12px;
}

.ms-choice > div {
    top: 4px;
}

.ms-drop li.parent {
    height: 0;
    visibility: hidden;
}

.ms-drop ul > li.child {
    margin-left: 20px;
}

.ms-drop input[type="checkbox"] {
    margin-right: .5em;
}
