.dropdown,.dropdown .carat,.dropdown .carat:after,.dropdown .selected::after,.dropdown div,.dropdown div::after,.dropdown li,.dropdown:after{-webkit-transition:all 150ms ease-in-out;-moz-transition:all 150ms ease-in-out;-ms-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out}.dropdown .selected::after,.dropdown.scrollable div::after{-webkit-pointer-events:none;-moz-pointer-events:none;-ms-pointer-events:none;pointer-events:none}.dropdown{font-family:'Myriad Light',Arial,sans-serif;position:relative;min-width:150px;max-width:150px;cursor:pointer;background:#d6d7d8;padding:4px 40px 4px 0;border-radius:2px;color:#758a9c;margin-top:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:12px!important}.dropdown.open{z-index:2}.dropdown.focus,.dropdown:hover{background:#bfcdda}.dropdown .carat,.dropdown .carat:after{position:absolute;right:14px;top:50%;margin-top:-3px;width:16px;height:9px;background:url("") no-repeat;z-index:1}.dropdown:hover .carat:after{border-top-color:#f4f4f4}.dropdown.focus .carat{border-top-color:#f8f8f8}.dropdown.focus .carat:after{border-top-color:#0180d1}.dropdown .old{position:absolute;left:0;top:0;height:0;width:0;overflow:hidden}.dropdown select{position:absolute;left:0;top:0}.dropdown.touch select{left:0;top:0;width:100%;height:100%;opacity:0}.dropdown .selected{color:#758a9c}.dropdown .selected,.dropdown li{display:block;line-height:1;padding:8px 32px 8px 12px;overflow:hidden;white-space:nowrap}.dropdown .selected::after{content:'';position:absolute;right:0;top:0;bottom:0;width:60px}.dropdown div{position:absolute;height:0;max-height:200px;left:0;right:0;top:100%;background:#f0efef;overflow:hidden;opacity:0;color:#758a9c;border-top:1px solid #e9e9e9}.dropdown.open div{opacity:1;z-index:2}.dropdown.scrollable div::after{content:'';position:absolute;left:0;right:0;bottom:0;height:50px}.dropdown.scrollable.bottom div::after{opacity:0}.dropdown ul{position:absolute;left:0;top:0;height:100%;max-height:200px;width:100%;margin:0;list-style:none;overflow:hidden}.dropdown.scrollable.open ul{overflow-y:auto}.dropdown li{list-style:none;padding:14px 12px;border-bottom:1px solid #e9e9e9;text-transform:capitalize}.dropdown li:last-child{border-bottom:0}.dropdown li.focus{background:#bfcdda;position:relative;z-index:3}.dropdown li.active{background:#ccc;color:#758a9c}