.select-hidden{display:none;visibility:hidden;padding-right:10px}.select{cursor:pointer;display:inline-block;position:relative;font-size:12px;font-family:Verdana,Arial,sans-serif;text-transform:uppercase;height:30px;border:0;border-radius:5px;overflow:visible}.select-styled{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 2px 0 rgba(59,59,59,0.77),inset 0 2px 4px rgba(0,0,0,0.88);border-radius:5px;box-sizing:border-box;background:#171717;color:#bbb;padding:5px 7px;text-align:left;line-height:24px;-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.select-light .select-styled{background:#373737}.select-styled.active{box-shadow:none;border-radius:5px 5px 0 0}.select-styled:after,.select-styled:before{content:"";width:0;height:0;border:5px solid transparent;border-color:#171717 transparent transparent transparent;position:absolute;top:50%;margin-top:2px;transform:translate(0,-50%);right:8px}.select-light .select-styled:after{background:#373737}.select-styled:before{border-color:#bbb transparent transparent transparent;margin-top:4px}.select-styled.active:after{border-color:transparent transparent #171717 transparent;margin-top:0}.select-styled.active:before{border-color:transparent transparent #bbb transparent;margin-top:-2px}.select-options{display:none;margin-top:3px;position:absolute;top:100%;right:0;left:0;z-index:999;margin:0;padding:5px;list-style:none;background:#171717;color:#bbb;border-radius:0 0 5px 5px;transform:translate(0,3px)}.select-light .select-options{background:#373737}.select-options li{margin:0;padding:0 5px;text-align:left;white-space:nowrap;font-weight:normal;cursor:pointer;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in}.select-options li[rel="hide"]{display:none}