@charset "iso-8859-1";.select-fake,.select-fake .opt{-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}.select-fake{position:relative;float:left;width:100%;height:44px;border-radius:6px;background-color:rgba(255,255,255,0.9);border:1px solid #fff;font-size:1em;line-height:1;cursor:pointer;z-index:900;text-align:left !important;color:#58585a}.select-fake div{float:none !important}.select-fake.disabled{background-color:#dedede;color:#aaa;text-shadow:1px 1px 0 #f2f2f2}.select-fake.disabled .texto{background:0}.select-fake .texto{position:relative;width:95%;padding:15px 10px;z-index:1;white-space:nowrap;word-break:keep-all;overflow:hidden}.select-fake:hover{box-shadow:0 0 4px #00ad98;background-color:rgba(255,255,255,1)}.select-fake .botao,.select-fake .botao:after{content:'';position:absolute;right:10px;top:50%;margin-top:-4px;border:8px solid transparent;border-top:8px solid #e9c131;z-index:2;-webkit-transform-origin:50% 20%;-moz-transform-origin:50% 20%;-ms-transform-origin:50% 20%;transform-origin:50% 20%}.select-fake .botao:after{margin-top:-10px;right:-8px;border-top-color:#5255a2}.select-fake .options{position:absolute;background:#fff;min-width:100%;z-index:0;margin-left:-1px;margin-top:-1px;padding-top:4px;display:none;max-height:150px;overflow:auto;box-shadow:0 6px 6px rgba(0,0,0,0.35);white-space:nowrap;overflow-x:hidden;-ms-overflow-x:hidden}.select-fake .options .opt{padding:12px 15px}.select-fake .options .opt:hover{background-color:#00ad98;color:#fff}.select-fake .options .opt-group .label{padding:12px 15px;font-weight:bold;font-style:italic;color:#58585a}.select-fake .options .opt-group .opt{text-indent:5px}.select-fake .options option{float:none !important;width:180px}.select-fake .options optgroup{float:none !important;width:180px}.select-fake.erro{border:1px solid #c00;box-shadow:0 0 4px #c00;background:#f5c3c3}