@charset "UTF-8"; .nice-select .option,.nice-select.small .option{line-height:34px;min-height:34px}select.form-control{display:none!important}.nice-select{cursor:pointer;-webkit-tap-highlight-color:transparent;clear:both;position:relative;text-align:left!important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;padding-top:7px!important}.nice-select span.current{color:#999}.nice-select:hover{border-color:#eee}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#ccc}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:7px;margin-top:-5px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:7px}.nice-select.open:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select{width:100%}.nice-select .list{left:-1px!important;right:-1px!important;box-shadow:2px 2px 2px rgba(0,0,0,.1)!important;background-color:#fff;border-radius:0;border:1px solid #ccc;margin:0!important;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(0,1,.5,1);z-index:9}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;list-style:none;outline:0;padding-left:12px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#eee}.nice-select .option.selected{font-weight:700}