/* Bootstrap Select ============================ */ .bootstrap-select { box-shadow: none !important; border-bottom: 1px solid #ddd !important; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:active { outline: none !important; } .bootstrap-select .bs-searchbox, .bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton { padding: 0 0 5px 0; border-bottom: 1px solid #e9e9e9; } .bootstrap-select .bs-searchbox .form-control, .bootstrap-select .bs-actionsbox .form-control, .bootstrap-select .bs-donebutton .form-control { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; border-radius: 0; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; box-shadow: none !important; border: none; margin-left: 45px; } .bootstrap-select .bs-searchbox { position: relative; } .bootstrap-select .bs-searchbox:after { content: '\E8B6'; font-family: 'Material Icons'; position: absolute; top: 0; left: 10px; font-size: 25px; } .bootstrap-select ul.dropdown-menu { margin-top: 0 !important; } .bootstrap-select .dropdown-menu li.selected a { background-color: #eee !important; color: #555 !important; } .bootstrap-select .dropdown-menu .active a { background-color: transparent; color: #333 !important; } .bootstrap-select .dropdown-menu .notify { background-color: #F44336 !important; color: #fff !important; border: none !important; } .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark { margin-top: 9px; }