.ts-dynamicCheckbox{width:100%;border:1px solid #eee;position:relative}.ts-dynamicCheckboxWrapper{background-color:white;padding:.5rem}.ts-dynamicCheckboxLabel input[type="checkbox"]{display:none}.ts-dynamicCheckboxWrapper.pill .ts-dynamicCheckboxLabel,.ts-dynamicCheckboxLabelSelected{display:inline-block;background-color:#ccc;color:#333;border-radius:10rem;padding:.25rem .5rem;margin:.25rem}.ts-dynamicCheckboxLabelSelected{background-color:#75D694;position:relative;vertical-align:top}.ts-dynamicCheckboxLabelSelected:after{content:" ";width:1rem;display:inline-block;margin-left:.25rem}.ts-dynamicCheckboxLabelSelected:hover{background-color:#D67D75;color:#fff}.ts-dynCLS-cnt{display:inline-block;margin:0 .5rem}.close{position:absolute;right:.6rem;top:50%;width:1rem;height:1rem;opacity:1;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.close:before,.close:after{position:absolute;left:.5rem;content:' ';height:1rem;width:2px;background-color:#333}.close:before{transform:rotate(45deg)}.close:after{transform:rotate(-45deg)}.ts-dynamicCheckboxWrapper.block .ts-dynamicCheckboxLabel{display:block}.ts-dynamicCheckboxLabel.hide{display:none!important}.ts-dynamicCheckboxWrapper.height{height:8.3rem;overflow-y:scroll}.ts-dynamicCheckboxWrapper.dynamic{height:0;padding:0;overflow-y:scroll;position:absolute;width:100%;z-index:99;box-sizing:border-box}.ts-dynamicCheckboxActive .ts-dynamicCheckboxWrapper.dynamic{height:auto;max-height:10rem;-webkit-box-shadow:0 1px 5px 0 #878787;box-shadow:0 1px 5px 0 #878787}.ts-dynamicCheckboxActive .ts-dynamicCheckboxWrapper.dynamic label{margin:.5rem}.ts-dynamicCheckboxContent{margin-top:.1rem;min-height:2rem}.ts-dynamicCheckboxFilter{border:none;box-sizing:border-box;width:100%;background-color:white;font-size:1rem;margin-bottom:3px;padding:.5rem;-webkit-box-shadow:0 2px 2px 0 #DEDEDE;box-shadow:0 2px 2px 0 #DEDEDE}
.ts-dynamicCheckboxLabel, .ts-dynamicCheckboxLabelSelected {cursor:pointer} .ts-dynamicCheckboxLabel:hover{background-color:#eee;}