select{display:none;}
.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border:solid 1px #939393;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-size:13px;font-weight:normal;height:38px;outline:none;padding:8px 10px;position:relative;text-align:left !important;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;}
.nice-select:active, .nice-select.open, .nice-select:focus , .nice-select:hover{border-color:#3f3f3f;}
.nice-select:after{content:"";width:0;height:0;position:absolute;right:8px;top:50%;margin-top:-3px;border-width:6px 6px 0 6px;border-style:solid;border-color:#868686 transparent;pointer-events:none;position:absolute;right:12px;top:50%;transition:all 0.15s ease-in-out;}
.nice-select.open:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
.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:#e7ecf2;color:#90a1b5;pointer-events:none;}
.nice-select.disabled:after{border-color:#cdd5de;}
.nice-select.wide{width:100%;}
.nice-select.wide .list{left:-1px !important;right:0 !important;}
.nice-select.right{float:right;}
.nice-select.right .list{left:auto;right:0;}
.nice-select.small{font-size:12px;height:36px;line-height:34px;}
.nice-select.small:after{height:4px;width:4px;}
.nice-select.small .option{line-height:34px;min-height:34px;}
.nice-select .list{background-color:#fff;border:1px solid #3f3f3f;box-sizing:border-box;margin:0px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:-1px;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);transition:all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;z-index:9;width:101%;}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important;}
.nice-select .option{cursor:pointer;font-weight:400;list-style:none;outline:none;padding:7px 10px;text-align:left;transition:all 0.2s;border-bottom:1px solid #ccc;}
.nice-select .option:last-child{border-bottom:none;}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{background-color:#f8f8f8;}
.nice-select .option.selected{font-weight:bold;}
.nice-select .option1{cursor:pointer;font-weight:400;list-style:none;outline:none;padding:7px 10px;text-align:left;transition:all 0.2s;border-bottom:1px solid #ccc;}
.nice-select .option1:last-child{border-bottom:none;}
.nice-select .option1:hover, .nice-select .option1.focus, .nice-select .option1.selected.focus{background-color:#f8f8f8;}
.box{display:inline-block;margin:0;padding:0;width:100%;}
.box .checkbox{margin:0px;}
.nice-select .list.large{min-width:220px;}
.nice-select.green .option:hover{background-color:#4ec053;color:#fff;}
.nice-select.orange .option:hover{background-color:#f68520;color:#fff;}
.nice-select.orange .option{padding:10px;border-bottom:1px solid #3f3f3f;}