@charset "iso-8859-1";.select-fake{position:relative;float:left;width:100%;height:34px;margin-top:10px;border-radius:4px;border:1px solid #fff;background-color:transparent;font-size:13px;cursor:pointer;z-index:900;text-align:left!important;color:#fff;font-style:italic;font-weight:300}.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 0}.select-fake .texto{position:relative;width:95%;padding:7px 5px 5px 10px;z-index:1;white-space:nowrap;word-break:keep-all;overflow:hidden}.select-fake:hover{box-shadow:0 0 4px #09f}.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:#2e3092;min-width:100%;z-index:0;margin-left:-1px;margin-top:3px;padding-top:4px;display:none;max-height:150px;overflow:auto;box-shadow:0 6px 6px rgba(0,0,0,.35);white-space:nowrap;overflow-x:hidden;-ms-overflow-x:hidden}.select-fake .options .opt{padding:5px 8px}.select-fake .options .opt:hover{background-color:#191b7c}.select-fake .options .opt-group .label{padding:5px 8px;font-weight:700;font-style:italic}.select-fake .options .opt-group .opt{text-indent:5px}.select-fake .options optgroup,.select-fake .options option{float:none!important;width:180px}.select-fake.erro{border:1px solid #c00;box-shadow:0 0 4px #c00;background:#f5c3c3}