/* поле выбора филиала с поиском */
.filialPicker { position: relative; }
.filialPickerList {
    position: absolute; z-index: 30; left: 0; right: 0; top: 100%;
    max-height: 320px; overflow-y: auto;
    background: #fff; border: 1px solid #d5dde5; border-top: 0;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}
.filialPickerList a {
    display: block; padding: 7px 12px; color: #333; text-decoration: none;
    border-bottom: 1px solid #f0f3f6; font-size: 13px;
}
.filialPickerList a:hover { background: #eef5fb; color: #2196f3; }
.filialPickerEmpty { padding: 8px 12px; color: #999; font-size: 13px; }
.filialPickerHint { font-size: 11px; margin-top: 3px; }
