:focus {
    outline: 0;
}

.btn,
.form-control:focus {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
}

.note-editor.note-frame {
    border-color: #d1d3e2 !important;
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 0px !important;
}

.bootstrap-select .btn-light {
    color: #495057;
    background-color: #ffffff;
    border-color: #d1d3e2;
}

.bootstrap-select .btn-light:active,
.bootstrap-select .btn-light:hover {
    color: #495057;
    background-color: #ffffff;
    border-color: #bac8f3;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #495057 !important;
    background-color: #ffffff !important;
    border-color: #bac8f3 !important;
}

.bootstrap-select.show>.btn-light.dropdown-toggle {
    color: #495057 !important;
    background-color: #ffffff !important;
    border-color: #d9e4ec !important;
}