
.btn:focus, .btn:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  .select:focus, .select:click, .select:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  @-moz-document url-prefix() {
    select, select:-moz-focusring, select::-moz-focus-inner {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
       background-image: none !important;
       border:0;
    }
}


select:focus::-webkit-select { color:red;}
select:focus::-ms-select { color:red;}
select:focus::-moz-select { color:red;}
